SA-MP Forums Archive
New lines - 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: New lines (/showthread.php?tid=480902)



New lines - Ananisiki - 13.12.2013

^^^^^^^^


Re: New lines - xVIP3Rx - 13.12.2013

Use "~n~" and TextDrawSetString


Re: New lines - Gregory00 - 13.12.2013

Try this:
Quote:

GameTextForPlayer(playerid,"[TEXT]",11000,3);




Re: New lines - Ananisiki - 13.12.2013

^^^^^^^^


Re: New lines - xVIP3Rx - 13.12.2013

I think as it's not changed per-player.. a global textdraw will be good..( e.g Text:Textdraw; )


Re: New lines - Ananisiki - 13.12.2013

^^^^^^^^


Re: New lines - xVIP3Rx - 13.12.2013

You should read this and learn more about textdraws..
TextDraws


Re: New lines - Ananisiki - 13.12.2013

^^^^^^^^


Re: New lines - xVIP3Rx - 13.12.2013

Stats aren't the same for each player so it should be per-player ones..
for admin commands ( eg. stuff that doesn't change per player ) Use global


Re: New lines - Ananisiki - 13.12.2013

^^^^^^^^