Show Multiple Textdraw - 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: Show Multiple Textdraw (
/showthread.php?tid=566257)
Show Multiple Textdraw -
CopKing123 - 04.03.2015
CODE:-
Код:
Textdraw = TextDrawCreate(540.000000, 400.000000, "LOADING...");
TextDrawBackgroundColor(Textdraw, 0x000000AA);
TextDrawFont(Textdraw, 2);
TextDrawLetterSize(Textdraw, 0.560000, 2.200000);
TextDrawColor(Textdraw, 0xFFFFFFAA);
TextDrawAlignment(Textdraw, 2);
TextDrawShowForPlayer(playerid,Textdraw);
Ok so what do i do , so it shows multiple textdraws pls help!!
Like Example in attachment
AW: Show Multiple Textdraw -
Nero_3D - 04.03.2015
Just use TextDrawShowForPlayer multiply times but with differen textdraws
Re: Show Multiple Textdraw -
CopKing123 - 04.03.2015
Thanks