08.02.2016, 17:44
(
Last edited by K0P; 11/02/2016 at 09:51 AM.
)
K's Colored Chat System
This FilterScript can be useful in making VIP chat system,i hope you like it
Credits
SA-MP team for <a_samp>
Bugs
N/A
Preview
Input:
Output:
Adding More Colors
You can add more colors by editing this part of the script
Download
Github
This FilterScript can be useful in making VIP chat system,i hope you like it
Credits
SA-MP team for <a_samp>
Bugs
N/A
Preview
Input:
Output:
Adding More Colors
You can add more colors by editing this part of the script
Code:
new ColorsTag[][ColorEnum] = { {"Green", "00FF00"}, {"Red", "FF0000"}, {"White", "FFFFFF"}, {"Blue", "0000FF"}, {"Yellow", "FFFB00"}, {"Orange", "FFA600"}, {"Grey", "B8B8B8"}, {"Purple", "7340DB"}, {"Pink", "FF00EE"}, {"/*Color Name*/, "/*Color Hex Code*/} };
Github