textdraw crashing
#9

pawn Код:
CarBombBox[playerid] = TextDrawCreate(290.000000, 133.000000, "  ");
    TextDrawBackgroundColor(CarBombBox[playerid], 255);
    TextDrawFont(CarBombBox[playerid], 1);
    TextDrawLetterSize(CarBombBox[playerid], 0.439999, 8.199997);
    TextDrawColor(CarBombBox[playerid], -1);
    TextDrawSetOutline(CarBombBox[playerid], 0);
    TextDrawSetProportional(CarBombBox[playerid], 1);
    TextDrawSetShadow(CarBombBox[playerid], 1);
    TextDrawUseBox(CarBombBox[playerid], 1);
    TextDrawBoxColor(CarBombBox[playerid], 102);
    TextDrawTextSize(CarBombBox[playerid], 32.000000, 0.000000);

    MissionBox = TextDrawCreate(290.000000, 133.000000, "  ");
    TextDrawBackgroundColor(MissionBox, 255);
    TextDrawFont(MissionBox, 1);
    TextDrawLetterSize(MissionBox, 0.439999, 8.199997);
    TextDrawColor(MissionBox, -1);
    TextDrawSetOutline(MissionBox, 0);
    TextDrawSetProportional(MissionBox, 1);
    TextDrawSetShadow(MissionBox, 1);
    TextDrawUseBox(MissionBox, 1);
    TextDrawBoxColor(MissionBox, 0x00000066);
    TextDrawTextSize(MissionBox, 32.000000, 0.000000);
    DriverBox[i] = TextDrawCreate(537.000000, 363.000000, "  ");
        TextDrawBackgroundColor(DriverBox[i], 255);
        TextDrawFont(DriverBox[i], 1);
        TextDrawLetterSize(DriverBox[i], 0.400000, 3.300008);
        TextDrawColor(DriverBox[i], -1);
        TextDrawSetOutline(DriverBox[i], 0);
        TextDrawSetProportional(DriverBox[i], 1);
        TextDrawSetShadow(DriverBox[i], 1);
        TextDrawUseBox(DriverBox[i], 1);
        TextDrawBoxColor(DriverBox[i], 0x00000066);
        TextDrawTextSize(DriverBox[i], 467.000000, 20.000000);
those dont crash.. anyways i'll do it..

also still crash .. im gonna debug to see if its strcat or w/e
Reply


Messages In This Thread
textdraw crashing - by The_Gangstas - 22.11.2010, 22:46
Re: textdraw crashing - by cessil - 22.11.2010, 23:32
Re: textdraw crashing - by The_Gangstas - 22.11.2010, 23:36
Re: textdraw crashing - by cessil - 22.11.2010, 23:43
Re: textdraw crashing - by The_Gangstas - 22.11.2010, 23:54
Re: textdraw crashing - by iggy1 - 22.11.2010, 23:56
Re: textdraw crashing - by The_Gangstas - 22.11.2010, 23:58
Re: textdraw crashing - by [L3th4l] - 23.11.2010, 00:16
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 00:33
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 01:08
Re: textdraw crashing - by cessil - 23.11.2010, 01:17
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 01:21
Re: textdraw crashing - by Rac3r - 23.11.2010, 07:47
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 09:27
Re: textdraw crashing - by Austin - 25.11.2010, 21:48
Re: textdraw crashing - by The_Gangstas - 25.11.2010, 21:50
Re: textdraw crashing - by Austin - 25.11.2010, 21:52
Re: textdraw crashing - by The_Gangstas - 25.11.2010, 21:55
Re: textdraw crashing - by Austin - 25.11.2010, 21:57
Re: textdraw crashing - by The_Gangstas - 25.11.2010, 22:00
Re: textdraw crashing - by Austin - 25.11.2010, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)