Problem with function
#10

Well, there is much data but... they should not cause that problem?
pawn Код:
ManualVehicleEngineAndLights();
SetGameModeText(GAME_MODE_NAME);
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
ShowNameTags(SHOW_TAGS);
SetNameTagDrawDistance(TAG_DRAW_DISTANCE);
EnableStuntBonusForAll(STUNTBONUS_FOR_ALL);


    txtTimeDisp = TextDrawCreate(130, 315, "00:00:00");
    TextDrawUseBox(txtTimeDisp, 0);
    TextDrawFont(txtTimeDisp, 3);
    TextDrawSetShadow(txtTimeDisp, 0); // no shadow
    TextDrawSetOutline(txtTimeDisp, 2); // thickness 1
    TextDrawBackgroundColor(txtTimeDisp, 0x000000FF);
    TextDrawColor(txtTimeDisp, 0xFFFFFFFF);
    TextDrawAlignment(txtTimeDisp, 3);
    TextDrawLetterSize(txtTimeDisp, 0.5, 1.5);

    for(new i; i < sizeof(Coords); i++)
    {
    CreateDynamicMapIcon(Coords[i][Xo],Coords[i][Yo],Coords[i][Zo],Coords[i][IDo], 0, -1, -1, -1, MAPICON_DISTANCE);
    }

    for(new c=1; c < vehcount; c++)
    {
        Gas[c] = VehicleInfo[c][gasse];
    }
    for(new c=1; c < vehcount; c++)
    {
        ModVehicle(c);
    }

Menuitems...
MakeGates...
AddPlayerClasses...
CreateDynamic3DTextLabels...
and much objects...
Reply


Messages In This Thread
Problem with function - by woaha - 24.03.2011, 13:17
Re: Problem with function - by woaha - 25.03.2011, 16:38
Re: Problem with function - by woaha - 26.03.2011, 18:08
Re: Problem with function - by Stigg - 26.03.2011, 18:22
Re: Problem with function - by woaha - 27.03.2011, 16:16
Re: Problem with function - by woaha - 28.03.2011, 19:39
Re: Problem with function - by woaha - 29.03.2011, 19:16
Re: Problem with function - by woaha - 30.03.2011, 19:25
Re: Problem with function - by KaleOtter - 30.03.2011, 19:29
Re: Problem with function - by woaha - 31.03.2011, 13:16

Forum Jump:


Users browsing this thread: 1 Guest(s)