SA-MP Forums Archive
[help] Spawn - 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: [help] Spawn (/showthread.php?tid=121138)



[help] Spawn - dclaw - 15.01.2010

How do i edit spawn place?
thnx


Re: [help] Spawn - Deat_Itself - 15.01.2010

there are two methods to add player spawn

OnPlayerSpawn add

Код:
SetPlayerPos(playerid, float:x, float:y, float:z);
or

new Float:gRandomPlayerSpawns[1][3] = {
{Float , Float:y, Float:z}
};