help please - 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: help please (
/showthread.php?tid=401534)
help please -
rockerman - 23.12.2012
guys can someone please help me im making my server and i need ur help for it's christmas update i want that
when ever someone enter's my server the whole screen become black and stays black for some time and on that black screen is written merry christmas in red color
and after few sec's it disappears
please help me
Re: help please -
doreto - 23.12.2012
Script Request Thread
Re: help please -
rockerman - 24.12.2012
Ok I found the full black screen text draw but now I want only bottom half screen black just like a strip please help me
Re: help please -
rockerman - 25.12.2012
Bump!!!!!!!
Re: help please -
[HK]Ryder[AN] - 25.12.2012
Use iPLEOMAX's textdraw editor and create one textdraw yourself.
Or just go into the script request thread.
Re: help please -
rockerman - 25.12.2012
I went there but no one helped me
Re: help please -
Faisal_khan - 25.12.2012
This might help you out:
pawn Код:
WIDESCREEN_TOP = TextDrawCreate(320.000000, 1.000000, "_");
TextDrawAlignment(WIDESCREEN_TOP, 2);
TextDrawBackgroundColor(WIDESCREEN_TOP, 255);
TextDrawFont(WIDESCREEN_TOP, 1);
TextDrawLetterSize(WIDESCREEN_TOP, 0.500000, 8.000000);
TextDrawColor(WIDESCREEN_TOP, -1);
TextDrawSetOutline(WIDESCREEN_TOP, 0);
TextDrawSetProportional(WIDESCREEN_TOP, 1);
TextDrawSetShadow(WIDESCREEN_TOP, 1);
TextDrawUseBox(WIDESCREEN_TOP, 1);
TextDrawBoxColor(WIDESCREEN_TOP, 255);
TextDrawTextSize(WIDESCREEN_TOP, 0.000000, -660.000000);
WIDESCREEN_BOTTOM = TextDrawCreate(320.000000, 381.000000, "_");
TextDrawAlignment(WIDESCREEN_BOTTOM, 2);
TextDrawBackgroundColor(WIDESCREEN_BOTTOM, 255);
TextDrawFont(WIDESCREEN_BOTTOM, 1);
TextDrawLetterSize(WIDESCREEN_BOTTOM, 0.500000, 8.000000);
TextDrawColor(WIDESCREEN_BOTTOM, -1);
TextDrawSetOutline(WIDESCREEN_BOTTOM, 0);
TextDrawSetProportional(WIDESCREEN_BOTTOM, 1);
TextDrawSetShadow(WIDESCREEN_BOTTOM, 1);
TextDrawUseBox(WIDESCREEN_BOTTOM, 1);
TextDrawBoxColor(WIDESCREEN_BOTTOM, 255);
TextDrawTextSize(WIDESCREEN_BOTTOM, 0.000000, -660.000000);
Re: help please -
rockerman - 25.12.2012
I'm cheaking
Re: help please -
rockerman - 25.12.2012
Btw how u made this using what
Re: help please -
Faisal_khan - 25.12.2012
I ******d it :P