#1

guys i need your help.

in my server logo was not showing . can any one help me

Код:
//-------------------logo-------------------------------------------------------
    // TextDraw developed using Zamaroht's Textdraw Editor 1.0

    // On top of script:
    new Text:Textdraw0;

    // In OnGameModeInit prefferably, we procced to create our textdraws:
    Textdraw0 = TextDrawCreate(466.000000, 315.000000, "New Generation");
    TextDrawBackgroundColor(Textdraw0, -1);
    TextDrawFont(Textdraw0, 0);
    TextDrawLetterSize(Textdraw0, 0.709999, 3.099998);
    TextDrawColor(Textdraw0, -16776961);
    TextDrawSetOutline(Textdraw0, 1);
    TextDrawSetProportional(Textdraw0, 1);
    TextDrawShowForAll(Textdraw0);
I AM USING THIS CODE
Reply


Messages In This Thread
Logo - by RA.ONE - 03.12.2011, 16:03
Re: Logo - by a_big - 03.12.2011, 16:07
Re: Logo - by RA.ONE - 03.12.2011, 16:10
Re: Logo - by a_big - 03.12.2011, 16:13
Re: Logo - by RA.ONE - 03.12.2011, 16:16

Forum Jump:


Users browsing this thread: 1 Guest(s)