Multiple Spawnpoints. - 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)
+--- Thread: Multiple Spawnpoints. (
/showthread.php?tid=514913)
Multiple Spawnpoints. -
Johnson_Brooks - 23.05.2014
How can i make multiple spawnpoints for a team ? Random spawnpoints for a team . Is there a way ?
pawn Код:
else if(gTeam[playerid] >= 9) // After/And 9 , civils is the team .
{
TogglePlayerControllable(playerid,0);
SetPlayerPos(playerid,-1984.5894,138.2576,27.6875);
SetPlayerFacingAngle(playerid,90.5403);
SetCameraBehindPlayer(playerid);
}
So how can i make multiple random spawnpoints ?
Re: Multiple Spawnpoints. -
MP2 - 23.05.2014
https://www.******.co.uk/search?q=samp+random+spawns
Re: Multiple Spawnpoints. -
eXeDev - 24.05.2014
Maybe this will help -
showthread.php?t=162488