SA-MP Forums Archive
TextDraw Help AirLogo - 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: TextDraw Help AirLogo (/showthread.php?tid=534093)



TextDraw Help AirLogo - Pillhead2007 - 27.08.2014

How to Align The LD_PLAN:AirLogo To Screen So its in the center of the screen and full screen?? any ideas


Re: TextDraw Help AirLogo - amirab - 28.08.2014

PHP код:
Intro1 TextDrawCreate(0.000000, -1.000000"LD_PLAN:AirLogo");
TextDrawBackgroundColor(Intro1255);
TextDrawFont(Intro14);
TextDrawLetterSize(Intro10.5000001.000000);
TextDrawColor(Intro1, -1);
TextDrawSetOutline(Intro10);
TextDrawSetProportional(Intro11);
TextDrawSetShadow(Intro11);
TextDrawUseBox(Intro11);
TextDrawBoxColor(Intro1255);
TextDrawTextSize(Intro1643.000000450.000000);
TextDrawSetSelectable(Intro10); 
This Is For You I'm using it for my server so it works perfectly


Re: TextDraw Help AirLogo - Pillhead2007 - 28.08.2014

thanks matey but I didn't manage to do this last night but do have a bug the hud gets removed I have to press esc to get it back