need help with printing a text on screen - 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: need help with printing a text on screen (
/showthread.php?tid=418558)
need help with printing a text on screen -
akki - 25.02.2013
i need you help with printing some onscreen text
not the text in the chat log on top left or any dialog
please help
Re: need help with printing a text on screen -
DaRk_RaiN - 25.02.2013
GameTextForPlayer
GameTextForAll
Re: need help with printing a text on screen -
Vince - 25.02.2013
You copy that image from the wiki, but you completely overlook the first sentence on that very page. Seems legit.
Re: need help with printing a text on screen -
Lemonaidz - 25.02.2013
GameTextForPlayer(playerid,"Hello!",4000,4);
Quote:
"" text in here, Example: "Hello"
|
is the time it shows on screen 4000=4 seconds, use milliseconds
is the text writing, there is text 1-5 (look on wiki for the 5 fonts)
Re: need help with printing a text on screen -
akki - 25.02.2013
Quote:
Originally Posted by Vince
You copy that image from the wiki, but you completely overlook the first sentence on that very page. Seems legit.
|
yea that is true but i wanted to be like there is zero confusion
Re: need help with printing a text on screen -
akki - 25.02.2013
thanks all