SA-MP Forums Archive
Spawn Help - 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: Spawn Help (/showthread.php?tid=251760)



Spawn Help - Dan_Barocu - 28.04.2011

hi i need help with OnPlayerSpawn i want the player to spawn at hospital after tutorial how can i do it cand where i have the svr 5 days im a scripter


Re: Spawn Help - Mr_Scripter - 28.04.2011

Yes
pawn Код:
OnPlayerSpawn()
{
SetPlayerPos(playerid,xyz);//Change the pos
return 1;
}