22.08.2011, 18:05
I solved the textdraw problems, but it uses a team chat, and I don't even have it.
I have a roleplay script, I don't understand what's wrong.
That's my SetPlayerToTeamColor public.
I have a roleplay script, I don't understand what's wrong.
pawn Code:
public SetPlayerToTeamColor(playerid)
{
if(IsPlayerConnected(playerid))
{
SetPlayerColor(playerid,COLOR_GRAD2);
}
}