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

OciXCrom's Admin Chat - 2021 UPDATE!


Post New Thread Reply   
 
Thread Tools Display Modes
Mmiicchhaaeell
Member
Join Date: Oct 2020
Old 11-24-2020 , 22:50   Re: OciXCrom's Admin Chat
Reply With Quote #81

OciXCrom You got some serious plugins. You are one of the top best.

Thanks !
Mmiicchhaaeell is offline
Avram
Junior Member
Join Date: Dec 2018
Old 01-09-2021 , 01:27   Re: OciXCrom's Admin Chat
Reply With Quote #82

I was looking over this plugin recently and remembered about the svc_stufftest bug on some clients:
SVC_STUFFTEXT: Server tried to send invalid command : amx_asay test
Do you have time to fix it sir please ?

Last edited by Avram; 01-09-2021 at 01:28.
Avram is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-09-2021 , 08:00   Re: OciXCrom's Admin Chat
Reply With Quote #83

Quote:
Originally Posted by Avram View Post
I was looking over this plugin recently and remembered about the svc_stufftest bug on some clients:
SVC_STUFFTEXT: Server tried to send invalid command : amx_asay test
Do you have time to fix it sir please ?
Fixing it means rewriting it completely. I will do that when I have time since the code is old anyways.
Those clients are 1 in 1000. The game should not block custom AMXX commands. It's their fault for enabling such protections.
__________________

Last edited by OciXCrom; 01-09-2021 at 08:00.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Avram
Junior Member
Join Date: Dec 2018
Old 01-09-2021 , 10:10   Re: OciXCrom's Admin Chat
Reply With Quote #84

Quote:
Originally Posted by OciXCrom View Post
Fixing it means rewriting it completely. I will do that when I have time since the code is old anyways.
Those clients are 1 in 1000. The game should not block custom AMXX commands. It's their fault for enabling such protections.
Biggest romanian masterserver has such protector
Avram is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-09-2021 , 14:45   Re: OciXCrom's Admin Chat
Reply With Quote #85

Quote:
Originally Posted by Avram View Post
Biggest romanian masterserver has such protector
I don't see what that has to do with someone's game.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-06-2021 , 09:21   Re: OciXCrom's Admin Chat
Reply With Quote #86


  • The long awaited rewrite is here! The plugin has been rewritten from scratch; the code is majorly improved and completely optimized.
  • Please note that the old configuration file is no longer compatible with the new version as it is also fully remade with new options and additions. You must replace the entire file when updating.
  • The plugin no longer uses "client_cmd" to send admin commands. This means that commands will work for everyone and you will no longer see a "Server tried to send invalid command" warning.
  • Added protection against chat exploits with '#' and '%' symbols.
  • You can now fully change the command shortcuts directly from the .ini file.
  • The plugin's filename has been changed to "crx_adminchat". It will now automatically detect if "adminchat.amxx" is running and force stop it if it is.
  • Added a new command "amx_centersay" that sends a chat-style message to all players in the center of the screen.
  • Added a command for instantly reloading the .ini file - "ac_reload". Bear in mind that sound changes will take effect on mapchange.
  • The plugin now uses the "cromchat" library instead of a built-in colorchat. This means that the old color symbols (!g, !t, !n) have been replaced with &x04, &x03 and &x01.
  • Players can change their message color by using these symbols if they have the "COLORCHAT_FLAG" flag set in the .ini file.
  • You can now set a unique sound for each command. You can also control whether the message sender can hear the sound or only those who receive it.
  • Sounds now use "precache_generic" instead of "precache_sound", meaning they no longer take up precious resource space.
  • Added a language file.
  • Added a new setting ALLOW_EMPTY_MESSAGES that controls if players can send empty messages.
  • Added the ability to use a custom log file or to disable logging completely.
  • Added an option to display the server's actual hostname when the messages are sent through the server's console.
  • Added built-in support for some of my plugins: OciXCrom's Rank System, Chat Manager & Admin Groups. You can use some of their options in the admin command, e.g. player rank, admin prefix, level, admin group, custom name.
  • Random quotes no longer show with "amx_psay" and "amx_teamsay".
  • Each (D)HUD message now uses a separate channel position, meaning they won't randomly shift on the screen.
  • Added an option to set a channel for HUD messages. This can be used in servers that have a lot of HUD messages on the screen. By setting a channel, only 1 HUD message will appear on the screen at a time. This will also make the message stay in one place instead of moving up and down.
  • Added the ability to change the XY positions of (D)HUD messages.
  • You can now fully adjust the (D)HUD message colors from the .ini file. I also added an option to assign a random color value.
  • The default (D)HUD message color has been changed from fully random to green-yellowish random. This is represented by the symbol Y in the colors section instead of the previous X one.
  • Added an admin flag for using (D)HUD message effects. They can now also be changed from the .ini file.
  • Added full (D)HUD message control, including FX time, hold time, movement, maximum movement positions, etc.
  • Separated the flags for reading "amx_psay" and "amx_teamsay" messages of other players/teams.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-07-2021 , 09:49   Re: OciXCrom's Admin Chat - 2021 UPDATE!
Reply With Quote #87


  • Added support for all games! The plugin no longer works only in Counter-Strike. The only difference you will see in other games is the lack of colors in messages and "amx_teamsay" will be unavailable.
  • Removed protection against "#" chat exploits thanks to the built-in protection in the new CromChat version.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-13-2021 , 14:38   Re: OciXCrom's Admin Chat - 2021 UPDATE!
Reply With Quote #88


  • Added a new command "amx_rawsay" that sends an unformatted chat message to all players.
  • Added a new command "amx_speak" that attempts to speak out a message using "vox/fvox" or play a sound to all players.
  • Added a safety check for empty filenames set in the .ini file that prevents a server crash.
  • Fixed $customname$ not working when sending a message via the server's console.
  • Empty messages can no longer be sent by using spaces.
  • Removed player/server name colors in (D)HUD/center/console messages.
  • The server now shows in the logs if a command was issued through the server's console.
  • amx_centersay messages now appear in the client's console same way (D)HUD ones do.
  • Enabled "amx_teamsay" and colorchat support for Counter-Strike: Condition Zero.
  • Added a new setting "NEWLINE_SHORTCUT". When this shortcut is added in a message, it will move the text on a new line.

To update from the previous version you only need to update crx_adminchat.sma/amxx and add the new setting in AdminChat.ini:

Code:
# Using this in a message will transfer it on the next line. NEWLINE_SHORTCUT = !n
__________________

Last edited by OciXCrom; 03-13-2021 at 14:39.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
shayan123
BANNED
Join Date: Oct 2020
Location: GB
Old 03-20-2021 , 07:29   Re: OciXCrom's Admin Chat - 2021 UPDATE!
Reply With Quote #89

Quote:
//// crx_adminchat.sma
// E:\counterstrike\cstrike\addons\amxmodx\scrip ting\crx_adminchat.sma(114 : error 017: undefined symbol "CC_RemoveExploits"
//
// 1 Error.
// Could not locate output file E:\counterstrike\cstrike\addons\amxmodx\scrip ting\compiled\crx_adminchat.amx (compile failed).
//
// Compilation Time: 0.37 sec
// ----------------------------------------

Press enter to exit ...
shayan123 is offline
Send a message via ICQ to shayan123 Send a message via AIM to shayan123 Send a message via Yahoo to shayan123 Send a message via Skype™ to shayan123
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-20-2021 , 09:27   Re: OciXCrom's Admin Chat - 2021 UPDATE!
Reply With Quote #90

Update cromchat.inc with the one from the archive.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 19:06.


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