15.07.2012, 19:02
Is there any tutorial about the dialog colors like the link below ?
http://imgur.com/a/vvKgv#0
http://imgur.com/a/vvKgv#0
#define COL_RED "{A80000}"
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);