Position GameTextForPlayer - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Position GameTextForPlayer (
/showthread.php?tid=68256)
Position GameTextForPlayer -
KyleLyndonSmith - 08.03.2009
Hello does anyone know how to position GameTextForPlayer at the moment i have
format(string, sizeof(string), "~y~ROBBERY IN PROGRESS~n~~r~STAY IN THE CHECKPOINT");
GameTextForPlayer(i, string, 2000,3);
But that makes the text go in the middle but how do i make it go to the bottom center ? anyone know how ty
Re: Position GameTextForPlayer -
tehcudguy - 08.03.2009
Код:
~n~ New line
~h~ Turns text lighter
~u~ Grey up arrow
~d~ Grey down arrow
~<~ Grey left arrow
~>~ Grey right arrow
~k~ Keyboard mapping
Try using ~n~ a few more times till you get it to the bottom.
Re: Position GameTextForPlayer -
Think - 08.03.2009
you can do ~n~~n~~n~~n~~n~~n~ but i would recommand using Textdraws so you can place it (use zamaroths textdraw editor)