Respawn - 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: Respawn (
/showthread.php?tid=273510)
Respawn -
jot16 - 02.08.2011
can somebody plz tell me how to make the cars re spawned after 2 minutes if no1 entered them in last 2 mins.and is it possible to change cars spawn point after restarting the server but without change them from .pwn
Re: Respawn -
[HiC]TheKiller - 02.08.2011
https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
Allows you to set a amount in seconds after there is no driver that the vehicle respawns
.
Re: Respawn -
iggy1 - 02.08.2011
Quote:
Originally Posted by jot16
and is it possible to change cars spawn point after restarting the server but without change them from .pwn
|
Yes and no. You can change the spawns of vehicles but you would need to put the data (vehicleid, modelid, coords) in a file or database and load them from there - which requires you changing the .pwn (once only). Once the PAWN file has been changed to spawn vehicles from a database/file it wont need changing again, but to change the spawns you would need to edit the database/file.