Quote:
Originally Posted by SmiT
pawn Код:
public OnPlayerSpawn(playerid) { switch ( gTeam[ playerid ] ) { case TEAM_POLICE: { SetPlayerPos( ... ); // Set spawn for team_police } case TEAM_TERRORIST: { SetPlayerPos( ... ); // Set spawn for team_terrorist } } return 1; }
|
Yeah but , as you know , i want to put a lot of Maps , so the Position of Each Team change in Maps ...