Detaljan opis problema:Imam warning symbol is never used "SetPlayerToTeamColor"
Dio skripte:
new gTeam;
SetPlayerToTeamColor(playerid)
{
if (gTeam == TEAM_POLICIJA)
{
SetPlayerColor(playerid, TEAM_POLICIJA_COLOR);
}
else if (gTeam == TEAM_PALOMINOMAFIJA)
{
SetPlayerColor(playerid, TEAM_PALOMINOMAFIJA_COLOR);
}
}