[ANY] Aim Menu 1.0 (02/02/13)
Adminek AMXX.PL
03.02.2013
[ANY]Aim Menu 1.0 (Initial Release)
by Skipper
DescriptionAllows you to do @aim commands on the fly through a menu. You can add any commands that you wish to the menu also.Commandssm_aim - Targets the person you are looking at.sm_reloadaim - Reloads the config file.How does it work?Look at someone in game and insert the aim command. A menu will pop up like this.
To add a ban/kick reason
Look at the example below of adding AFK to the menu.
Code: "Reasons" { "AFK" // This will be the option that shows in the menu { "reason" "You are afk" // This is the reason that the target will be kicked/banned } "Hacking" { "reason" "Hacking" }
To add a ban time
Look at the example below of adding 1 minute to the menu.
Code: "BanTimes" { "1 minute" // Name of the Time that will show in the menu { "time" "1" // Amount of time(in minutes) the target will be banned for } "Permanent" { "time" "0" }
TIP: The order it is in the config, the order it will show up in the menu
To add a custom command
Look at the examples I have in the menu.
Code: "Custom" { "Slay" // Name of the Command that shows in the menu { "cmd" "sm_slay" // The command that wants to be accessed }
Version Log Code: 1.0 - - ReleaseTodo- Being able to have multiple targets- Being able to type ban or kick reason (Custom Reason)Thanks to Scipizoa for the idea of this plugin Attached Files

Wyświetl pełny artykuł