Warning 203
#1

Quote:

SetPlayerToTeamColor(playerid)
{
if(gTeam[playerid] == TEAM_TERRORISTS)
{
SetPlayerColor(playerid,TEAM_COLOR_TERRORISTS);
}
else if(gTeam[playerid] == TEAM_COUNTERTERRORISTS)
{
SetPlayerColor(playerid,TEAM_COLOR_COUNTERTERRORIS TS);
}
return 1;
}

It says
Quote:

warning 203: symbol is never used: "SetPlayerToTeamColor"

Please help
Reply


Messages In This Thread
Warning 203 - by Rissam - 13.12.2014, 11:29
Re: Warning 203 - by ConnorHunter - 13.12.2014, 11:29
Re: Warning 203 - by Ox1gEN - 13.12.2014, 11:31
Re: Warning 203 - by Rissam - 13.12.2014, 11:34
Re: Warning 203 - by MythicalMarauder - 13.12.2014, 12:28
Re: Warning 203 - by Rissam - 14.12.2014, 07:59
Re: Warning 203 - by JeaSon - 14.12.2014, 08:06
Re: Warning 203 - by Rissam - 14.12.2014, 08:23

Forum Jump:


Users browsing this thread: 1 Guest(s)