|
Admin All in One Commands
amx_armor <authid or nick> <amount> -- gives Armor (max. 100)
amx_bury <authid, nick, @team or #userid> -- burys Player (can't move + has only knife)
amx_unbury <authid, nick, @team or #userid> -- unburys player
amx_disarm <authid, nick, @team or #userid> -- disarms player; It teleports them offscreen, removes their weapons, and teleports them back.
amx_fire <authid, nick or #userid> -- Sets a player on fire with effects. Users can catch others on fire by standing next to them.
amx_glow <authid, nick, @team or #userid> <red> <green> <blue> <alpha> -- Examples: amx_glow @CT 100 100 100 20
amx_glow Tom 0 0 0 255 - removes glowing
amx_godmode <authid, nick, @team or #userid> <0=OFF 1=ON> -- sets godmode on a player
amx_heal <authid, nick, @team or #userid> <life to give> -- gives health
amx_rocket <authid, nick, @team or #userid> -- Makes user turn into a rocket and explode in the air with visual effects
amx_slay2 <authid, nick, @team or #userid> [1-lightning|2-blood|3-explode] -- slays with FX
amx_teleport <authid, nick, or #userid> [x] [y] [z] -- Teleports to stored location or x y z
amx_userorigin <authid, nick, or #userid> -- Prints and stores x y z of player
Examples:
amx_userorigin player -- Stores Players location
amx_teleport player2 -- Teleport Player2 to Players location
amx_teleport player 100 120 500 -Teleports Player to 100 120 500
amx_uberslap <authid, nick, or #userid> -- Slaps user 100 times 1HP at a time.
amx_weapon <part of nick> or <@ team> <weapon to give>
Note: For <weapon to give> you enter the buy menu numbers
Also note that the client does not drop his current weapon
and can hold more then 1 primary (unless using shield, that may cause bugs and possibly server crashes) and secondary weapon
Example:
Giving user M4: amx_weapon < part of nick > or < @ team > and <weapon #> m4a1 = #43
For a list of weapon numbers (at the current moment) please read
http://www.amxmodx.org/forums/viewtopic.php?t=602&postdays=0&postorder=asc&start=12
If you are using STEAM, famas = 40, galil = 49 and shield = 87
amx_givemoney <authid, #userid or name> <ammount> - gives ammount of money
amx_takemoney <authid, #userid or name> <ammount> - takes money (Admins with immunity unffected.)
amx_gravity <value> -- sets gravity sv_gravity cvar. Players can also say /gravity to see what the current gravity is set at.
amx_alltalk <value> -- quick way to set the sv_alltalk value.
amx_stack <authid, nick or #userid> [0|1|2] -- Places all players on another person, vertical, horizontal or both
amx_noclip <authid, nick, @team or #userid> <0=OFF 1=ON> -- Gives a player no clip ablities.
amx_gag <authid, nick or #userid> <a|b> [time] -- A = Gobal Chat | B = Team Chat -- Restricts use of in game chatting by a player for the time defined by admin.
amx_ungag <authid, nick or #userid> -- Removes the gag and allows player(s) to chat again
EXAMPLES:
amx_fire BigBall -- Sets player "BigBall" or "BigBaller" on Fire
amx_disarm @CT -- Disarms all CT
amx_godmode @TERRORIST -- sets godmode for all Terrorists
TO DO LIST
- Allow use of weapon names instead of numbers. |
|