13.08.2011, 09:58
Remove this
add this
change this
pawn Код:
new GROVE,BALLA,VAGOS;
pawn Код:
#define GROVE 1
#define BALLA 2
#define VAGOS 3
pawn Код:
SetPlayerToTeamColor(playerid)
{
switch(gTeam[playerid])
{
case GROVE:
{
SetPlayerColor(playerid, TEAM_GROVE_COLOR);
}
case BALLA:
{
SetPlayerColor(playerid, TEAM_BALLA_COLOR);
}
case VAGOS:
{
SetPlayerColor(playerid, TEAM_VAGOS_COLOR);
}
}
}