22.04.2012, 08:58
Hex colours are not supported in textdraws.
If you wanna use colored text use this:
~r~ - red
~g~- green
...etc..
ex:
("~r~This is red ~g~ this is green");
Use This:
If you wanna use colored text use this:
~r~ - red
~g~- green
...etc..
ex:
("~r~This is red ~g~ this is green");
Use This:
pawn Код:
format(string, sizeof(string), "~g~Advertisement: ~w~%s(%d) - %s", GetPlayerNameEx(playerid), PlayerInfo[playerid][pPnumber], params);
TextDrawSetString(DefaultSetup1[playerid], string);