05.03.2012, 08:01
Quote:
I'm not sure that you can set the color in GameTextForPlayer function with hex color...
i think its only for function like SendClientMessage and also this function has colour embedding (added in 0.3c) that you can define hex color in the string. Perhaps, you can use ~y~ for orange or maybe you can use ~y~~h~ for lighter. for example: Код:
GameTextForPlayer(playerid,"~y~~h~text here,5000,6); hope this help |