Diegoti Posted November 1, 2018 Share Posted November 1, 2018 Im currently making a Taxi script but somethings when the taxi collides with others cars the driver just leave the car to fight.... How can i change it behaviour pls. 00AF: set_car [email protected] driver_behaviour_to 5 <--?? Link to comment Share on other sites More sharing options...
In45do Posted November 1, 2018 Share Posted November 1, 2018 That opcode only works for car variable, not actor who driving the car. This should give you more info about that opcode. Because it's related with actor driving the car, I think one possible way is to change his/her pedtype (with memory hacking) or acquaintance.with opcode 077A. Link to comment Share on other sites More sharing options...