10.07.2015, 20:09
I have a new system for my chat cmds, like /b, /s etc. and I don't want players to be confused, when a player's color is white I don't want it to colorize the name, if his name is colored his name will be colored in the chat.
I made something like this but it doesn't works.
I made something like this but it doesn't works.
Код:
if(GetPlayerColor(playerid) == 0) return did stuff here.