SHOW:
|
|
- or go back to the newest paste.
| 1 | CMD:ahelp(playerid, params[]) | |
| 2 | {
| |
| 3 | - | if(pInfo[playerid][Adminlevel] < 1)return SendClientMessage(playerid, COLOR_RED, "{ff6347}Error: You are not allowed to use this command!");
|
| 3 | + | if(pInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid, COLOR_RED, "{ff6347}Error: You are not allowed to use this command!");
|
| 4 | - | SendClientMessage(playerid, COLOR_SERVER, "Age of Revolution {EAEAEA}- Admin Commands");
|
| 4 | + | SendClientMessage(playerid, COLOR_SERVER, "Age of Revolution {EAEAEA}- Admin Commands");
|
| 5 | SendClientMessage(playerid, COLOR_SERVER, "Trial Admin: {EAEAEA}/sp(ecoff), /cp, /(un)freeze, /slap, /warn, /kick, /tpto, /tptome, /(un)mute");
| |
| 6 | - | } |
| 6 | + | if(pInfo[playerid][Adminlevel] < 2) SendClientMessage(playerid, COLOR_SERVER, "Basic Admin: {EAEAEA}/cchat, /burn, /mute, /ban, /ann, /setskin");
|
| 7 | - | if(pInfo[playerid][Adminlevel] < 2) |
| 7 | + | if(pInfo[playerid][Adminlevel] < 3) SendClientMessage(playerid, COLOR_SERVER, "Senior Admin: {EAEAEA}/bomb, /hna, /settime, /givewep, /setweather, /sethealth, /disarm, /heal, /armour");
|
| 8 | - | {
|
| 8 | + | if(pInfo[playerid][Adminlevel] < 4) SendClientMessage(playerid, COLOR_SERVER, "Head Admin: {EAEAEA}/akill, /resetscore, /resetmoney, /givemoney, /setscore, /makecmd");
|
| 9 | - | SendClientMessage(playerid, COLOR_SERVER, "Basic Admin: {EAEAEA}/cchat, /burn, /mute, /ban, /ann, /setskin");
|
| 9 | + | if(pInfo[playerid][Adminlevel] < 5) SendClientMessage(playerid, COLOR_SERVER, "Owner: {EAEAEA}/setadmin, /plantbomb");
|
| 10 | - | } |
| 10 | + | if(pInfo[playerid][Adminlevel] < 1) SendClientMessage(playerid, COLOR_RED,"Warning: {E5E5E5}Abuse these commands for unfair advantage you will be removed without question!");
|
| 11 | - | if(pInfo[playerid][Adminlevel] < 3) |
| 11 | + | return 1; |
| 12 | - | {
|
| 12 | + | } |