2 Textdraw in same position
#5

These two Textdraws are just 2 black screens (cinematic split )
pawn Код:
Textdraw0 = TextDrawCreate(712.000000, 1.000000, "-");
        TextDrawBackgroundColor(Textdraw0, 255);
        TextDrawFont(Textdraw0, 0);
        TextDrawLetterSize(Textdraw0, 0.439999, 11.500006);
        TextDrawColor(Textdraw0, 255);
        TextDrawSetOutline(Textdraw0, 0);
        TextDrawSetProportional(Textdraw0, 1);
        TextDrawSetShadow(Textdraw0, 1);
        TextDrawUseBox(Textdraw0, 1);
        TextDrawBoxColor(Textdraw0, 255);
        TextDrawTextSize(Textdraw0, -7.000000, 2.000000);
        TextDrawShowForPlayer(playerid, Textdraw0);

        Textdraw1 = TextDrawCreate(712.000000, 335.000000, "-");
        TextDrawBackgroundColor(Textdraw1, 255);
        TextDrawFont(Textdraw1, 0);
        TextDrawLetterSize(Textdraw1, 0.439999, 12.300008);
        TextDrawColor(Textdraw1, 255);
        TextDrawSetOutline(Textdraw1, 0);
        TextDrawSetProportional(Textdraw1, 1);
        TextDrawSetShadow(Textdraw1, 1);
        TextDrawUseBox(Textdraw1, 1);
        TextDrawBoxColor(Textdraw1, 255);
        TextDrawTextSize(Textdraw1, -7.000000, 2.000000);
        TextDrawShowForPlayer(playerid, Textdraw1);
and this is a textdraw chich says The Bank, but the 2 textdraw above seems to be hiding it

pawn Код:
Textdraw2 = TextDrawCreate(314.000000, 380.000000, "The bank");
    TextDrawAlignment(Textdraw0, 2);
    TextDrawBackgroundColor(Textdraw0, 255);
    TextDrawFont(Textdraw0, 1);
    TextDrawLetterSize(Textdraw0, 0.629999, 2.299999);
    TextDrawColor(Textdraw0, -1);
    TextDrawSetOutline(Textdraw0, 0);
    TextDrawSetProportional(Textdraw0, 1);
    TextDrawSetShadow(Textdraw0, 1);
Reply


Messages In This Thread
2 Textdraw in same position - by Jaber_Brown - 04.09.2012, 01:06
Re: 2 Textdraw in same position - by Black Wolf - 04.09.2012, 01:15
Re : 2 Textdraw in same position - by Jaber_Brown - 04.09.2012, 01:17
Re: 2 Textdraw in same position - by Black Wolf - 04.09.2012, 01:23
Re : 2 Textdraw in same position - by Jaber_Brown - 04.09.2012, 01:25
Re: 2 Textdraw in same position - by Black Wolf - 04.09.2012, 01:29
Re : 2 Textdraw in same position - by Jaber_Brown - 04.09.2012, 01:30
Re: 2 Textdraw in same position - by Black Wolf - 04.09.2012, 01:35
Re: 2 Textdraw in same position - by [BOPE]Seu._.Madruga - 04.09.2012, 02:51

Forum Jump:


Users browsing this thread: 2 Guest(s)