Raised This Month: $32 Target: $400
 8% 

Admin All in One Commands [Last Update 2005/03/26]


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff        Approver:   BAILOPAN (72)
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-26-2004 , 18:06   Admin All in One Commands [Last Update 2005/03/26]
Reply With Quote #1

This plugin requires the following modules enabled
cstrike
fun

Code:
/* AMXX Mod script. * * (c) Copyright 2004, maintianed by BigBaller * This file is provided as is (no warranties). * * ADMIN ALLINONE COMMANDS * [2005 / 03 / 26 -- last change] * [Plugin Count -- 18 plugins] * * Changelog: *   v1.0 -- Initial build (14 in one) *   v1.1 -- Made AMXX Compatible *   v1.2 -- Fixed Money Command by Using DarkMoney plugin instead. *         Also made everything [AMXX] instead of [AMX] *   v1.3 -- Added f117bomb's NoClip and Stack Plugins *   v1.4 -- Added Steam Weapon support thanks to Kingpin on AMXX Forums! *         Also fixed amx_armor to allow admins to give themselfs armor! Thanks to GIR on AMXX Forums for pointing this out! *   v1.5 -- Added #define USING_STEAM in the header. WON users only have to comment this line instead of searching the plugin. *         Reorganized plugin, moved plugin_init() to the top of the plugin and moved around the body. *         Added information, based on amx_show_activity cvar, gravity and rocket will now display admin actions. *         Added a gag plugin per request, very simple and based off tcquest78's code. *         Removed the description and examples of the commands from the plugin, uses a URL for information instead. *   v1.5.1  Bug fix, due to reorganization amx_fire command didnt work, that has been fixed. *   v1.6 -- Created a sv_alltalk plugin like that of the amx_gravity. Added log_amx to all the plugins. *         This is to help combat "abusive admins". *   v2.0 -- Skipped to version 2.0 as it hopes to be one of the final versions (if not final) of this plugin. *         AMX MOD X Multilingual system enabled now and it gives error message in AMX MOD X Logs if *         required modules are not running. Also updated commands list to better reflect correct usage. *         Changed amx_weapon command to use a new flag and only that command on that flag, This means *         in order for any admin to have access to amx_weapon they must have the FLAG T listed in the users.ini * *       For command information and examples please read this post *       <a href="http://forums.alliedmods.net/showthread.php?t=528" target="_blank" rel="nofollow noopener">http://forums.alliedmods.net/showthread.php?t=528</a> * * CREDITS: * --------------- * (in order of how they are placed in plugin) * * -) ADMIN HEAL v0.9.3 by f117bomb * -) ADMIN ARMOR v1 by Rav * -) ADMIN GODEMODE v0.9.3 by f117bomb * -) ADMIN NO CLIP v0.9.3 by f117bomb * -) ADMIN TELEPORT v0.9.3 by f117bomb * -) ADMIN STACK v0.9.3 by f117bomb * -) GIVING CLIENT WEAPONS v0.8.4 by {W`C} Bludy * -) DARK MONEY 1.0 by DarkShadowST * -) ADMIN ALLTALK 1.0 by BigBaller * -) ADMIN GAG 1.0 by tcquest78 * -) ADMIN GRAVITY v0.2 by JustinHoMi * -) ADMIN GLOW v0.9.3 by f117bomb * -) ADMIN BURY v0.9.3 by f117bomb * -) ADMIN DISARM v1.1 by mike_cao * -) AMX UBER SLAP v0.9.3 by BarMan (Skullz.NET) * -) ADMIN SLAY 2 v0.9.2 by f117bomb * -) ADMIN FIRE v1.0.0 by f117bomb * -) ADMIN ROCKET v1.3 by f117bomb */ #include <amxmodx> #include <amxmisc> #include <cstrike> #include <fun>

Commands list and help!

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://forums.alliedmods.net/showthread.php?t=528
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.
Attached Files
File Type: sma Get Plugin or Get Source (admin_allinone.sma - 101999 views - 51.5 KB)
File Type: txt admin_allinone.txt (7.1 KB, 49726 views)
BigBaller is offline
ThorW634
Member
Join Date: Aug 2004
Location: Zeal
Old 03-26-2004 , 19:45  
Reply With Quote #2

