26.03.2017, 05:46
hi
there any way to change color textdraw like this!
i tired to make somthing like that
but not working the colour and the hex code writing in my text
there any way to change color textdraw like this!
PHP код:
SendClientMessage(playerid, -1, "{FF0000}You are now robbing the {00FFFF}Casino{FF0000}!");
PHP код:
Sky14 = TextDrawCreate(20.000000, 215.000000, "Over Bone {FFFF00}County");
TextDrawBackgroundColor(Sky14, 255);
TextDrawFont(Sky14, 1);
TextDrawLetterSize(Sky14, 0.310000, 1.100000);
TextDrawColor(Sky14, -1);
TextDrawSetOutline(Sky14, 1);
TextDrawSetProportional(Sky14, 1);