23.12.2009, 12:17
//Under OnPlayerSpawn
Code:
if(gTeam[playerid] == TEAM_BEACH)
{
SetPlayerPos (playerid, x, y, z);
}
else...

