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(Intro1, 255);
TextDrawFont(Intro1, 4);
TextDrawLetterSize(Intro1, 0.500000, 1.000000);
TextDrawColor(Intro1, -1);
TextDrawSetOutline(Intro1, 0);
TextDrawSetProportional(Intro1, 1);
TextDrawSetShadow(Intro1, 1);
TextDrawUseBox(Intro1, 1);
TextDrawBoxColor(Intro1, 255);
TextDrawTextSize(Intro1, 643.000000, 450.000000);
TextDrawSetSelectable(Intro1, 0);
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