Posts: 60
Threads: 23
Joined: Nov 2011
Reputation:
0
AddStaticVehicleEx(431,1792.1101,-1929.4487,13.5429,359.6343,1,1,1500)
at the and of the line '1500' is car's respawn time i think but i have a little question. 1500 = how much sec ? 1.5 min ? or..
and also 1 and 1 points r what?
thanks
Posts: 1,223
Threads: 5
Joined: Sep 2011
Reputation:
0
90 seconds is 1.5 minutes (1:30 (1 minute 30 seconds)) because there's 60 seconds in a minute and then we add the 30 to get half of a minute.
90,000 milliseconds is 1:30.
EDIT: woops, did my math wrong
Oh yeah, here's how you get milliseconds..You don't need a converter as it's basic math.
90*1000 = 90,000. So what's 1000? 1000 is 1 second is milliseconds. 90 is how much seconds we're trying to get, 1000 is 1 second in milliseconds.
How do we convert milliseconds to seconds? The answer is simple, 90000/1000 = 90 seconds
How we convert MINUTES to seconds is basically like this - take the minute, multiply it by 60. 15 minutes = 15*60=900.
Posts: 60
Threads: 23
Joined: Nov 2011
Reputation:
0
Ah thanks for all of you.