AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   [INC] CromChat - a better ColorChat! (https://forums.alliedmods.net/showthread.php?t=295046)

silsfocs 11-30-2022 15:37

Re: [INC] CromChat - a better ColorChat!
 
So i tried adding colors to admincmd.sma (AMX Mod X 1.10 - build 5465) with this include.
What i did:
added #include <cromchat> to admincmd.sma
compiled, replaced admincmd.amxx in server files
added to slap messsage in admincmd.txt: ADMIN &x04%s slapped ....
slapped myself
output in chat: ADMIN &x04myname slapped blahblahblah
It did not got colored, instead it showed the color code.
Can anyone help me?

Nutu_ 12-11-2022 17:56

Re: [INC] CromChat - a better ColorChat!
 
try
PHP Code:

#define CC_COLORS_TYPE CC_COLORS_SHORT
#include <cromchat> 

ADMIN !gyourname !nslapped blablahblah


All times are GMT -4. The time now is 19:53.

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