15.12.2012, 07:22
pawn Код:
LINE 47:{
LINE 48: if (strcmp("/acmds 1", cmdtext, true, 10) == 0)
LINE 49: {
LINE 50: if(IsPlayerLuxAdminLevel(playerid,1))
LINE 51: {
LINE 52: SendClientMessage(playerid, COLOR_YELLOW, ".:::::: Level 1 Admin Commands ::::::.");
LINE 53: SendClientMessage(playerid, COLOR_GREEN, "Player: /getinfo, /weaps, /ping, /ip");
LINE 54: SendClientMessage(playerid, COLOR_GREEN, "Vehicle: /fix, /repair, /addnos, /tcar");
LINE 55: SendClientMessage(playerid, COLOR_GREEN, "Tele: /saveplacae, /gotoplace");
LINE 56: SendClientMessage(playerid, COLOR_GREEN, "Adm: /onduty, /saveskin, /useskin, /dontuseskin, /setmytime, /adminarea");
LINE 57: SendClientMessage(playerid, COLOR_GREEN, "Other: /lconfig, /viplist, /morning, /reports, /richlist, /miniguns");
}
LINE 58: else SendClientMessage(playerid, COLOR_WHITE, "BG:EW Console: You aint Administrator Level 4");
LINE 50: return 1;
LINE 60: }