question about 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: question about gametext (
/showthread.php?tid=117770)
question about gametext -
rs2fun111 - 01.01.2010
how i can set pos for gametext
like this
Код:
GameTextForPlayer(playerid, str ,1500, 3);
Re: question about gametext -
SloProKiller - 01.01.2010
Quote:
Originally Posted by rs2fun111
how i can set pos for gametext
like this
Код:
GameTextForPlayer(playerid, str ,1500, 3);
|
use ~n~ to get into a new line and use different styles
Re: question about gametext -
rs2fun111 - 01.01.2010
how i can move this text to there where is typed [HERE]
Re: question about gametext -
Correlli - 01.01.2010
Check the style list to see which positions you can use -
https://sampwiki.blast.hk/wiki/GameTextStyle
Re: question about gametext -
rs2fun111 - 01.01.2010
thank you
Re: question about gametext -
rs2fun111 - 01.01.2010
but theres no fuction to move text <<<<
Re: question about gametext -
pspleo - 01.01.2010
Quote:
Originally Posted by SloProKiller
use ~n~ to get into a new line and use different styles
|
Use it.
Leo
Re: question about gametext -
rs2fun111 - 01.01.2010
i want to move text back not a new line
Re: question about gametext -
pspleo - 01.01.2010
Quote:
Originally Posted by rs2fun111
i want to move text back not a new line
|
If you want to lower the text, use ~n~. How hard is it?
Leo
Re: question about gametext -
AiVAMAN - 01.01.2010
~n~ makes the same as "Enter" key in Notepad.