AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Super (https://forums.alliedmods.net/forumdisplay.php?f=111)
-   -   Can't load AMX super (https://forums.alliedmods.net/showthread.php?t=60970)

Rikimaru 09-17-2007 16:33

Can't load AMX super
 
Followed the instruction and did everything, but when I type amxx plugins in my HLSW console, AMX super isn't running - bad load. It says [AMXX] Plugin "amx_super.amxx" failed to load: Module/Library "cstrike" required for plugin. Check modules.ini.

Can anybody tell me what's the problem?

YamiKaitou 09-17-2007 23:41

Re: Can't load AMX super
 
Did you install the CStrike addon package when you installed AmxModX? Cause, that error is saying you didn't

bmann_420 09-18-2007 01:42

Re: Can't load AMX super
 
Quote:

Originally Posted by Front Page of the FAQ
1. Question: AMX Super doesn't work, it gives bad load!

Answer(s):

* Make sure that you have the newest version of AMXX (1.70 or above) and Metamod (1.19)
* Make sure that you have the Cstrike Addon Installed (amxx modules in a Server console, hlsw or some sort)
* Duh, make sure amx_super.amxx is in the plugins folder
* If using an older version than the latest, try to compile it locally


Rikimaru 09-18-2007 01:47

Re: Can't load AMX super
 
Do you mean cstrike_amxx.dll which is located in cstrike/addons/amxmodx/modules?

Do I have to enable it from modules.ini?

Rikimaru 09-18-2007 01:49

Re: Can't load AMX super
 
I've AMX Mod X 1.76d and Metamod 1.19

bmann_420 09-18-2007 06:09

Re: Can't load AMX super
 
If you overwrote the configs, then it should be enabled by default (if installed). As in unless you disabled it, its enabled. If you overwrote modules.ini with the update

Rikimaru 09-18-2007 12:43

Re: Can't load AMX super
 
Now what's the problem:

I want to disable all hud messages, all sound effects and I don't need ingame stats. The only point why I decided to install AMX super is to use admin commands.
What do I've to do or edit?

bmann_420 09-18-2007 15:17

Re: Can't load AMX super
 
IF you install the cstrike addon package and then install amx super, everything should run just fine. And their are packages with amx_super already enabled in the Server management section above thats pinned.

Disabeling all hud messages = impossible (except for stats - which is in game amx_statscfgmenu)
all sound effects = amx_statscfgmenu

Rikimaru 09-18-2007 16:18

Re: Can't load AMX super
 
Disable all hud messages - I mean the messages which appeared after AMX super install.
Is this fully impossible to turn them off?

amx_adminlisten 1 // Enable/Disable Admins listen plugin. Lets admin see All chat
Does it mean that the admin will see all chat, including amx_psay messages?
What kind of admins? Only the ones who're able to use AMX super features?

bmann_420 09-18-2007 16:36

Re: Can't load AMX super
 
Okay. Lets check some things out right here.

For one, the only hud message I know of in Super off the top of my head is the spawn protection, which a cvar located in the amx_super.cfg with the description of it.

I was reffering to all huds in your server, impossible, unless you take out some plugins. Disable all stats and turn off extra plugins if you have them would disable em all. But if you just Super and stock plugins, disable all thru the statsmenu and disable the 1 in super and their yea go, kinda like what i was saying above. (have to test and do things yourself to find out alos)

admin listen = admins can reall all Except psay -That would kinda be retarded if they could.

Read the FAQ for all the admin flags what commands they are associated with. As in what flags do u need for admin listen, and all other commands

Rikimaru 09-18-2007 17:22

Re: Can't load AMX super
 
I mean the following messages:

1. When a player joins/leaves the server (colored text)
2. When you aim at the opponent, shoot and the HP text appears on the screen.
3. Other color texts on the left and on the right side of the screen.

If you tell me the way I can turn off the stats (which has been applied after AMX super install) I'd be very thankful.

Also I'd like to turn off spawn protection and bomb transfer, is it possible?

bmann_420 09-18-2007 20:08

Re: Can't load AMX super
 
O yea, totally forgot those lol

Its all in the amx_super.cfg All of what your askin

PHP Code:

amx_revivemsg 1           // Enable/Disable the HUD revive message when somebody is revived.
bullet_damage 1           // Enable/Disable the bullet bamage HUD above your crosshairs when you hit your opponents. (HP Damage)
amx_showc4msg 0           // <0|1> - Shows a hud message about the timer 

stats_marquee 1           // Enable/Disable the stats marquee option
amx_marqplayeramount 40    // Amount of top players that will be shown
amx_marqvertlocation 2     // Where the marquee will appear (1 = top, 2 = bottom)

// Join Leave Messages
-- 
amx_join_leave 1              // Enable/Disable the join/leave messages
amx_leavemessage_enable 1  // Enable/Disable the Leave Message

sv_sp 1                   // Cvar (Command Variable) for the plugin 1=on 0=off
sv_sptime 2            // Cvar for controlling the message time (1-10 seconds), default 5
sv_spmessage 0            // Cvar for controlling the message 1=on 0=off
sv_spshellthick 25        // Cvar for controlling the glow shell thickness 0-100, default 25
sv_spglow 0            // Cvar for controlling if glow is enabled or disabled, 0 disables glow 

I mean, just gatta read it. I know the stats marquee might need a better description, but its all their.

Rikimaru 09-19-2007 02:50

Re: Can't load AMX super
 
I made some changes, is this more likely correct?

PHP Code:

amx_deadchat 0     // Enable/Disable dead players chatting with opposing teammates when alltalk is off.
amx_revivemsg 0     // Enable/Disable the HUD revive message when somebody is revived.
amx_loadsong 0     // Enable/Disable the loading songs when joining the server.
amx_adminlisten 0        // Enable/Disable Admins listen plugin.  Lets admin see All chat
amx_flashsound 0        // Enable/Disable flash sound when  using amx_flash
bullet_damage 0     // Enable/Disable the bullet bamage HUD above your crosshairs when you hit your opponents. (HP 
Damage)
allow_catchfire 0        // Enable/Disable people to catch other people on fire with amx_fire
amx_admin_check 0     // Enable/Disable the ability to say /admin(s) and show the admins online
// Sound Fix
--
amx_soundfix 0        // Enable/Disable the echo sound fix plugin to fix echoes automatically.
amx_soundfix_pallow 0    // Enable/Disable players to be able to use /fixsound to fix echoes.

