AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   "chatcolor" required for plugin (https://forums.alliedmods.net/showthread.php?t=316715)

Fuck For Fun 06-06-2019 14:52

"chatcolor" required for plugin
 
Code:

#include <chatcolor>
Quote:

failed to load: Module/Library "chatcolor" required for plugin. Check modules.ini.

Example in code:
Code:

client_print_color(client, 0, "the username dosent exist");

OciXCrom 06-06-2019 15:26

Re: "chatcolor" required for plugin
 
https://forums.alliedmods.net/showthread.php?t=94960 or simply download the latest 1.9 version.

Fuck For Fun 06-06-2019 16:02

Re: "chatcolor" required for plugin
 
Quote:

Originally Posted by OciXCrom (Post 2654623)
https://forums.alliedmods.net/showthread.php?t=94960 or simply download the latest 1.9 version.

already used it, if my code is support 1.8 i can't use this line: client_print_color

thEsp 06-06-2019 16:02

Re: "chatcolor" required for plugin
 
Why not using https://forums.alliedmods.net/showthread.php?p=2503655 instead?

Fuck For Fun 06-06-2019 16:10

Re: "chatcolor" required for plugin
 
Quote:

Originally Posted by thEsp (Post 2654630)

I regularly use ColorChat, but somehow the PLUGIN does not go up and that's for 1.8
Code:

client_print_color( client, client, "ERROR: ^3 You^1 dont have enough^3 cash");
or
Code:

ColorChat?( client, client, "ERROR: ^3 You^1 dont have enough^3 cash");
yeah i read about cromChat is awesome.

Mistrick 06-08-2019 02:56

Re: "chatcolor" required for plugin
 
PHP Code:

#if AMXX_VERSION_NUM < 183
#include <colorchat>
#endif 



All times are GMT -4. The time now is 10:37.

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