Jump to content
Sign in to follow this  
talkinBEERmug

a script to maintain speed

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×