// Bomb Transfer
--
afk_bombtransfer_spawn 0   // Maximum allowed AFK time for the bomb carrier from Spawn Only
afk_bombtransfer_time 0   // Maximum allowed AFK time for the bomb carrier from any AFK any time

// C4 Timer
-- 
amx_showc4timer 0     // <0|1|3> - Off | T's only | CT's only | ALL
amx_showc4flash 0        // <0|1> - Sprite flashing 
amx_showc4sprite 0    // <0|1> - Choose from 2 sprites 
amx_showc4msg 0     // <0|1> - Shows a hud message about the timer 

// Stats Marquee
--
stats_marquee 0     // Enable/Disable the stats marquee option
amx_marqplayeramount 0    // Amount of top players that will be shown
amx_marqvertlocation 0     // Where the marquee will appear (1 = top, 2 = bottom)
amx_marqfulltime 0     // Amount of seconds in between each time the stat marquee loops
amx_marqtimebetween 0    // Amount of seconds each player is individually shown before the next player is shown

// Join Leave Messages
-- 
amx_join_leave 0        // Enable/Disable the join/leave messages
amx_leavemessage_enable 0  // Enable/Disable the Leave Message
// The actual messages
// %name% = Users Name, %rankpos% = Users Current Rank, \n = New line 
amx_enter_message "%name% has joined!\nEnjoy the Server!\nCurrent Ranking is %rankpos%"
amx_leave_message "%name% has left!\nHope to see you back sometime."

// Spawn Protection
-- 
sv_sp 0          // Cvar (Command Variable) for the plugin 1=on 0=off
sv_sptime 0      // Cvar for controlling the message time (1-10 seconds), default 5
sv_spmessage 0      // Cvar for controlling the message 1=on 0=off
sv_spshellthick 0     // Cvar for controlling the glow shell thickness 0-100, default 25
sv_spglow 0      // Cvar for controlling if glow is enabled or disabled, 0 disables glow

//Badaim
--
amx_autobantimed 0    //Set whether or not to auto ban someone if they get a kill while under a timed bad aim. (default 
11|0)
amx_autobanall 0          //"Get a kill under " either type of bad aim. (default 1; 1|0) 
amx_ba_follow_immunity 1   //Set whether or not bad aim follows immunity rules for admins. (default 1; 1|0) 
 
//////////////////
// AMX Super Add-on Cvars   (Defaults)
//////////////////
// General Cvars
//////////////////
// High Ping Kicker Cvars
--
amx_hpk_on 0      // Turn the High Ping Kicker on or off 
amx_hpk_ping 200        // Highest ping a player is allowed to have
amx_hpk_check 0        // Seconds between checking a players ping
amx_hpk_tests 0          // Number of times a player's ping is checked before kicking
amx_hpk_delay 0        // Seconds before starting ping checks after a player joins
amx_hpk_immunity 1    // Enable/Disable Immunity Checks by the plugin 


bmann_420 09-19-2007 03:18

Re: Can't load AMX super
 
Do you not read the descriptions for the cvars?

There not all huds, some are just examples.

I mean, you changed everything to 0
What is that? I ... dont ... know ...

Only the ones that say they do a hud should be turned to 0, thats it (for what you want)
7 of them, if you dont include just turning off spawn protection.

Rikimaru 09-19-2007 04:11

Re: Can't load AMX super
 
I also want to turn off the colored text messages when users join/leave the server, player ranking and stats. My point is to set everything by default as much as possible, because as I said the most reason why I installed AMX super is to use admin commands.

bmann_420 09-19-2007 15:18

Re: Can't load AMX super
 
Quote:

Originally Posted by Read what I say
Only the ones that say they do a hud should be turned to 0, thats it (for what you want)
7 of them, if you dont include just turning off spawn protection.

That is what I just said to you

Read the bloody descriptions of cvars in teh .cfg!!!


If you dont actually read and take in what the words say, I cant help you anymore.

Rikimaru 09-19-2007 15:23

Re: Can't load AMX super
 
I got it, thank you.


All times are GMT -4. The time now is 19:20.

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