16.01.2016, 21:12
Don't waste an enum slot for something like this. It's only worth a variable.
As I said before, you'll have to look at how you are doing that string format.
^^ Totally untested, and not intended to be copied... It's simply there to try show what I mean.
As I said before, you'll have to look at how you are doing that string format.
Код:
If(AFK[playerid]>0) { format(string, 256, "( Admin %d ) %s [Id:%d] %s {008080}[%s]",PlayerInfo[i][pAdmin],pName,i,AFK); } else { format(string, 256, "( Admin %d ) %s [Id:%d] %s",PlayerInfo[i][pAdmin],pName,i); }