AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Super (https://forums.alliedmods.net/forumdisplay.php?f=111)
-   -   [Help] Chat are Doubled & Team Chat! (https://forums.alliedmods.net/showthread.php?t=78606)

bmann_420 10-10-2008 19:47

Re: [Help] Chat are Doubled & Team Chat!
 
In chat or a HUD message? The HUD messages are cvars tho, and that is the only welcome message this plugin has to offer.

All ML errors this plugin will give you are related to "AMX_SUPER_", (example: AMX_SUPER_GLOW_TEAM_OFF_CASE2). If not, then it has nothing to do with this plugin.

YamiKaitou 10-10-2008 23:06

Re: [Help] Chat are Doubled & Team Chat!
 
Disable countrywelcome.amxx and see if the ML error remains

Pwnned 10-11-2008 02:06

Re: [Help] Chat are Doubled & Team Chat!
 
Nope. But, when people die, i'm alive when they chat the thing doubles.

bmann_420 10-11-2008 03:10

Re: [Help] Chat are Doubled & Team Chat!
 
Could you give a screen shot? And just to make sure, the output of amxx plugins in the server console

YamiKaitou 10-11-2008 10:07

Re: [Help] Chat are Doubled & Team Chat!
 
Quote:

Originally Posted by Pwnned (Post 698201)
Nope. But, when people die, i'm alive when they chat the thing doubles.

If you are saying that the ML thing does not happen when you disable the countrywelcome plugin, than the ML error is with that plugin, go post in that thread about it.

Pwnned 10-11-2008 15:22

Re: [Help] Chat are Doubled & Team Chat!
 
I think, it's because of admin_listen on amx_super config

bmann_420 10-11-2008 15:38

Re: [Help] Chat are Doubled & Team Chat!
 
when that is enabled, you just read all teh chat, no doubles of anything tho

Pwnned 10-11-2008 15:58

Re: [Help] Chat are Doubled & Team Chat!
 
Quote:

// AMX Super Configuration
//
// File location: addons/amxmodx/configs/amx_super.cfg
//
// Settings are loaded on every mapchange
// from this cfg file
// Version 4.1

echo [AMX Super] AMX_Super.cfg has been executed

//////////////////
// AMX Super Cvars [Values: 0 = Disabled | 1 = Enabled] (Defaults)
//////////////////
// General Cvars
//////////////////

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 1 // Enable/Disable the loading songs when joining the server.
amx_adminlisten 0 // Enable/Disable Admins listen plugin. Lets admin see All chat
amx_flashsound 1 // Enable/Disable flash sound when using amx_flash
bullet_damage 1 // Enable/Disable the bullet bamage HUD above your crosshairs when you hit your opponents. (HP Damage)
allow_catchfire 1 // Enable/Disable people to catch other people on fire with amx_fire
amx_admin_check 1 // Enable/Disable the ability to say /admin(s) and show the admins online

// Sound Fix
--
amx_soundfix 1 // Enable/Disable the echo sound fix plugin to fix echoes automatically.
amx_soundfix_pallow 1 // Enable/Disable players to be able to use /fixsound to fix echoes.


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


// C4 Timer
--
amx_showc4timer 3 // <0|1|3> - Off | T's only | CT's only | ALL
amx_showc4flash 0 // <0|1> - Sprite flashing
amx_showc4sprite 1 // <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 40 // Amount of top players that will be shown
amx_marqvertlocation 2 // Where the marquee will appear (1 = top, 2 = bottom)
amx_marqfulltime 600.0 // Amount of seconds in between each time the stat marquee loops
amx_marqtimebetween 6.0 // Amount of seconds each player is individually shown before the next player is shown


// Join Leave Messages
--
amx_join_leave 1 // Enable/Disable the join/leave messages
amx_leavemessage_enable 1 // 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 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


//Badaim
--
amx_autobantimed 1 // Set whether or not to auto ban someone if they get a kill while under a timed bad aim. (default 1; 1|0)
amx_autobanall 1 // "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)


//AFK Manager
--
amx_ammune_access a // Acces flag for immunity / Will not kick any admin with this flag
amx_immune_time 5 // Connected user's unassigned kick immunity time (How much time they have before their checked to get kicked)
amx_max_afktime 45 // Max. allowed AFK time (seconds)
amx_afkcheck_allow 1 // Enable / Disable this option in the AMX Super


//Allow /spec command
allow_public_spec 1 // Enable/Disable the public use of /spec command (to send you to Spectator)

//Admin Listen Flag
immune_access_listen d //The acces flag required to see all chat for Admin Listen (default is d - Ban)

//Ammo
--
amx_unammo @all 1

I got that for amx_super.cfg

It's like when I'm alive & there dead they chat it's doubled :]

Quote:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
amx_gore_ultimate.amxx
GHW_Floating_Weapons.amxx
grenade_trail.amxx
kspeed.amxx
multijump.amxx
roundstartmoney.amxx
automatic_knife_duel.amxx
speclist.amxx
WeaponTrail.amxx
Descriptive_fire_in_the_hole.amxx
sillyc4.amxx
amx_super.amxx
amxx_podbotmenu.amxx
flashbang_dlight.amxx
admin_chat_colors.amxx
ultimate_sounds.amxx
GHW_connect.amxx
Addition: If you want to help me on my sounds too It would be awesome. The sounds are duplicated. I only have Ultimates_sounds loaded

YamiKaitou 10-11-2008 16:00

Re: [Help] Chat are Doubled & Team Chat!
 
Disable all 3rd party plugins except for super. Does it still happen?

Pwnned 10-12-2008 22:21

Re: [Help] Chat are Doubled & Team Chat!
 
Yeah it still does..


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

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