Raised This Month: $51 Target: $400
 12% 

Admin Chat Colors [v2.0 - 12/10/2007]


Post New Thread Reply   
 
Thread Tools Display Modes
nunoabc
Senior Member
Join Date: Aug 2007
Location: Portugal, VN Gaia
Old 06-17-2008 , 12:13   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #71

I found a bug. When you disconnect (every way of disconnecting such as kicked, normal disconnect, etc) and connect again your chat disappears. I tried writing "hud_saytext 0" and then "hud_saytext 1" on the console, but still the chat won't appear! So I tried closing Counter-Strike and entering again on the server and the chat had now appeared! Wow!

I hope you fix this because I was laughing at my server clients when I read everything they wrote to the team or when they were dead.
__________________
nunoabc is offline
Arion
Senior Member
Join Date: Mar 2007
Old 06-17-2008 , 12:22   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #72

@nunoabc:

I'm using the plugin for almost one year and I never had this bug..
Also, it's the first time I heard of it.

Probably is an incompatibility with other plugins.
Deactive all other plugins and check if bug continues.

Regards.
__________________
Arion is offline
Send a message via MSN to Arion
nunoabc
Senior Member
Join Date: Aug 2007
Location: Portugal, VN Gaia
Old 06-17-2008 , 12:28   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #73

Here is my plugins list:
Code:
admin.amxx        ; admin base (required for any admin-related)
admincmd.amxx        ; basic admin console commands
adminhelp.amxx        ; help command for admin console commands
multilingual.amxx        ; Multi-Lingual management
menufront.amxx        ; front-end for admin menus
cmdmenu.amxx        ; command menu (speech, settings)
plmenu.amxx        ; players menu (kick, ban, client cmds.)
mapsmenu.amxx        ; maps menu (vote, changelevel)
adminchat.amxx        ; console chat commands
antiflood.amxx        ; prevent clients from chat-flooding the server
adminvote.amxx        ; vote commands
nextmap.amxx        ; displays next map in mapcycle
timeleft.amxx        ; displays time left on map
pausecfg.amxx        ; allows to pause and unpause some plugins
statscfg.amxx        ; allows to manage stats plugins via menu and commands
restmenu.amxx        ; restrict weapons menu
statsx.amxx        ; stats on death or round end (CSX Module required!)
admin_chat_colors.amxx
high_ping_kicker.amxx
autoreload_on_newround.amxx
nobombscore.amxx
usurf.amxx
When you tested your plugin were you using a fresh install of AMXX (just checking)?

Edit: I start my CS with these options: -dxlevel 90 -noforcemparms -noforcemaccel -noforcemspd -noforcemaccel -noaafonts
Could be a problem here?

Edit 2: It is good now. Did nothing. I think that CS just needed to get used to it. ;)
__________________

Last edited by nunoabc; 06-17-2008 at 13:39.
nunoabc is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 07-08-2008 , 15:00   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #74

Can some one please disable admin listen just for say_team, don't want to see enemies plans for next round
`666 is offline
Arion
Senior Member
Join Date: Mar 2007
Old 07-10-2008 , 09:18   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #75

@`666:

With the attached version, you will no longer see enemies' team-messages.

Please report any problem.
Attached Files
File Type: sma Get Plugin or Get Source (admin_chat_colors.sma - 743 views - 10.3 KB)
__________________
Arion is offline
Send a message via MSN to Arion
`666
AlliedModders Donor
Join Date: Jan 2006
Old 07-10-2008 , 11:37   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #76

thanks, I'll let you know.
`666 is offline
Liony
New Member
Join Date: Aug 2008
Old 08-13-2008 , 09:49   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #77

I Installed this plugin and I have some problems. I will tell you the errors message:

L 08/13/2008 - 14:40:58: [ADMIN] ERROR: Plugin cstrike/addons/adminmod/scripts/plugin_retribution.amx returned error 10 when executing command say

L 08/13/2008 - 14:00:07: [ADMIN] ERROR: AMX string too small. Required size 106, is 30.
L 08/13/2008 - 14:00:07: [ADMIN] ERROR: Plugin cstrike/addons/adminmod/costumscripts/plugin_cavey_adminlog.amx returned error 10 when executing plugin_command

I mention that I have 2 plugins wich may cause the problem:
a) SayRestart.amxx - for this i write in chat /rr, to restart the round.
b) db_say_commands.amxx - for this, in saycommands.ini file, i write commands like: ".kick" "amx_kick" and "/kick" "admin_kick". I used "." for amx commands and "/" for admin commands to make difference.
So, the BIG problem: All the standard commands from amx like: amx_ban, amx_kick, amx_slay, amx_help, amx_votemap, etc don`t work! The commands from another plugins like: amx_blind work!
Also I have the same problems like others...when i am spectator i see the massage in 2 lines: one with green, and one in old standard color of chat.

Please help me!

Thanks in advance!

Last edited by Liony; 08-13-2008 at 09:53.
Liony is offline
Arion
Senior Member
Join Date: Mar 2007
Old 08-13-2008 , 15:23   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #78

@Liony:

I have no idea why you are having these problems.
I made a plugin similiar to the one you mentioned, "SayRestart", and it works fine.
Indeed all amx_ commands works, including the commands on chat (using AMX Slash plugin), and 3rd party plugins' commands.


Although there's nothing I can do about the duplicated message when in spectator mode. Is a bug that occurs after enabling HLSW (Half-Life Server Watcher) compatibility.
__________________
Arion is offline
Send a message via MSN to Arion
Liony
New Member
Join Date: Aug 2008
Old 08-13-2008 , 16:57   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #79

Thanks a lot. I hope to resolve my problem.
Anyway, can you give me the link for SayRestart plugin?
Liony is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 08-16-2008 , 19:23   Re: Admin Chat Colors [v2.0 - 12/10/2007]
Reply With Quote #80

Code:
#define ADMIN_LISTEN	ADMIN_ALL
Will make it so admins and normal players will see all chat, correct?
`666 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 00:10.


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