Help about server messages to client

karolis256

New member
Joined
Feb 16, 2014
Messages
2
Reaction score
0
Hi all, i want to ask, is it able to get messages, which server is sending to client, but with colors. For example:

Server Code:

SendClientMessage(playerid, 0, "Hello {ff9900}UGBASE");

I want to save that text 'Hello {ff9900}UGBASE' to file or smwh.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
If i remember right, every mod_sa has that feature(log chat text to file).
If you wanna make your own thing just read from memory(look in mod_sa for addresses)
 
Top