help please
#1

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

Script Request Thread
Reply
#3

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

Bump!!!!!!!
Reply
#5

Use iPLEOMAX's textdraw editor and create one textdraw yourself.

Or just go into the script request thread.
Reply
#6

I went there but no one helped me
Reply
#7

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);
Reply
#8

I'm cheaking
Reply
#9

Btw how u made this using what
Reply
#10

I ******d it :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)