gametext - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: gametext (
/showthread.php?tid=622136)
gametext -
StR_MaRy - 19.11.2016
hey guys i have a gametext but it's gliched on a color
Код HTML:
GameTextForPlayer(playerid, "~o~mission passed!~n~~w~money +", 6500, 0);
it show's like this
http://imgur.com/a/QY9E9
i want that color is possible to do something ?
Re: gametext -
StreetRP - 19.11.2016
idu ..
Explain again
Re: gametext -
iamjems - 19.11.2016
Remove ~o~. It doesn't exist. I think you thought it's orange, but the default color of that game text style is orange, so you don't need it mate.
Re: gametext -
StR_MaRy - 19.11.2016
watch the picture you see that white box before mission ? that is ~o~
Re: gametext -
iamjems - 19.11.2016
Quote:
Originally Posted by StR_MaRy
watch the picture you see that white box before mission ? that is ~o~
|
Read my answer again.
Re: gametext -
UiForce - 19.11.2016
"~o~" is Doesn't exist color, But you can made it on a Textdraw.
Re: gametext -
AroseKhanNiazi - 19.11.2016
Код:
GameTextForPlayer(playerid, "mission passed!~n~~w~money +", 6500, 0);
That's all I suppose I didn't what you are trying to do other than this though.
If you want orange color you can try making textdraws.
You can also use this;
https://sampforum.blast.hk/showthread.php?tid=526573