Author Topic: BMenu | Admin Commands  (Read 4263 times)

If you've used AMX Menu X back from CS 1.6 days, you'll get the idea.

An admin add-on that allows admins to slap, mute, and slay players by typing the command.
Examples below...
Code: [Select]
Command | Useage | Effect
-=Admin=-
/slap | /slap [user] [damage] | Damages the target and flings him to the side.
/kick | /kick [user] | Kicks the user off the server.
/mute | /mute [user] [time] | Mutes the player for [time] minutes.
/freeze | /freeze [user] [time] | Makes the player unable to move for [time] seconds.
/beacon | /beacon [user] [time] | Makes a (random) colored circle around the target for [time] minutes.
-=Super Admin/Host=-
/ban | /ban [user] [time] | Bans the user for [time] minutes.
/permaban | /permaban [user] | Perma-bans the user.
/pacifist | /pacifist [user] [time] | Makes the user unable to harm anyone or use tools for [time] minutes.

Discuss.


loel i abus admen cuz i hoestr fwend i freez u lol kieol

Make it host only and we might have a deal

You should be able to toggle it between Host/Supers


Slap is made, although no damage. Kick can't work like that unless you package it somehow since there's already a real /kick. Mute's been made, and Bushido used it on me :panda:. Freeze can be done, might even exist. Beacon could be an emitter, so possible. Ban would also need a package and all. Permaban can be ban with time set to -1. Pacifist would be impossible since add-ons like to make their own methods of causing damage and such, so you can't predict all ways it can be done.