SA-MP Forums Archive
how to move the spawn point ? - 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: how to move the spawn point ? (/showthread.php?tid=643954)



how to move the spawn point ? - gabrielgucila - 31.10.2017

how to move the spawn point ?
Please help me


Re: how to move the spawn point ? - pollo97 - 31.10.2017

Maybe your looking for this:
https://sampwiki.blast.hk/wiki/SetSpawnInfo


Re: how to move the spawn point ? - DeStRoY232 - 31.10.2017

PHP код:
public OnPlayerSpawn(playerid)
{
        
SetPlayerPos(playeridXYZ); //change X Y Z to your location, u wanna set
        
return 1;




Re: how to move the spawn point ? - gabrielgucila - 31.10.2017

This?



Re: how to move the spawn point ? - xMoBi - 31.10.2017

yes man