How to make more colors in SendClientMessage
#1

-Remove
Reply
#2

pawn Код:
{RRGGBB}
Reply
#3

Quote:
Originally Posted by -Prodigy-
Посмотреть сообщение
pawn Код:
{RRGGBB}
What does that mean?
Reply
#4

http://www.colorpicker.com/
Reply
#5

Don't really know how to use colors, and offering scripting service lol..
Reply
#6

Something like define it will make it lot easier
pawn Код:
#define COLOR_WHITE "{FFFFFF}"
And in your message
pawn Код:
SendClientMessage(playerid, 0xFF0000, "Hello, "COLOR_WHITE"user");
Reply
#7

choose your color from colorpicker.com then use this

pawn Код:
#define COLOR_SOMETHING    "{pickedcolorfromcolorpikerhere}" //that's mean picked color from colorpicker here

//stuff
SendClientMessage(playerid,-1,""COLOR_SOMETHING"Hello world");
Reply
#8

i guess that this can help ya
https://sampforum.blast.hk/showthread.php?tid=464936
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)