Raised This Month: $7 Target: $400
 1% 

Ludwig's Adminchat Deluxe v1.7


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Admin Commands       
MaRkIsE
Junior Member
Join Date: Mar 2004
Location: Kölle
Old 04-02-2004 , 04:47   Ludwig's Adminchat Deluxe v1.7
Reply With Quote #1

I did not make this plugin. I ported it from Ludwig Van's amx-mod version.
Only change strtonum vs. str_to_num in code.

*edit* THX to DoubleTap for fixed version that should be 100% AMXX compatible...

Quote:
/********************************************* **************************
* amx_ejl_adminchat.sma version 1.7 January 30/2002
* By: Eric Lidman Alias: Ludwig van [email protected]
* Upgrade: http://lidmanmusic.com/cs/plugins.html
*
* This is a replacement for the default aadminchat plugin. All credit
* for orginal coding goes to OLO below. I simply added a few features
* to make this "Deluxe Admin Chat".
*
* Commands:
*
* amx_say <message>
* amx_chat <message>
* amx_psay <player> <message>
* amx_tsay <optional color> message
* amx_csay <optional color> message
* amx_fsay <x postion> <y postion> <optional color> message
* amx_scrollsay <optional color> message
* amx_myhudcolor
*
* Also supports clanmod method of issuing these types of hudmessages
* from the chat:
*
* say @@@ <optional color> <message> is amx_scrollsay from chat
* say @@ <optional color> <message> is amx_csay from chat
* say @ <optional color> <message> is amx_tsay from chat
* say ## <message> is amx_chat from chat
* say # <player> <message> is amx_psay from chat
*
* Some of those feaures include new commands like fsay and scrollsay.
* Also added we the repeat of the csay/tsay etc message in the console,
* in case you missed reading it before it disappeared or got over-
* written by another csay/tsay so you can still catch what was said.
* Additionally, messages no longer need to be enclosed in quotation
* marks. Lastly, I added shortcuts for all commands. You may use them
* without the "amx_" extension at the beginning. Instead of "amx_fsay",
* just do "fsay". By default the message includes the admins name so
* everyone knows where its from, but if you add an extra "y" to the
* end of the command, the admins name will not appear in the on screen
* message. To make separate lines in your message, use the standard
* carriage return, "^n" (no quotes) between your lines -- up to
* 10 lines allowed. You may use thse comamnds through the console
* or rcon as well. They are serverside and clientside commands.
*
* Updated to include 16,777,216 colors for tsay,csay,fsay, and scrollsay.
* You can use the original colors: white,red,green,blue,yellow,magenta,
* and cyan. You can also specify a custom color by making one out of the
* 3 primary colors red, green, and blue. Preceed your color # with an
* exclaimation point, then without any spaces type three 3 digit numbers
* ranging from 0-255. First is red, then green, then blue. If you dont
* want to type the numbers again, the server will remeber the last custom
* color you did for the duration of the map. Simply put the excaimation
* mark and no number. Custom color examples:
*
* amx_tsay !255010189 message (thats 255 red, 10 green, 189 blue)
* amx_tsay ! message (that repeats previous custom color)
*
* The command amx_myhudcolor sets your default hudmessage color as
* whatever your current hud color is and writes it to file so that it
* is permanently saved and loaded each map until you set a new one for
* yourself.
*
********************************************* ****************************/
Attached Files
File Type: sma Get Plugin or Get Source (amx_ejl_adminchat.sma - 2113 views - 22.1 KB)
__________________
Happy Greetings,
from MaRkIsE

[RZL]Anfaenger auf der .:[RZL]:. ChillOutZone
MaRkIsE is offline
Send a message via ICQ to MaRkIsE
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 04-02-2004 , 09:19  
Reply With Quote #2

This might be the one I was hoping they would code into the base chat... Does this version (I know one of the deluxe version does) allow ^n to start another line and the amx_tsayy (extra y) functionality along with the colors ?

I am going to test it, I lost all my old binds for text and such using the base because of the extra y and ^n functions missing...

Vic/DT

Installing now

[EDIT]
You have to use the log_amx function for this to be approved, you also did not change the path to the logfile and others thruout the plugin... if this is the version I hope it is I will fix and attach it later...
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 04-02-2004 , 09:36  
Reply With Quote #3

Here is a fixed version that should be 100% AMXX compatible... it is writing properly to the logs and creating the config file in the custom folder.

Vic/DT

This was the version I needed and now I have all my binds for server messages back
Attached Files
File Type: sma Get Plugin or Get Source (amx_ejl_adminchat.sma - 1452 views - 22.1 KB)
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Dubie
Member
Join Date: Mar 2004
Old 04-03-2004 , 00:50  
Reply With Quote #4

I can only use the Get Plugin.
Its telling me that it would not complie:

Sorry, this plugin failed to compile!
You should try notifying the author so they can fix this

The one you posted DT
Dubie is offline
Send a message via MSN to Dubie
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 04-03-2004 , 08:41  
Reply With Quote #5

I will look at the code... but it works fine for me... I will post the .amx file and try and see why it shows no errors when compiled here... have you even tried to compile it ?

Vic/DT
Attached Files
File Type: amx amx_ejl_adminchat.amx (22.9 KB, 286 views)
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Dubie
Member
Join Date: Mar 2004
Old 04-03-2004 , 09:14  
Reply With Quote #6

Quote:
Originally Posted by Dubie
I can only use the Get Plugin.
So, nope I have not tried that one and can not try it if I wanted to.
Dubie is offline
Send a message via MSN to Dubie
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 04-03-2004 , 09:26  
Reply With Quote #7

Did you try the attached .amx file ?
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Dubie
Member
Join Date: Mar 2004
Old 04-03-2004 , 09:31  
Reply With Quote #8

Quote:
Originally Posted by Dubie
Quote:
Originally Posted by Dubie
I can only use the Get Plugin.
So, nope I have not tried that one and can not try it if I wanted to.
I only links that work on this site for me is the "Get Plugin" I can not dlownload the .amx files from any post on site.
So no I have not and can not try that one out.
Dubie is offline
Send a message via MSN to Dubie
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 04-03-2004 , 09:34  
Reply With Quote #9

PM me when you have this file so I can delete the message and the file

Vic/DT

[EDIT] Let me know how it works... it's working fine for me but I got te same compile on the fly issue and I dont know why...
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Dubie
Member
Join Date: Mar 2004
Old 04-03-2004 , 09:36  
Reply With Quote #10

Got it
Thanks a bunch bro, I appreciate it.
Dubie is offline
Send a message via MSN to Dubie
Reply


Thread Tools
Display Modes

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 07:41.


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