SA-MP Forums Archive
How to spawn user's into san fierro - 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: How to spawn user's into san fierro (/showthread.php?tid=146312)



How to spawn user's into san fierro - gurufan - 06.05.2010

Hi,


I have clean server script and i wonder how to spawn all user's into san fierro city ?


Re: How to spawn user's into san fierro - -Rebel Son- - 06.05.2010

OnPlayerSpawn set the cordinents to wherever.


Re: How to spawn user's into san fierro - Bomber - 06.05.2010

pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid,-2626.2200,1347.5951,7.1511); // Somewhere in SF
return 1;
}