SA-MP Forums Archive
[HELP]Make Coloring Send client - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Make Coloring Send client (/showthread.php?tid=287507)



[HELP]Make Coloring Send client - PitaZH - 03.10.2011

Hello
How can i make a Coloring SendClinet like
%s attemp to Turn on Engine and succes
OR

format(string, sizeof(string), "*%s Attemp to Turn on engine and succes", sendername);
ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,CO LOR_CHAT5);


Re: [HELP]Make Coloring Send client - Pharrel - 03.10.2011

pawn Код:
format(string, sizeof(string), "*%s Attemp to Turn on engine and{00FF00} succes", sendername);
use hex colors in { } inside the string.