TextDrawColor
#1


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."); "
Reply
#2

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."); "
Reply
#3

It is white. No other page is filtered.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)