30.12.2011, 16:17
sure:
Or can you make code for LuxAdmin?
Код:
3047 Line: if(!strcmp(cmdtext, "/adminduty", true) || !strcmp(cmdtext, "/aduty", true)) 3049 Line: if(IsPlayerConnected(playerid)) 3051 Line: if(gPlayerLogged[playerid] == 0) 3054 Line: return 1; 3056 Line: if(PlayerInfo[playerid][pAdmin] >= 1) 3058 Line: if(PlayerInfo[playerid][pAdminDuty] == 0) 3064 Line: DutyLabel[playerid] = Create3DTextLabel("Admin On Duty \n Do NOT Attack",0xFF000099,0,0,0,50,-1,1); 3066 Line: if(PlayerInfo[playerid][pAdmin] >= 5) 3068 Line: for(new i = 0; i < sizeof(CarInfo); i++)