02.07.2017, 05:52
Quote:
Код:
foreach(Player, i) if(pInfo[i][Donator] >= 1) SendClientMessage(i,Admchat,Jstring); |
Quote:
Try this.
if(text[0] == ADMCHATKEY && pInfo[playerid][Donator] >= 1) |
So can the donators access the admin chat, Good Job!