talkinBEERmug 0 Posted March 15, 2008 I need a script, or a trigger to call a script when a player is going too fast. I want to be able to keep the speed of the players car to slow. In my mission the players are driving a car through enemys, they are trying not to bring suspicion on themselves, if they drive fast they will bring suspicion on themselves,that's when I want to call the script set captive false so the enemy will engage them. Share this post Link to post Share on other sites
Master85 1 Posted March 15, 2008 set a trigger with: condition: speed vehicle player > 50 on activation: player setCaptive false if player moves faster than 50 km/h the trigger will be activated. Share this post Link to post Share on other sites
talkinBEERmug 0 Posted March 15, 2008 Works perfect, thank you sir. Share this post Link to post Share on other sites