19.09.2012, 04:07
(
Последний раз редактировалось Sniper Kitty; 19.09.2012 в 05:14.
)
Is there a function out there that turns:
0xFF0000FF
to
"{FF0000}"
?
You know:
new string[100];
SendClientMessage(playerid, -1, (format(string, 100, "%sHello World!", HexToEmbed(0xFF0000FF)), string));
Or something similar.
If you could also include the inverse, that'd be great!
0xFF0000FF
to
"{FF0000}"
?
You know:
new string[100];
SendClientMessage(playerid, -1, (format(string, 100, "%sHello World!", HexToEmbed(0xFF0000FF)), string));
Or something similar.
If you could also include the inverse, that'd be great!