/[bmannplugins]/README.txt
ViewVC logotype

Contents of /README.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 237 - (show annotations) (download)
Sat Apr 12 20:50:39 2008 UTC (16 years, 2 months ago) by bmann_420
File MIME type: text/plain
File size: 20514 byte(s)
New 4.0 With weapon binding support
1 *
2 **
3 *** This README Consists of Plugins descriptions, Installation and a FAQ along with Admin Levels/Commands, Binding your weapon command.
4 *** Please read through this before posting, as many issues have been resolved already.
5 **
6 *
7
8
9 ================================================================================================
10
11
12
13 Plugin Descriptions
14
15 * AMX Super
16 (amx_super.amxx)
17 -This is the main plugin, the only with all those crazy and usefull commands with many server side resources =)
18
19 * AMX Super No Speed
20 (amx_super_nospeed.amxx)
21 -This is an exact replica of the above plugin. It is the AMX Super with all commands except for the speed feature. This is for servers with Warcraft mods, WoW mod, BF2 Mod, anything that has todo with game interfearence that has anything to do with the changing of speed. This will no longer interfear with those mods.
22
23 Extenstions:
24
25 * High Ping Kicker
26 (amx_hpk.amxx)
27 -This Plugin is the High Ping Kicker extension. It has a few cvars located in the cfg file to change the plugin how you see fit. It kicks out people with high pings who may to far away to play consitantly in the server without disrupting others' game play with his crapy latency issues.
28
29 * Admin Slash
30 (admin_slash.amxx)
31 This plugin allows admins to execute amx commands using 'say' and a slash '/'. It can also execute a command on all players or a team using '@all' and '@team' in place of the authid/nick parameter.
32
33 Examples:
34 To kick a player type '/kick playername'
35 To kick all players type '/kick @all'
36 To kick all players on a team type '/kick @team:TEAMID'
37 To ban all players for 10 minutes, type '/ban 10 @all'
38
39 NOTE: For admin_slash to work correctly, you HAVE to place the name (in plugins.ini) at the bottom of your 3rd party plugins list! Otherwise it will interfear with other plugins using the / commands.
40
41 Example plugins.ini:
42 ; Counter-Strike
43 restmenu.amxx ; restrict weapons menu
44 statsx.amxx ; stats on death or round end (CSX Module required!)
45 miscstats.amxx ; bunch of events announcement for Counter-Strike
46 stats_logging.amxx ; weapons stats logging (CSX Module required!)
47
48 Place all 3rd party plugins below here:
49 amx_super.amxx
50 blah.amxx
51 myplugins.amxx
52
53 admin_slash.amxx
54
55
56 ================================================================================================
57
58
59
60 Installation
61
62 Note: You need at least AMXX 1.8 to run AMX Super
63
64 1. Download the plugin below
65 2. Place amx_super.amxx in your server's addons/amxmodx/plugins folder
66 3. Place Amx_Super.txt in your server's addons/amxmodx/data/lang folder
67 4. Open plugins.ini found in addons/amxmodx/configs
68 5. Add the following line at the bottom of the file: amx_super.amxx (or whatever plugin your running)
69 6. Save and close plugins.ini
70 7. Restart your server or change the map
71 8. Done!
72
73 Support -(If having trouble Installing)
74
75 * Please post the output of amxx modules & amxx plugins from a console (hlsw) or amx_plugins & amx_modules In a new thread and please read through other threads to see if your problem has been fixed.
76 * And PLEASE read the FAQ for Troubleshooting before posting.
77 * ALSO READ THE FAQ
78
79 * Also check out Support at #amx_super on IRC in irc.Gamesurge.net
80
81
82 ================================================================================================
83
84
85
86 AMX Super: FAQ
87
88
89 For fast help, use IRC and goto channel #amx_super @ irc.Gamesurge.net
90
91 Question: AMX Super doesn't work, it gives bad load!
92 Answer(s):
93
94 * Make sure that you have the newest version of AMXX (1.80 or above) and Metamod (1.19) Click the Link below for the Packages containing these items if you like
95 * Make sure that you have the Cstrike Addon Installed (amxx modules in a Server console, hlsw or some sort)
96 * Duh, make sure amx_super.amxx is in the plugins folder
97 * If using an older version than the latest, either update or Make sure all the modules required are enabled. Also try compiling manually.
98 -Modules
99 Cstrike
100 Fakemeta
101 Fun
102 Engine
103
104 * Or read the directions HERE on how to update your AMX Mod X, even easier with the packages!
105
106
107 Question: I get all ML_NOTFOUND messages when using AMX Super commands!
108 Answer(s):
109
110 * You have not added the Amx_Super.txt file. To do this, download the .zip file and add the amx_super.txt file to your amxmodx/data/lang folder
111 * Make sure its amx_super.txt and not Amx _Super.txt (case sensitive for Linux)
112
113
114 Question: What or where are all the Cvars for the plugin?
115 Answer(s):
116
117 * All Cvars and explanations are in the amx_super.cfg Also Posted Here
118 * All Commands and explanations are on the front page where you download the plugin
119
120
121 Question: When i have the knife map 35hp , me and all players have 100 hp instead off 35 hp and when i pause amx_super everyone has 35 hp can you fix this please?
122 Answer(s):
123
124 * That is the spawn protection plugin at work.
125 * You need to do map files. amxmodx/configs/maps/mapname.cfg (create the files, maps and the .cfg)
126 * In that mapname.cfg put
127 sv_sp 0
128 * It will be enabled once the map changes, unless you dont want spawn protection, then just disable it fully in the amx_super.cfg
129
130
131 Question: Which admin flags are for all the commands in the Super?
132 Answer(s):
133
134 * Check HERE. That thread has detailed info on what flags and how to change them.
135
136
137 Question: When using the plugin some of the messages have all these ?????????????????? What is that?
138 Answer(s):
139
140 * That is the weird occurance where it is trying to read the txt file from the language Chinese. Very weird i know, and not common at all, but about 4 people have had that so I figured I would add it just in case.
141 * Delete the [cs] (Chinese) section in the amx_super.txt
142
143
144 Question: I can't find a command to make people invisible. How do I do this?
145 Answer(s):
146
147 * The command 'amx_glow <nick> 0 0 0 0' will make the designated player invisible.
148
149
150 Question: What are the access flags needed to use commands?
151 Answer(s):
152
153 * All the commands have different flags. You can find a list here: http://forums.alliedmods.net/showthread.php?t=58646
154
155
156 Question: I run Warcraft and the speed is conflicting with the warcraft powers, how do I get rid of that?
157 Answer(s):
158
159 * amx_super_nospeed.amxx is now your answer to these problems. It is in the .zip file now.
160
161
162 Question: What is the Required AMX Mod X Version to run AMX Super?
163 Answer(s):
164
165 * Regardless, you always want the latest version of AMX Mod X. You are now required to have Version 1.8
166
167
168 Question: I keep getting echo commands, like I did the command twice or something?
169 Answer(s):
170
171 * You DO NOT want to install both the super plugins (amx_super.amxx & amx_super_nospeed.amxx) ONLY INSTALL ONE. Read the plugins descriptions in the README to find out which one you need!
172
173
174 ====================================================================================================
175
176
177
178 Admin Levels/Commands/What they do
179 (Read this link on how to change them; http://forums.alliedmods.net/showthread.php?t=58646)
180
181
182 Client Commands:
183 register_clcmd("say /gravity","check_gravity")
184 register_clcmd("say /alltalk","check_alltalk")
185 register_clcmd("say /fixsound","cmdStopsound")
186 register_clcmd("say /spec", "cmd_spec")
187 register_clcmd("say /unspec", "cmd_unspec")
188 register_clcmd("say /admins", "show_admins")
189 register_clcmd("say /admin", "show_admins")
190
191 register_clcmd("say","block_gagged")
192 register_clcmd("say_team","block_gagged")
193 register_clcmd("jointeam", "join_team")
194 register_clcmd("fullupdate","fullupdate")
195 register_clcmd("say","asm_imm")
196
197 Admin Commands:
198 register_concmd("amx_heal","admin_heal",ADMIN_LEVEL_A,"<nick, #userid, authid or @team> <HP to give>")
199 register_concmd("amx_armor","admin_armor",ADMIN_LEVEL_A,"<nick, #userid, authid or @team> <armor to give>")
200 register_concmd("amx_teleport","admin_teleport",ADMIN_LEVEL_A,"<nick, #userid or authid> [x] [y] [z]")
201 register_concmd("amx_userorigin","admin_userorigin",ADMIN_LEVEL_A,"<nick, #userid or authid")
202 register_concmd("amx_stack","admin_stack",ADMIN_LEVEL_A,"<nick, #userid or authid> [0|1|2]")
203 register_concmd("amx_alltalk","admin_alltalk",ADMIN_LEVEL_A,"[1 = ON | 0 = OFF]")
204 register_concmd("amx_gravity","admin_gravity",ADMIN_LEVEL_A,"<gravity #>")
205 register_concmd("amx_unammo", "admin_unammo", ADMIN_LEVEL_A, "<nick, #userid or @team> [0|1] - 0=OFF 1=ON")
206 register_concmd("amx_extend","admin_extend",ADMIN_LEVEL_A,"<added time to extend> : ex. 5, if you want to extend it five more minutes.")
207 register_concmd("amx_gag","admin_gag",ADMIN_LEVEL_A,"<nick, #userid or authid> <a|b|c> <time> - Flags: a = Normal Chat | b = Team Chat | c = Voicecomm")
208 register_concmd("amx_ungag","admin_ungag",ADMIN_LEVEL_A,"<nick, #userid or authid>")
209 register_concmd("amx_bury","admin_bury",ADMIN_LEVEL_B,"<nick, #userid, authid or @team>")
210 register_concmd("amx_unbury","admin_unbury",ADMIN_LEVEL_B,"<nick, #userid, authid or @team>")
211 register_concmd("amx_disarm","admin_disarm",ADMIN_LEVEL_B,"<nick, #userid, authid or @team>")
212 register_concmd("amx_slay2","admin_slay",ADMIN_LEVEL_B,"<nick, #userid, authid or @team> [1-Lightning|2-Blood|3-Explode]")
213 register_concmd("amx_rocket","admin_rocket",ADMIN_LEVEL_B,"<nick, #userid, authid or @team>")
214 register_concmd("amx_fire","admin_fire",ADMIN_LEVEL_B,"<nick, #userid or authid or @team>")
215 register_concmd("amx_uberslap","admin_slap",ADMIN_LEVEL_B,"<nick, #userid or authid>")
216 register_concmd("amx_flash","admin_flash",ADMIN_LEVEL_B,"<nick, #userid, authid or @team> - Flashes player(s)")
217 register_clcmd("+adminvoice", "vocomStart") //Custom Level B (Change in admin Voice Section)
218 register_clcmd("-adminvoice", "vocomStop") //Custom Level B (Change in admin Voice Section)
219 register_concmd("amx_weapon","admin_weapon",ADMIN_LEVEL_C,"<nick, #userid, authid or @team> <weapon #>")
220 register_concmd("amx_revive","admin_revive",ADMIN_LEVEL_C,"<nick, #userid, authid or @team>")
221 register_concmd("amx_godmode","admin_godmode",ADMIN_LEVEL_C,"<nick, #userid or @team> [0|1|2] - 0=OFF 1=ON 2=ON + ON EACH ROUND")
222 register_concmd("amx_noclip","admin_noclip",ADMIN_LEVEL_C,"<nick, #userid, authid or @team> [0|1|2] - 0=OFF 1=ON 2=ON + ON EACH ROUND")
223 register_concmd("amx_drug","cmd_drug",ADMIN_LEVEL_C,"<@all, @team, nick, #userid, authid or @team>")
224 register_concmd("amx_speed","cmd_speed",ADMIN_LEVEL_C,"<nick, #userid, authid or @team> [0|1] -- gives/takes turbo running")
225 register_concmd("amx_givemoney","admin_givemoney",ADMIN_LEVEL_C," <nick, #userid, authid or @team> <amount> - gives specified player money")
226 register_concmd("amx_takemoney","admin_takemoney",ADMIN_LEVEL_C," <nick, #userid or authid> <amount> - takes specified player money")
227 register_concmd("amx_glow", "cmd_glow", ADMIN_LEVEL_D, "<nick, #userid, authid, or @team/@all> <color> (or) <rrr> <ggg> <bbb> <aaa> -- lasts 1 round")
228 register_concmd("amx_glow2", "cmd_glow", ADMIN_LEVEL_D, "<nick, #userid, authid, or @team/@all> <color> (or) <rrr> <ggg> <bbb> <aaa> -- lasts forever")
229 register_concmd("amx_glowcolors", "cmd_glowcolors", ADMIN_LEVEL_D, "shows a list of colors for amx_glow and amx_glow2")
230 register_concmd("amx_badaim","bad_aim",ADMIN_LEVEL_D,"<player> <On/off or length of time: 1|0|time> <Save?: 1|0>: Turn on/off bad aim on a player.")
231 register_concmd("amx_transfer", "cmd_transfer", ADMIN_LEVEL_D,"- <name> <CT/T/Spec> Transfers that player to the specified team")
232 register_concmd("amx_team", "cmd_transfer", ADMIN_LEVEL_D,"- <name> <CT/T/Spec> Transfers that player to the specified team")
233 register_concmd("amx_swap", "cmd_swap", ADMIN_LEVEL_D,"- <name 1> <name 2> Swaps two players with eachother")
234 register_concmd("amx_teamswap", "cmd_teamswap", ADMIN_LEVEL_D,"- Swaps two teams with eachother")
235 register_concmd("amx_lock", "admin_lock", ADMIN_LEVEL_D,"- <CT/T/Auto/Spec> - Locks selected team")
236 register_concmd("amx_unlock", "admin_unlock", ADMIN_LEVEL_D,"- <CT/T/Auto/Spec> - Unlocks selected team")
237 register_concmd("amx_exec","admin_exec",ADMIN_BAN,"<nick or @team> <command>")
238 register_concmd("amx_restart","fnShutDown",ADMIN_BAN,"<seconds (1-20)> - restarts the server in seconds")
239 register_concmd("amx_pass", "admin_pass", ADMIN_PASSWORD, "<server password> - Sets the server password")
240 register_concmd("amx_nopass", "admin_nopass", ADMIN_PASSWORD, "- Removes the server password")
241 register_concmd("amx_quit","admin_quit",ADMIN_LEVEL_E,"<nick, #userid, authid or @team>")
242 register_concmd("amx_shutdown","fnShutDown",ADMIN_RCON,"<seconds (1-20)> - shuts down the server in seconds")
243 register_concmd("amx_supermenu","admin_asm",ADMIN_ADMIN,"- Shows the AMX Super Menu")
244
245
246 ====================================================================================================
247
248
249
250
251 Quick Binding your Weapons help also located at my site
252 (to maximize your admin with 1 button = primary, secondary, all nades, vest and ammo)
253 (http://forums.armyofchaos.com/index.php?showtopic=11)
254
255
256 Regular Binding
257 Type this in consol for you to bind this to a key. (or edit your config.cfg file in your cstrike directory)
258 Note: Do not abuse this command, or use it on the first round, if caught, i will rip you a new asshole, and if i do it, let me know, sometimes I'm a lil high
259
260 bind any key you want! "amx...." Type/CopyNpaste Exactly What is Below (you have to have the quotes or it wont work)
261
262 You have the option to add "amx_disarm yourname; amx_weapon..." to disarm you before you load up
263
264 bind k "amx_weapon yourname 43; amx_weapon yourname 82; amx_weapon yourname 83; amx_weapon yourname 83; amx_weapon yourname 84; amx_weapon yourname 11"
265
266 - Those numbers coincied with how u buy them:
267 82=vest
268 83=flash
269 84=HE
270 43=M4
271 42=AK
272 44=PullPup
273
274 So you give yourself 2 flashes a m4 a vest an he and backup primary ammo. And then whatever primary gun you want.
275
276 11=P90
277 12=glock
278 15=Dulies
279 so on, its how u buy them.
280
281 You can make it easier by editing your config.cfg (Located in C:\Program Files\Steam\steamapps\yourname\counter-strike\cstrike)
282
283 --I would suggest just copying/pasting/renaming your config.cfg and changing the name to userconfig.cfg so it never gets overwritten-- So you will have config.cfg and userconfig.cfg
284 -Or just place what you dont want overwritten in your Userconfig.cfg
285
286 Examply of your userconfig.cfg
287
288 Their are 2 ways of binding and using your weapon commands.
289
290 Regular Binding
291 Type this in consol for you to bind this to a key. (or edit your config.cfg file in your cstrike directory)
292 Note: Do not abuse this command, or use it on the first round, if caught, i will rip you a new asshole, and if i do it, let me know, sometimes I'm a lil high icon_biggrin.gif
293
294 bind any key you want! "amx...." Type/CopyNpaste Exactly What is Below (you have to have the quotes or it wont work)
295
296 You have the option to add "amx_disarm yourname; amx_weapon..." to disarm you before you load up icon_biggrin.gif
297
298 bind k "amx_weapon yourname 43; amx_weapon yourname 82; amx_weapon yourname 83; amx_weapon yourname 83; amx_weapon yourname 84; amx_weapon yourname 11"
299
300 - Those numbers coincied with how u buy them:
301 82=vest
302 83=flash
303 84=HE
304 43=M4
305 42=AK
306 44=PullPup
307
308 So you give yourself 2 flashes a m4 a vest an he and backup primary ammo. And then whatever primary gun you want.
309
310 11=P90
311 12=glock
312 15=Dulies
313 so on, its how u buy them.
314
315 You can make it easier by editing your config.cfg (Located in C:\Program Files\Steam\steamapps\yourname\counter-strike\cstrike)
316
317 --I would suggest just copying/pasting/renaming your config.cfg and changing the name to userconfig.cfg so it never gets overwritten-- So you will have config.cfg and userconfig.cfg
318 -Or just place what you dont want overwritten in your Userconfig.cfg
319
320 Example parts of Userconfig.cfg:
321
322 bind "j" "amx_weapon Disasta 48; amx_weapon Disasta 82; amx_weapon Disasta 83; amx_weapon Disasta 83; amx_weapon Disasta 84; amx_weapon Disasta 86; amx_weapon Disasta 12; amx_weapon Disasta 7"
323 bind "k" "amx_weapon Disasta 45; amx_weapon Disasta 82; amx_weapon Disasta 83; amx_weapon Disasta 83; amx_weapon Disasta 84; amx_weapon Disasta 86; amx_weapon Disasta 12; amx_weapon Disasta 7"
324 bind "l" "amx_weapon Disasta 46; amx_weapon Disasta 82; amx_weapon Disasta 83; amx_weapon Disasta 83; amx_weapon Disasta 84; amx_weapon Disasta 86; amx_weapon Disasta 12; amx_weapon Disasta 7"
325 bind "m" "chooseteam"
326 bind "n" "amx_weapon Disasta 51"
327 bind "o" "shopmenu"
328 bind "p" "amx_revive Disasta"
329 bind "q" "amx_kickmenu"
330 bind "F7" "load quick"
331 bind "DEL" "amx_weapon Disasta 42; amx_weapon Disasta 82; amx_weapon Disasta 83; amx_weapon Disasta 83; amx_weapon Disasta 84; amx_weapon Disasta 86; amx_weapon Disasta 12; amx_weapon Disasta 7"
332 bind "PGDN" "amx_weapon Disasta 40; amx_weapon Disasta 82; amx_weapon Disasta 83; amx_weapon Disasta 83; amx_weapon Disasta 84; amx_weapon Disasta 86; amx_weapon Disasta 12; amx_weapon Disasta 7"
333 bind "END" "amx_weapon Disasta 43; amx_weapon Disasta 82; amx_weapon Disasta 83; amx_weapon Disasta 83; amx_weapon Disasta 84; amx_weapon Disasta 86; amx_weapon Disasta 12; amx_weapon Disasta 7"
334 bind "KP_END" "+hook"
335
336
337 The second way is making config files. - Its nice cause you use your SteamID so you dont have to rely on your game name
338
339 You need to create a .cfg file named m4.cfg (if you like, you can call it whatever you want, its easier calling a weapon, since that is the primary weapon the cfg will give you)
340 That cfg will contain something like this
341
342 m4.cfg
343
344 amx_disarm "STEAM_0:1:3743420"
345 amx_weapon "STEAM_0:1:3743420" 43
346 amx_weapon "STEAM_0:1:3743420" 82
347 amx_weapon "STEAM_0:1:3743420" 83
348 amx_weapon "STEAM_0:1:3743420" 84
349 amx_weapon "STEAM_0:1:3743420" 84
350 amx_weapon "STEAM_0:1:3743420" 86
351 amx_weapon "STEAM_0:1:3743420" 15
352 amx_weapon "STEAM_0:1:3743420" 7
353
354
355 As you see, you use your steamid, so you can change whatever name you want. I have cfg for:
356 AK47, AUG, AWP, FAMAS, M4, Scout You can use them for whatever you want.
357
358 Then in your userconfig.cfg (as told above) you do the same thing.
359
360 Example parts from Userconfig.cfg:
361
362 bind "i" "shopmenu2"
363 bind "j" "exec AWP.cfg"
364 bind "k" "exec Aug.cfg"
365 bind "l" "exec Scout.cfg"
366 bind "m" "chooseteam"
367 bind "n" "amx_weapon Masta 51"
368 bind "F10" "quit prompt"
369 bind "INS" "+klook"
370 bind "DEL" "exec AK47.cfg"
371 bind "PGDN" "exec Famas.cfg"
372 bind "END" "exec M4.cfg"
373 bind "KP_LEFTARROW" "say /cp"
374 bind "KP_5" "say /gc"
375
376
377 Weapon Lists:
378 11 Glock
379 12 Usp
380 13 P228
381 14 Deagle
382 15 Fiveseven
383 16 Elites
384 17 All Pistols
385 21 Pump Shotty
386 22 Auto Shotty
387 31 TMP
388 32 Mac10
389 33 MP5
390 34 P90
391 35 Ump45
392 40 Famas
393 41 Gali
394 42 AK47
395 43 M4A1
396 44 SG552
397 45 Aug
398 46 Scout
399 47 SG550
400 48 AWP
401 49 G3SG1
402 51 Para
403 60 Shield/Glock/All Nades/Armor
404 61 Shield/USP/All Nades/Armor
405 62 Shield/P228/All Nades/Armor
406 63 Shield/Deagle/All Nades/Armor
407 64 Shield/FiveSeven/All Nades/Armor
408 81 Armor
409 82 Armor + Helmet
410 83 HE Grenade
411 84 Flash Grenades
412 85 Smoke Grenade
413 86 Defuse Kit
414 87 Shield
415 88 All Ammo
416 89 All Grenades
417 91 C4
418 92 Nightvision Goggles
419 100 AWP/Deagle/All Nades/Full Armor
420 160 Full Money
421 200 Everything
422
423 Also these now work from 4.0
424
425 // The available buy aliases and their names as shown on the buy menu are:
426 //
427 // galil - IDF Defender
428 // ak47 - CV-47
429 // scout - Schmidt Scout
430 // sg552 - Krieg 552
431 // awp - Magnum Sniper Rifle
432 // g3sg1 - D3/AU1
433 // famas - Clarion 5.56
434 // m4a1 - Maverick M4A1 Carbine
435 // aug - Bullpup
436 // sg550 - Krieg 550 Commando
437 // glock - 9x19mm Sidearm
438 // usp - KM .45 Tactical
439 // p228 - 228 Compact
440 // deagle - Night Hawk .50C
441 // elite - .40 Dual Elites
442 // fiveseven - ES Five-Seven
443 // m3 - Leone 12 Gauge Super
444 // xm1014 - Leone YG1265 Auto Shotgun
445 // mac10 - Ingram MAC-10
446 // tmp - Schmidt Machine Pistol
447 // mp5navy - KM Sub-Machine Gun
448 // ump45 - KM UMP45
449 // p90 - ES C90
450 // m249 - M249
451 // primammo - Primary Ammo
452 // secammo - Secondary Ammo
453 // vest - Kevlar
454 // vesthelm - Kevlar+Helmet
455 // flashbang - Flashbang
456 // hegrenade - HE Grenade
457 // smokegrenade - Smoke Grenade
458 // nvgs - Nightvision
459 // defuser - Defusal Kit
460
461
462 ====================================================================================================
463
464
465

[email protected]
ViewVC Help
Powered by ViewVC 1.1.10