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

Chat Manager [Admin Prefix & Color Chat]


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-02-2020 , 10:01   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #151

It's another one then.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 02-03-2020 , 17:12   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #152

Quote:
Originally Posted by msbeden View Post
It is not related to this plugin. I deactivate it has not changed again.
Just deactive every other plugin u have and start from there. Activate the plugins 1 by 1 and you'll see which one is causing it pretty fast.
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Natsheh
Veteran Member
Join Date: Sep 2012
Old 02-03-2020 , 17:33   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #153

Quote:
Originally Posted by msbeden View Post
It is not related to this plugin. I deactivate it has not changed again.
i found a nonsense in your plugin it will be highlighted in red.

Code:
public kontrol(id)
{
	get_user_name(id,eskiisim,32)
	if(changed[id]) {
		changed[id] = true
should be set to false instead of true since its already true...

btw the plugin is very bad coded i suggest you use a better one try searching in the approved section..
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 02-03-2020 at 17:37.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
roots
Junior Member
Join Date: Apr 2020
Old 04-18-2020 , 14:51   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #154

Hello,
Thanks for the plugin. It's my first time when I compile one.
I have check it by default, it's working well on the server.
Now I decided to add the city to, but I got the following error:

Can you please give me some hints? Thanks
roots is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-18-2020 , 15:15   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #155

You need to update your GeoIP module - https://forums.alliedmods.net/showthread.php?t=95665
The one in AMXX 1.8.2 doesn't support city detection.
__________________

Last edited by OciXCrom; 04-18-2020 at 15:16.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
roots
Junior Member
Join Date: Apr 2020
Old 04-18-2020 , 16:56   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #156

Thanks. Probably would have took me more than 1 week to figure it out.
For other users, don't forget about the GeoLite2-City.mmdb ;)

Last edited by roots; 04-18-2020 at 17:21.
roots is offline
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 05-24-2020 , 18:44   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #157

Hi man, I use your plugin for my server (Chat Manager), I was wondering if it is possible to change it for me a little. I showed you plugin that I am working on, one for prefix with setinfo. But I need your plugin as well, its easier to do everything in config.

Can you add setinfo in your plugin. So that i can add like setinfo "name of setinfo" "value for that setinfo" "prefix"

Please respond as soon as possible
supertrio17 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-25-2020 , 08:49   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #158

Like I said, such a method makes no sense to me, so I won't be adding it in the main plugin. You can use this sub-plugin to set a prefix according to the value set in the "vip" setinfo field.

Code:
#include <amxmodx> #include <chatmanager> public plugin_init() {     register_plugin("CM: Setinfo Prefix", "1.1", "OciXCrom") } public cm_on_player_data_updated(id) {     new szInfo[32]     get_user_info(id, "vip", szInfo, charsmax(szInfo))     cm_set_user_prefix(id, szInfo) }
__________________

Last edited by OciXCrom; 05-25-2020 at 08:50.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 05-25-2020 , 14:23   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #159

Quote:
Originally Posted by OciXCrom View Post
Like I said, such a method makes no sense to me, so I won't be adding it in the main plugin. You can use this sub-plugin to set a prefix according to the value set in the "vip" setinfo field.

Code:
#include <amxmodx> #include <chatmanager> public plugin_init() {     register_plugin("CM: Setinfo Prefix", "1.1", "OciXCrom") } public cm_on_player_data_updated(id) {     new szInfo[32]     get_user_info(id, "vip", szInfo, charsmax(szInfo))     cm_set_user_prefix(id, szInfo) }
I'm sorry, I did't understand this at all. Can you eplain it in simple way to me?
supertrio17 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-25-2020 , 15:42   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #160

setinfo vip "[Prefix]"
__________________
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 20:44.


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