08.05.2013, 09:04
Hey Guys
this is my code which i wanted that when Admin types They get a Different Color
And the problem is i get Doubled Text
this is my code which i wanted that when Admin types They get a Different Color
Код:
if(pInfo[playerid][Admin] >= 3) { format(str, sizeof(str), "{A5CDCE}%s",text[0]); SendPlayerMessageToAll(playerid, str); }