The dialog
#1

Is there any tutorial about the dialog colors like the link below ?
http://imgur.com/a/vvKgv#0
Reply
#2

Lol. PA-RP. And I saw you in the teamspeak not too long ago. :P

Actually, that is not a dialog. All you must do is define the color with the raw hex, like this:
pawn Код:
#define COL_RED "{A80000}"
Then, in the message you are sending, you do this, as an example:
pawn Код:
format(string, sizeof(string), ""COL_ORANGE"** Helping Hand ** "COL_BLUE"%s - "COL_GREEN"ON DUTY", GetPlayerNameEx(playerid)); // Given they are on duty, otherwise the "ON DUTY" wouldn't be there.
SendClientMessage(playerid, -1, string);
Reply
#3

THANKS Alot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)