14.01.2010, 13:32
i made a command : /acmdslvl(1,2,3,4 or 5) , everyone even none-admins can use this command , how can i make those commands for admins only and /acmdslvl1 for lvl 1 , /acmdslvl2 for lvl 2 , etc... please help
if(AdminLevel[playerid] == 3){
//the comand
}esle return SendClientMessage(playerid, 0xFF0000FF, "ERROR: You have to be an admin level 3 to use this comand");