16.01.2016, 03:14
Код:
GetPlayerName(i, pName, sizeof(pName)); format(string, 256, "( Admin %d ) %s [Id:%d] %s {008080}[%s]",PlayerInfo[i][pAdmin],pName,i,AFK); // ---> AFK // ---> and format(string, 256, "( Admin %d ) %s [Id:%d] %s",PlayerInfo[i][pAdmin],pName,i); // ---> Back SendClientMessage(playerid, COLOR_GREY, string);
It'll use the second one always.
that, or you've cropped out some code.