[HELP] Cars keep disapearing? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Cars keep disapearing? (
/showthread.php?tid=307763)
[HELP] Cars keep disapearing? -
smashed390 - 01.01.2012
In my server when i get out of a car with in 10 seconds of being out of it the car
respawns?
Help what do i do?
Re: [HELP] Cars keep disapearing? -
Ivonete - 01.01.2012
you check in OnGameModeInit
Код:
CreteVehicle(Model, pX, pY, pZ, Angle, Color1, Color2, Respawn Delay);
The Respawn Delay is time of "Born Vehicle".
Re: [HELP] Cars keep disapearing? -
smashed390 - 01.01.2012
Thanks,