been waiting for this port.
ThorW634 is offline
Send a message via AIM to ThorW634
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-27-2004 , 04:36  
Reply With Quote #3

I will try to include better weapon support for STEAM releated users.
__________________

BigBaller is offline
2xPutt
New Member
Join Date: Mar 2004
Old 03-29-2004 , 09:25   Re: Admin All in One Commands (by: For3st)
Reply With Quote #4

Quote:
Originally Posted by BigBaller
This plugin requires the cstrike module and fun module enabled.

[/b]

i'm still a n00b at this whole amx thing, but i was wondering... what is a "fun module"?? and cstrike module?

i mean, YOU mean that cstrike module as in this plugin only works for counter-strike? but what is a fun module? because i know that when i was on amx mod forums... some plugins need vexd or other various modules.... sorry for the inconvenience and thanks for the help
2xPutt is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-29-2004 , 09:38  
Reply With Quote #5

the cstrike module and the fun module are included with the AMXX download package. They are what allow this plugin to work, if you do not have these modules enabled this plugin will not be able to function correctly.

if you just got AMXX you should look at the modules.ini and see if cstrike and fun are enabled, they should be by default.
__________________

BigBaller is offline
azure
Member
Join Date: Mar 2004
Old 04-03-2004 , 12:31  
Reply With Quote #6

would like to see gag and llama in it too, but very nice.

execclient would be nice too
__________________
nohasslecs.com
our CS:Source server : 66.150.107.6:27015
IRC on Gamesurge @ #NHCS
azure is offline
|2ob
Senior Member
Join Date: Mar 2004
Location: Ontario, Canada
Old 04-03-2004 , 16:10  
Reply With Quote #7

he would need to ask permission from to people who made those plugins u mentioned.... besides this is not a new version, just a port from AMX
__________________
24/7 Custom Maps Vitrus | Style by www.WebGZ.net
64.247.24.125:27015

Visit Vitrus's Clan Site!

I would put more, but they have a limit on chars
|2ob is offline
Send a message via AIM to |2ob Send a message via MSN to |2ob
AssKicR
Veteran Member
Join Date: Mar 2004
Location: Norway-Europe(GTM+1)
Old 04-03-2004 , 16:10  
Reply With Quote #8

Quote:
Originally Posted by |2ob
he would need to ask permission from to people who made those plugins u mentioned.... besides this is not a new version, just a port from AMX
He never asked =/
__________________
My Plugins

Got ??
AssKicR is offline
|2ob
Senior Member
Join Date: Mar 2004
Location: Ontario, Canada
Old 04-03-2004 , 16:13  
Reply With Quote #9

Quote:
Originally Posted by AssKicR
Quote:
Originally Posted by |2ob
he would need to ask permission from to people who made those plugins u mentioned.... besides this is not a new version, just a port from AMX
He never asked =/
because he couldn't get in contact with For3st, as i've heard BigBaller likes to ask permission before porting anything.
__________________
24/7 Custom Maps Vitrus | Style by www.WebGZ.net
64.247.24.125:27015

Visit Vitrus's Clan Site!

I would put more, but they have a limit on chars
|2ob is offline
Send a message via AIM to |2ob Send a message via MSN to |2ob
AssKicR
Veteran Member
Join Date: Mar 2004
Location: Norway-Europe(GTM+1)
Old 04-03-2004 , 16:18  
Reply With Quote #10

Quote:
Originally Posted by |2ob
Quote:
Originally Posted by AssKicR
Quote:
Originally Posted by |2ob
he would need to ask permission from to people who made those plugins u mentioned.... besides this is not a new version, just a port from AMX
He never asked =/
because he couldn't get in contact with For3st, as i've heard BigBaller likes to ask permission before porting anything.
what i ment was that For3st didn't ask before he made the plugin
__________________
My Plugins

Got ??
AssKicR is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode