Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. YCMD:ah(playerid, params[], help) {
  2. if(PlayerInfo[playerid][pAdmin] >= 1) {
  3. new szDialog[1500];
  4. if(PlayerInfo[playerid][pAdmin] >= 1) {
  5. strcat(szDialog, "{FC8900}Admin 1:{FFFFFF}\n/ban /bano /kick /ajail /jailo /healme /reports /ar /cr /mute /unmute /check /warn /unwarn /goto /gethere /bigears /respawncar /anno /disarm /resetoplace\n");
  6. strcat(szDialog, "/cc /spec /setvw /setint /freeze /unfreeze /slapcar /vehname /fspec /suspend /lp /slap /rmute /respawn /deletead /inrace /as /anno2 /spawnhere /gate /oplace\n");
  7. strcat(szDialog, "/gotohouse /gotobiz /alicenses /afklist /cspec /wars /setjob /dm /dmp /suspendo /ip /mark /gotomark /gotorentplace /checkad /getcar /gotocar\n\n");
  8. }
  9. if(PlayerInfo[playerid][pAdmin] >= 2) {
  10. strcat(szDialog, "{FC8900}Admin 2:{FFFFFF}\n/unjail /checkweapons /neargun /nearskin /spawncar /despawncars /despawncar /jetpack /area\n");
  11. strcat(szDialog, "/aclear /banip\n\n");
  12. }
  13. if(PlayerInfo[playerid][pAdmin] >= 3) {
  14. strcat(szDialog, "{FC8900}Admin 3:{FFFFFF}\n/rac /alias /unban /setyt /givegun /unbanip /setskin\n\n");
  15. }
  16. if(PlayerInfo[playerid][pAdmin] >= 4) {
  17. strcat(szDialog, "{FC8900}Admin 4:{FFFFFF}\n/sethp /setarmor /getip /unwarn /skick /setleader /fpkoff /agl\n");
  18. }
  19. if(PlayerInfo[playerid][pAdmin] >= 5) {
  20. strcat(szDialog, "{FC8900}Admin 5:{FFFFFF}\n/asellhouse /asellbiz /licitatie /fpk /tod /deletefurniture /acover /acoveroff\n");
  21. strcat(szDialog, "/editraport /setrankname /auctions\n\n");
  22. }
  23. if(PlayerInfo[playerid][pAdmin] >= 6) {
  24. strcat(szDialog, "{FC8900}Admin 6:{FFFFFF}\n/restart /restartgame /createhouse /editjob /editclan /edithouse /movehouse /editbizz /deleteclan /givepp /apark /systems\n");
  25. strcat(szDialog, "/givevehicle /setstat /restartmissions /addcmd /removecmd /givehouse /givebiz /movebiz /addsafezone /editsafezone /deletecar /givemoney /money\n");
  26. strcat(szDialog, "/editvehicle /vpark /vinfo /giveall /sethelper /addlocation /editcar /addealercar /addrentplace /editrentplace\n\n");
  27. }
  28. ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{FFFFFF}Comenzi:", szDialog, "Close", "");
  29. }
  30. else SCM(playerid, COLOR_WHITE, adminOnly);
  31. return 1;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement