Posts: 339
Threads: 11
Joined: Oct 2007
Reputation:
0
How long would be a 5 minute timer?
Example : 600000 For the car respawn,
What would be the 5 minute length one?
Posts: 415
Threads: 23
Joined: Jul 2008
Reputation:
0
Car respawn is in seconds not miliseconds. 5 minutes = 300 seconds
AddStaticVehicleEx
Timers are in milisecons that for 5 minutes is = 300000 miliseconds = 300 seconds
600000 is 10 minutes
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
You can use simple math in your timers. And also anything else.