28.02.2014, 10:01
Hi I Use This
How To Set This For Just Admin Level 9 Can Read cmds
And This My Admin Level System
if(Account[playerid][pAdminlevel] == 9)
How To Set This For Just Admin Level 9 Can Read cmds
Код:
if(Options[Readcmds]==1){
GetPlayerName(playerid,name,sizeof(name));
format(string, sizeof(string), LanguageText[38],name,playerid,cmdtext);
MessageToAdmins(COLOR_GREY,string);print(string);}
GetPlayerName(playerid,name,sizeof(name));
if(Account[playerid][pAdminlevel] == 9)


