how do I make like this - 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: how do I make like this (
/showthread.php?tid=609005)
how do I make like this -
gogo45 - 07.06.2016
how do I make like this
Re: how do I make like this -
Sjn - 07.06.2016
https://sampwiki.blast.hk/wiki/GameTextStyle
Код:
Special Text Letters
~u~ up arrow (gray)
~d~ down arrow (gray)
~<~ left arrow (gray)
~>~ right arrow (gray)
] displays a * symbol (Only in text styles 3, 4 and 5)
~k~ keyboard key mapping (e.g. ~k~~VEHICLE_TURRETLEFT~ and ~k~~PED_FIREWEAPON~). Look here for a list of keys
This only works for gametext and textdraws.
Re: how do I make like this -
davve95 - 07.06.2016
I guess he means the symbol
Re: how do I make like this -
Sjn - 07.06.2016
Quote:
Originally Posted by davve95
I guess he means the symbol
|
Using
~>~ in a gametext/textdraw string will create that kind of arrow.