Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
2.1 kB
3
Indexable
	if (pInfo(peer)->adminLevel == -1) c = "/vsb, /warpto, /warp, /punch, /vipchat";
			if (pInfo(peer)->adminLevel == 1) c = "/pban, /mute, /unmute, /ghost, /invis, nick, /summon, /nuke, /unnuke, /asb, /modchat, /online, /eff";
			if (pInfo(peer)->adminLevel == 2) c = "/logs, /pban, /mute, /unmute, /ghost, /invis, nick, /summon, /nuke, /unnuke, /asb, /modchat, /online, /eff";
			if (pInfo(peer)->adminLevel == 3) c = "/give <item id> <count>, /search <item name>, /logs, /pban, /mute, /unmute, /ghost, /invis, nick, /summon, /nuke, /unnuke, /asb, /modchat, /online, /eff";
			if (pInfo(peer)->adminLevel == 4) c = "/removeblock <block id>, /banall, /give <item id> <count>, /search <item name>, /unban, /legend, /logs, /clearinventory, /pban, /mute, /unmute, /ghost, /invis, nick, /summon, /nuke, /unnuke, /asb, /modchat, /online, /eff";
			if (pInfo(peer)->adminLevel == 5) c = "/unban, /gsm, /cleardropped, /removeblock <block id>, /banall, /give <item id> <count>, /search <item name>, /unban, /legend, /logs, /clearinventory, /pban, /mute, /unmute, /ghost, /invis, nick, /summon, /nuke, /unnuke, /asb, /modchat, /online, /eff";
			if (pInfo(peer)->adminLevel == 6) c = "/resetgems, /givegems, /givelevel, /giverank, /givetitle, /unban, /gsm, /cleardropped, /removeblock <block id>, /banall, /give <item id> <count>, /search <item name>, /unban, /legend, /logs, /clearinventory, /pban, /mute, /unmute, /ghost, /invis, nick, /summon, /nuke, /unnuke, /asb, /modchat, /online, /eff";
			if (pInfo(peer)->adminLevel == 7) c = "/stop, /restart, /resetgems, /givegems, /givelevel, /giverank, /givetitle, /unban, /gsm, /cleardropped, /removeblock <block id>, /banall, /give <item id> <count>, /search <item name>, /unban, /legend, /logs, /clearinventory, /pban, /mute, /unmute, /ghost, /invis, nick, /summon, /nuke, /unnuke, /asb, /modchat, /online, /eff";
			packet_(peer, a + "action|log\nmsg|>> Commands: /find <block name>, /info <player name>, /buy <item name>, /weather <id>, /clear, /pay <player name> <gems count>, /unaccess, /radio, /home, /status, /msg, /stats, /ignore, /mods, /vips, /go, /rgo, /sb, /cb, /me, /who, /r" + c);