25.02.2008, 17:23
One major thig i would add would be somthig like this. I am currently making it and hope to release an edited version soon.
Quote:
# define ADMIN_ONE 1 # define ADMIN_TWO 2 # define ADMIN_THREE 3 # define ADMIN_FOUR 4 # define ADMIN_FIVE 5 # define ADMIN_SIX 6 # define ADMIN_SIVEN 7 # define ADMIN_EIGHT 8 # define ADMIN_NINE 9 # define ADMIN_TEN 10 If( ADMIN_FIVE ) { if(strcmp(cmd,"/xcommands",true)==0) { SendClientMessage(playerid,red,".:: Admin lvl 5 Commands ::."); SendClientMessage(playerid,gray,"/ban /kick /spectate /goto /gethere /xjail /announce /(un)wire"); } else SendClientMessage(playerid,red,"Error: You are not a high anough admin to use this commands."); return 1; } |