SA-MP Forums Archive
spawn question. - 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 question. (/showthread.php?tid=149884)



spawn question. - airsoftglock - 23.05.2010

ok i have a question about spawns when i spawn i spawn in random places i mean just like everywhere is different how do i fix it?


Re: spawn question. - ViruZZzZ_ChiLLL - 23.05.2010

pawn Код:
public OnPlayerSpawn(playerid)
{
 switch(random(3))
 {
  case 0: SetPlayerPos(...)
  case 1: SetPlayerPos(...)
  case 2: SetPlayerPos(...)
  }

return 1;
}



Re: spawn question. - tanush - 23.05.2010

airsoftglock making server too, yo im Tanush4Life


Re: spawn question. - airsoftglock - 24.05.2010

waz up ru makeing a server my server ip is 67.78.169.110:7777 whats ur mabye we can be friends/alies

EDIT:and thnx ViruZZzZ_ChiLLL