Show Multiple Textdraw
#1

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
Reply
#2

Just use TextDrawShowForPlayer multiply times but with differen textdraws
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)