Posts: 516
Threads: 153
Joined: Sep 2009
Reputation:
0
How to make car stay to there where i exit the car??
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
I think you mean that it respawns after a little while?
Then I think you are using this:
AddStaticVehicle(487,2013.5579,-2446.8843,13.3786,86.7601,5,5);
Well. There is no timer on it.
I use this
AddStaticVehicleEx(487,2013.5579,-2446.8843,13.3786,86.7601,5,5,1300);
Look at the 1300 on the end. that is 15 minutes. Means that the car respawns after 15 minutes.
If you want to have it stay for a reaaaaaaaal long tmie use this:
AddStaticVehicleEx(487,2013.5579,-2446.8843,13.3786,86.7601,5,5,9999999);
or something xD
Also look at the Ex. at AddStaticVehicleEx. It is the same as AddStaticVehicle
Only the Ex and the last numbers are different
Posts: 123
Threads: 36
Joined: Jan 2010
Reputation:
0
I you want that the vehicle stays were you exit it. Just use AddStaticVehicle. Only when you reload the server its back on the old place.
Posts: 123
Threads: 36
Joined: Jan 2010
Reputation:
0
Well thats a lag or bug I gues. The car normaly falls to the grond.
Posts: 546
Threads: 44
Joined: Jan 2010
Reputation:
0
That happens to me when someone ejects off a bike or out a car in the air, and said vehicle moves out of the stream range, it just hangs there, and if you move closer, it then falls to the ground.