HELP! Car respawn bug - 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! Car respawn bug (
/showthread.php?tid=473410)
HELP! Car respawn bug -
skydux123 - 02.11.2013
Hello everybody I have one problem and I don't know how to fix it... Problem is: After some time every vehicle respawns to its spawn position and I don't know hot to fix this problem can you help me?
Re: HELP! Car respawn bug -
Beckett - 02.11.2013
Re-set the respawn time, if you're using AddStaticVehicle, use
AddStaticVehicleEx and set the dual time to -1 if you're using CreateVehicle.
Код:
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, -1); <--- this last
Re: HELP! Car respawn bug -
skydux123 - 02.11.2013
OK I'l try to do it
Re: HELP! Car respawn bug -
skydux123 - 02.11.2013
Thanks for help