13.11.2012, 16:44
As the title says!
I have it under OnPlayerRequestClass
Thanks alot for help!.
pawn Код:
}
SetPlayerToTeamColor(playerid)
{
if (gTeam[playerid] == TEAM_CLOWNS); //
{
SetPlayerColor(playerid, Clowns);
}
else if (gTeam[playerid] == TEAM_HOBOS); //
{
SetPlayerColor(playerid, Hobos);
}
else if(gTeam[playerid] == TEAM_Army);
{
SetPlayerColor(playerid, Army);
}
else if(gTeam[playerid] == TEAM_Cops);
{
SetPlayerColor(playerid, Cops);
}
return 1;
}
Код:
C:\Users\Davve\Desktop\Scripting\Server Las Venturas\LV.pwn(858) : warning 203: symbol is never used: "SetPlayerToTeamColor" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.