06.03.2009, 17:22
Quote:
Originally Posted by RemulisLTU
what commands
|
Code:
if(!strcmp(cmdtext, "/ahelp", true)) { SendClientMessage(playerid, COLOR_BLUE, msg_commands); SendMsg(playerid, COLOR_YELLOW, "%s :: /report :: /nopm :: /register :: /login ::", msg_lvl0cmds); if(level[playerid] >= 1) { SendMsg(playerid, COLOR_YELLOW, "%s :: /a :: /info :: /kick :: /slap :: /akill :: /announce(/ann) :: /health :: /vhlth :: /tune :: /mute ::", msg_lvl1cmds); SendClientMessage(playerid, COLOR_YELLOW, ":: /health :: /vhlth :: /tune :: /mute ::"); } if(level[playerid] >= 2) { SendMsg(playerid, COLOR_YELLOW, "%s :: /ban :: /explode :: /gethere :: /goto :: /tele :: /jail :: ", msg_lvl2cmds); SendClientMessage(playerid, COLOR_YELLOW, ":: /time :: /clearchat :: /weather :: /(give)(set)money :: /(give)(set)score ::"); } if(level[playerid] >= 3) { SendMsg(playerid, COLOR_YELLOW, "%s :: /timeban :: /weap :: /veh :: /fake ::", msg_lvl3cmds); SendClientMessage(playerid, COLOR_YELLOW, ":: /(un)freeze :: /setgreet :: /seepms :: /cage ::"); } if(level[playerid] >= 4) { SendMsg(playerid, COLOR_YELLOW, "%s :: /setadmin :: /setstat :: /restart(/gmx) :: ", msg_lvl4cmds); SendClientMessage(playerid, COLOR_YELLOW, ":: /(re)(un)loadfs :: /gravity :: /crash :: /reloadusers ::"); } SendClientMessage(playerid, COLOR_BLUE, msg_moreinfo); return 1; } return 0; }