29.07.2013, 20:02
can anyone tell me what i am missing
basicly i added a custom rank to my newb chat but when people higher then level 2 talk the chat shows blank, and i want it for level 2+ to show up as members
basicly i added a custom rank to my newb chat but when people higher then level 2 talk the chat shows blank, and i want it for level 2+ to show up as members
Код:
if(PlayerInfo[playerid][pLevel] == 2) { format(string, sizeof(string), "** Player %s [%d]: %s", GetPlayerNameEx(playerid), playerid, params); }