09.05.2012, 12:59
Try to make it in public!
pawn Код:
forward GetTeamZoneColor(teamid);
public GetTeamZoneColor(teamid)
{
switch(teamid)
{
case TEAM_REBEL: return 0x00FF0088;
case TEAM_ARMY: return 0xFF00FF88;
case TEAM_CIVILIAN: return 0xFFFF0088;
}
return -1;
}