TextDrawColor - 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: TextDrawColor (
/showthread.php?tid=634055)
TextDrawColor -
DDR3 - 12.05.2017
For some reason it does not color the other side to gray help
Код:
"format(missiontext, sizeof(missiontext), "Neked nincs munkбd hasznбld a \"~r~/work~h~~w~\" parancsot йs mбr dolgozhatsz is."); "
Re: TextDrawColor -
Juvanii - 12.05.2017
Quote:
Originally Posted by DDR3
For some reason it does not color the other side to gray help
Код:
"format(missiontext, sizeof(missiontext), "Neked nincs munkбd hasznбld a \"~r~/work~h~~w~\" parancsot йs mбr dolgozhatsz is."); "
|
You get the gray color for the first part because it's the default color if you don't use custom colors such as ~w~
And you get white color for the second part because you are making the white color (~w~) more light using (~h~)
Try removing (~h~) from the second part or use (~w~~h~) for the first part as the second one and your message will look good.
Код:
"format(missiontext, sizeof(missiontext), "~w~~h~Neked nincs munkбd hasznбld a \"~r~/work~w~~h~\" parancsot йs mбr dolgozhatsz is."); "
Re: TextDrawColor -
DDR3 - 12.05.2017
It is white. No other page is filtered.