SA-MP Forums Archive
Strange effect - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Strange effect (/showthread.php?tid=120690)



Strange effect - Jakku - 12.01.2010

Sometimes, I have a following "effect" on my server. I have some vehicles with -1, respawn timer like this

pawn Код:
Car = CreateVehicle(402,1909.7543,2298.7668,10.6543,271.1354,119,1, -1);
Sometimes it just magically respawns for nothing, no SetVehicleToRespawn used or something like that

Is there any way to fix this