18.10.2012, 17:41

i made a rp chat how i remove the one with colors
and how do i remove player colors on connect like to put all player colors to wHITE

SetPlayerColor(playerid, -1);
public OnPlayerText(playerid, text[])
{
//return 1; //------------- Instead of return 1. Return 0 here
return 0;
}