Big_Mitch_Baker Posted May 17, 2011 Share Posted May 17, 2011 I have a mission where you have to protect a stolen car as it escapes the police, however the driver stops at every red light! I've been using the opcode 00AE: set_car [email protected] traffic_behaviour_to 3 but it isn't working...I've tried changing behavior to 2 and 4 as well but he still stops at the damn lights. Anyone know what I'm doing wrong, or perhaps what opcode I should be using? Thanks Link to comment Share on other sites More sharing options...
aStiffSausage Posted May 17, 2011 Share Posted May 17, 2011 I have a mission where you have to protect a stolen car as it escapes the police, however the driver stops at every red light! I've been using the opcode 00AE: set_car [email protected] traffic_behaviour_to 3 but it isn't working...I've tried changing behavior to 2 and 4 as well but he still stops at the damn lights. Anyone know what I'm doing wrong, or perhaps what opcode I should be using? Thanks Try with: 00AF: set_car [email protected] driver_behaviour_to 5 I'm not sure will that help you, but at least it's worth giving a shot. Search from GTAForums for meaning of the number, if I remember right, basically it's like this: 0 means regular driver, and 5 is really furious, not avoiding anything. But not sure about that Link to comment Share on other sites More sharing options...
kmlwin.1996 Posted May 17, 2011 Share Posted May 17, 2011 Read this. http://www.gtaforums.com/index.php?showtop...st&p=1059452423 I think it should help you Link to comment Share on other sites More sharing options...
ZAZ Posted May 17, 2011 Share Posted May 17, 2011 2 should work one more code to let im drive wild: 00A8: set_car [email protected] to_psycho_driver CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
BnB Posted May 17, 2011 Share Posted May 17, 2011 Or switching all lights to green! Link to comment Share on other sites More sharing options...
fireguy109 Posted May 17, 2011 Share Posted May 17, 2011 I use this in GTA III, but it should work in any III era code. 00AE: unknown_set_car $670 to_ignore_traffic_lights 2 // Drive wild00AE: unknown_set_car $670 to_ignore_traffic_lights 0 // drive normal in which $670 is the car handle. Link to comment Share on other sites More sharing options...
kmlwin.1996 Posted May 18, 2011 Share Posted May 18, 2011 Post your full script Big_Mitch_Baker. So we can solve your problem. Link to comment Share on other sites More sharing options...
BnB Posted May 18, 2011 Share Posted May 18, 2011 (edited) I use this in GTA III, but it should work in any III era code. 00AE: unknown_set_car $670 to_ignore_traffic_lights 2 // Drive wild00AE: unknown_set_car $670 to_ignore_traffic_lights 0 // drive normal in which $670 is the car handle. In SA it's like this: 00AE: set_car [email protected] traffic_behaviour_to 3 Traffic Behaviour 1 = Impatient. Overtakes other traffic. Traffic Behaviour 2 = Very impatient. Speeds regardless of traffic. Traffic Behaviour 3 = Steady speed. Crashes through traffic. Traffic Behaviour 4 = Stops for other cars. Drives fast. Traffic Behaviour 5+ = Stops at traffic lights. Drives through traffic. Edited May 18, 2011 by BnB Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now