How to set spawnpoint when joining - 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 set spawnpoint when joining (
/showthread.php?tid=113357)
How to set spawnpoint when joining -
Rickzor14 - 13.12.2009
Hello,
I have a question, I am going to create a blank Gamemode, But i want to set a Spawnpoint if people join the server,
How do i add it ?
Re: How to set spawnpoint when joining -
*ToM* - 13.12.2009
under onplayerspawn
use SetPlayerPos(playerid, coords); ??