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

Chat Manager [Admin Prefix & Color Chat]


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-28-2017 , 08:19   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #21

Of course it's not. You can't combine two or more different chat plugins and expect them to work.

Who said I'm a donor?
__________________

Last edited by OciXCrom; 08-28-2017 at 08:19.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-09-2017 , 15:09   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #22

Update v3.6 @ 09.10.2017
  • The following placeholders have been added: %health%, %armor%, %frags%, %deaths%, %city%, %country%, %country_code%, %continent%, %continent_code%.
  • Since part of them are completely useless for some people, and other ones require an additional module (geoip), all of them are disabled by default. In order to enable them, you need to uncomment (remove the "//") the lines in the beginning of the .sma file and recompile the plugin.

    PHP Code:
    #define ARG_ADMIN_PREFIX         "%admin_prefix%"
    #define ARG_DEAD_PREFIX         "%dead_prefix%"
    #define ARG_TEAM                 "%team%"
    #define ARG_NAME                 "%name%"
    #define ARG_IP                     "%ip%"
    #define ARG_STEAM                 "%steam%"
    #define ARG_USERID                 "%userid%"
    #define ARG_CHAT_COLOR             "%chat_color%"
    #define ARG_MESSAGE             "%message%"
    #define ARG_TIME                 "%time%"
    //#define ARG_HEALTH             "%health%"
    //#define ARG_ARMOR             "%armor%"
    //#define ARG_FRAGS             "%frags%"
    //#define ARG_DEATHS             "%deaths%"
    //#define ARG_CITY                 "%city%"
    //#define ARG_COUNTRY             "%country%"
    //#define ARG_COUNTRY_CODE         "%country_code%"
    //#define ARG_CONTINENT         "%continent%"
    //#define ARG_CONTINENT_CODE     "%continent_code%" 
  • The lines starting with "//" are disabled, and the other ones are enabled.
  • In the same way you can disable the placeholders you don't need, but it's not a problem if you don't do it.
__________________

Last edited by OciXCrom; 10-09-2017 at 15:09.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Fjeddy
Junior Member
Join Date: Oct 2017
Old 10-10-2017 , 11:54   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #23

Would use this if I didn't have to compile it myself. Quite a bit of setup required just for this one plugin.
Fjeddy is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 10-10-2017 , 12:26   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #24

Quote:
Originally Posted by Fjeddy View Post
Would use this if I didn't have to compile it myself. Quite a bit of setup required just for this one plugin.
that`s one of the dumbest things i have ever heard.
__________________
retired chump
DjSoftero is offline
Old 10-10-2017, 12:29
OciXCrom
This message has been deleted by OciXCrom.
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 10-10-2017 , 12:29   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #25

Quote:
Originally Posted by DjSoftero View Post
that`s one of the dumbest things i have ever heard.
+1
__________________
Ayman Khaled is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-10-2017 , 12:31   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #26

Wtf? What kind of a setup?! If you have a server, then you have a compiler as well. Uploading compiled plugins is against the rules here. If you're talking about the auto compile option when you upload a .sma file here - it won't work because the plugin uses custom libraries. You're just being lazy.
__________________

Last edited by OciXCrom; 10-10-2017 at 12:31.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Fjeddy
Junior Member
Join Date: Oct 2017
Old 10-10-2017 , 12:51   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #27

Quote:
Originally Posted by OciXCrom View Post
Wtf? What kind of a setup?! If you have a server, then you have a compiler as well. Uploading compiled plugins is against the rules here. If you're talking about the auto compile option when you upload a .sma file here - it won't work because the plugin uses custom libraries. You're just being lazy.
Care to link to how you compile on the server instead of being a complete asshole jumping to conclusions? If someone's being lazy, it's you, for excluding the information needed to get it running, not everyone does this 24/7 like you do.

Last edited by Fjeddy; 10-10-2017 at 12:51.
Fjeddy is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-10-2017 , 13:31   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #28

You drag and drop the plugin onto the compile.exe program located in your server's directory. As simple as that. If you don't have access to the server's machine, then you would spend ~30 additional seconds (maybe even less) to download a compiler on your computer and you wouldn't have to worry about using the other 50% of plugins that can't be compiled here. You can even setup an automatic compiler on your computer that works with the press of a single button (check the tutorials section).

I don't do this 24/7, nor I even run any servers. Since you do, you probably should have an entire server installed on your computer just for testing purposes. Installing plugins that you find everywhere without testing them first is not safe at all.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Fjeddy
Junior Member
Join Date: Oct 2017
Old 10-10-2017 , 13:46   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #29

Quote:
Originally Posted by OciXCrom View Post
You drag and drop the plugin onto the compile.exe program located in your server's directory. As simple as that. If you don't have access to the server's machine, then you would spend ~30 additional seconds (maybe even less) to download a compiler on your computer and you wouldn't have to worry about using the other 50% of plugins that can't be compiled here. You can even setup an automatic compiler on your computer that works with the press of a single button (check the tutorials section).

I don't do this 24/7, nor I even run any servers. Since you do, you probably should have an entire server installed on your computer just for testing purposes. Installing plugins that you find everywhere without testing them first is not safe at all.
30 seconds == Windows... I don't use Windows. All these assumptions you're making, I'm just gonna use a plugin from someone with a bit more common sense.

Last edited by Fjeddy; 10-10-2017 at 13:47.
Fjeddy is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-10-2017 , 14:22   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #30

Well none of that is my problem. When we're talking about CS 1.6 servers, common sense tells me that you have the stuff needed on your computer. I made a great plugin that everyone can use and you should be grateful for that instead of calling me an asshole (think a minute who is being an asshole here). You won't find anything similar to this (the link you're about to post is far different from this one).
__________________

Last edited by OciXCrom; 10-10-2017 at 14:22.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 16:28.


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