Jump to content
  • 0

Run time eror


Mister

Question

Problema intalnita (descriere): Am o eroare atunci cand pornesc serverul
Ero(area / rile) / warning-(ul / urile):

 

 

In server.log este

[12:47:28] [debug] Run time error 4: "Array index out of bounds"
[12:47:28] [debug]  Accessing element at index 65535 past array upper bound 1999
[12:47:28] [debug] AMX backtrace:
[12:47:28] [debug] #0 002a1e24 in ?? () from gm.amx
[12:47:28] [debug] #1 0010d874 in public Streamer_OnGameModeInit () from gm.amx
[12:47:28] [debug] #2 native CallLocalFunction () [00472ad0] from samp-server.exe
[12:47:28] [debug] #3 00000ed0 in public OnGameModeInit () from gm.amx
[12:47:28] Number of vehicle models: 117

Liniile de cod / sursa / script-ul(obligatoriu): nu exista   public Streamer_OnGameModeInit
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: am cautat eroarea pe net.

Edited by Mister

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Paie destul de mare

 

public OnGameModeInit()
{
    AntiDeAMX();
    WarScore1 = 0;
    WarScore2 = 0;
    WarMan1 = 999;
    WarMan2 = 999;
    ConnectMySQL();
    mysql_debug(1);
    
    
    BoatPirateObject = CreateObject(8493, PirateShipRoots[ruta][0],    PirateShipRoots[ruta][1],    PirateShipRoots[ruta][2],    PirateShipRoots[ruta][3],    PirateShipRoots[ruta][4],    PirateShipRoots[ruta][5],    PirateShipRoots[ruta][6]);
    MoveObject(BoatPirateObject,    PirateShipRoots[ruta][0],    PirateShipRoots[ruta][1],    PirateShipRoots[ruta][2],    PirateShipRoots[ruta][3],    PirateShipRoots[ruta][4],    PirateShipRoots[ruta][5],    PirateShipRoots[ruta][6]);

    telegondola1 = CreateObject(5837,TelegondolaPositii[ruta2][0],    TelegondolaPositii[ruta2][1],    TelegondolaPositii[ruta2][2],    TelegondolaPositii[ruta2][3],    TelegondolaPositii[ruta2][4],TelegondolaPositii[ruta2][5],TelegondolaPositii[ruta2][6]);
    MoveObject(telegondola1,    TelegondolaPositii[ruta2][0],    TelegondolaPositii[ruta2][1],    TelegondolaPositii[ruta2][2],    TelegondolaPositii[ruta2][3],    TelegondolaPositii[ruta2][4],TelegondolaPositii[ruta2][5],TelegondolaPositii[ruta2][6]);

    telegondola2 = CreateObject(5837,TelegondolaPositii2[ruta3][0],    TelegondolaPositii2[ruta3][1],    TelegondolaPositii2[ruta3][2],    TelegondolaPositii2[ruta3][3],    TelegondolaPositii2[ruta3][4],TelegondolaPositii2[ruta3][5],TelegondolaPositii2[ruta3][6]);
    MoveObject(telegondola2,    TelegondolaPositii2[ruta3][0],    TelegondolaPositii2[ruta3][1],    TelegondolaPositii2[ruta3][2],    TelegondolaPositii2[ruta3][3],    TelegondolaPositii2[ruta3][4],TelegondolaPositii2[ruta3][5],TelegondolaPositii2[ruta3][6]);

   

    barcaobject1 = CreateObject(8981, -0.54804, -6.21756, -1210.37930,   0.00000, 0.00000, 0.00000);
    barcaobject2 = CreateObject(9159, 0.02200, -0.05730, -1110.00290,   0.00000, 0.00000, 0.00000);
    barcaobject3 = CreateObject(3524, 4.19007, -15.20608, -1219.74040,   0.00000, 0.00000, 90.00000);
    barcaobject4 = CreateObject(3524, 4.04011, -5.62107, -1129.74040,   0.00000, 0.00000, 90.00000);
    barcaobject5 = CreateObject(3524, -4.94835, -5.53118, -1129.74040,   0.00000, 0.00000, -90.00000);
    barcaobject6 = CreateObject(3524, -5.12716, -15.19081, -1129.74040,   0.00000, 0.00000, -90.00000);
    barcaobject7 = CreateObject(1567, -1.31470, -30.30780, -1111.28720,   0.00000, 0.00000, 0.00000);

    AttachObjectToObject(barcaobject1, BoatPirateObject, -0.54804, -6.21756, -11110.37930,   0.00000, 0.00000, 0.00000,1);
    AttachObjectToObject(barcaobject2, BoatPirateObject, 0.02200, -0.05730, -0.00290,   0.00000, 0.00000, 0.00000,1);
    AttachObjectToObject(barcaobject3, BoatPirateObject, 4.19007, -15.20608, -9.74040,   0.00000, 0.00000, 90.00000,1);
    AttachObjectToObject(barcaobject4, BoatPirateObject, 4.04011, -5.62107, -9.74040,   0.00000, 0.00000, 90.00000,1);
    AttachObjectToObject(barcaobject5, BoatPirateObject, -4.94835, -5.53118, -9.74040,   0.00000, 0.00000, -90.00000,1);
    AttachObjectToObject(barcaobject6, BoatPirateObject, -5.12716, -15.19081, -9.74040,   0.00000, 0.00000, -90.00000,1);
    AttachObjectToObject(barcaobject7, BoatPirateObject, -1.31470, -30.30780, -11.28720,   0.00000, 0.00000, 0.00000,1);





    FerrisWheelObjects[10]=CreateObject(18877,389.7734,-2028.4688,22,0,0,90,300);
    FerrisWheelObjects[11]=CreateObject(18878,389.7734,-2028.4688,22,0,0,90,300);
    forEx((sizeof FerrisWheelObjects)-2,x){
        FerrisWheelObjects[x]=CreateObject(18879,389.7734,-2028.4688,22,0,0,90,300);
        AttachObjectToObject(FerrisWheelObjects[x], FerrisWheelObjects[10],gFerrisCageOffsets[x][0],gFerrisCageOffsets[x][1],gFerrisCageOffsets[x][2],0.0, 0.0, 90, 0 );}
    SetTimer("RotateFerrisWheel",FERRIS_WHEEL_WAIT_TIME,false);
    forEx(MAX_PLAYERS,playerid)
    {
    }
    
    LoadPHouses();
    ResetElevatorQueue();
    Elevator_Initialize();
    SetTimer("RandomChatMessage",350000,1);
    SyncUp();
    SetNameTagDrawDistance(50.0);
    ManualVehicleEngineAndLights();
    SetTimer("MoneyTimer", 100, 1);
    //nmtimer = SetTimer("TimerNormal", 1000, 1);
    //blabla = CreateObject(1656, 0.0, 0.0,0.0, 0.0, 0.0, 0.0);
    for(new v=1; v<MAX_VEHICLES; v++)
    {
        lemns[v] = 0;
    }
    for(new v=1; v<MAX_VEHICLES; v++)
    {
        attas[v] = 0;
    }
    for(new v=1; v<MAX_VEHICLES; v++)
    {
        atas[v] = 0;
    }
    for(new v=1; v<MAX_VEHICLES; v++)
    {
        switched[v] = 0;
    }
    for(new v=1; v<MAX_VEHICLES; v++)//
    {
        TrunkInfo[v][trAmmo1] = 0;
        TrunkInfo[v][trAmmo2] = 0;
        TrunkInfo[v][trAmmo3] = 0;
        TrunkInfo[v][trAmmo4] = 0;
        TrunkInfo[v][trAmmo5] = 0;
        TrunkInfo[v][trAmmo6] = 0;
        TrunkInfo[v][tMedkit] = 0;
    }

    
    myMenu= CreateMenu("Vestiar Menu", 1, 50.0, 180.0, 200.0, 200.0);
    AddMenuItem(myMenu, 0, "skin 1");
    AddMenuItem(myMenu, 0, "Skin 2");
    AddMenuItem(myMenu, 0, "skin 3");
    AddMenuItem(myMenu, 0, "Co-Leader Skin");
    AddMenuItem(myMenu, 0, "Lider Skin");
    AddMenuItem(myMenu, 0, "Deagle");
    AddMenuItem(myMenu, 0, "Health+Armour");
    AddMenuItem(myMenu, 0, "Mele Weapons");
    AddMenuItem(myMenu, 0, "[Exit]");
    

    Textdraw46 = TextDrawCreate(2283.000000, 1282.000000, " "); //
    TextDrawAlignment(Textdraw46, 2);
    TextDrawBackgroundColor(Textdraw46, 255);
    TextDrawFont(Textdraw46, 1);
    TextDrawLetterSize(Textdraw46, 0.480000, 1.799999);
    TextDrawColor(Textdraw46, -1);
    TextDrawSetOutline(Textdraw46, 1);
    TextDrawSetProportional(Textdraw46, 1);
    
    Textdraw65 = TextDrawCreate(32120.000000, 1722.000000, "~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawAlignment(Textdraw65, 2);
    TextDrawBackgroundColor(Textdraw65, 255);
    TextDrawFont(Textdraw65, 1);
    TextDrawLetterSize(Textdraw65, 0.500000, 1.000000);
    TextDrawColor(Textdraw65, -1);
    TextDrawSetOutline(Textdraw65, 0);
    TextDrawSetProportional(Textdraw65, 1);
    TextDrawSetShadow(Textdraw65, 1);
    TextDrawUseBox(Textdraw65, 1);
    TextDrawBoxColor(Textdraw65, 85);
    TextDrawTextSize(Textdraw65, 21230.000000, -27210.000000);

    Textdraw66 = TextDrawCreate(213320.000000, 13285.000000, "~n~~n~~n~~n~~n~");
    TextDrawAlignment(Textdraw66, 2);
    TextDrawBackgroundColor(Textdraw66, 255);
    TextDrawFont(Textdraw66, 1);
    TextDrawLetterSize(Textdraw66, 0.500000, 1.000000);
    TextDrawColor(Textdraw66, -1);
    TextDrawSetOutline(Textdraw66, 0);
    TextDrawSetProportional(Textdraw66, 1);
    TextDrawSetShadow(Textdraw66, 1);
    TextDrawUseBox(Textdraw66, 1);
    TextDrawBoxColor(Textdraw66, 187);
    TextDrawTextSize(Textdraw66, 230.000000, -240.000000);

    Textdraw67 = TextDrawCreate(2533.000000, 1169.000000, "D E C O D O R");
    TextDrawBackgroundColor(Textdraw67, 255);
    TextDrawFont(Textdraw67, 1);
    TextDrawLetterSize(Textdraw67, 0.539999, 1.400000);
    TextDrawColor(Textdraw67, -1442840321);
    TextDrawSetOutline(Textdraw67, 0);
    TextDrawSetProportional(Textdraw67, 1);
    TextDrawSetShadow(Textdraw67, 0);
    
    Textdraw68 = TextDrawCreate(3211.000000, 13291.000000, "000000000001");
    TextDrawAlignment(Textdraw68, 2);
    TextDrawBackgroundColor(Textdraw68, 255);
    TextDrawFont(Textdraw68, 2);
    TextDrawLetterSize(Textdraw68, 0.700000, 3.000000);
    TextDrawColor(Textdraw68, -16776961);
    TextDrawSetOutline(Textdraw68, 0);
    TextDrawSetProportional(Textdraw68, 1);
    TextDrawSetShadow(Textdraw68, 0);

    Date = TextDrawCreate(51247.000000,11.000000,"--");
    TextDrawFont(Date,3);
    TextDrawLetterSize(Date,0.399999,1.600000);
    TextDrawColor(Date,0xffffffff);
    Time2 = TextDrawCreate(547.000000,28.000000,"--");
    TextDrawFont(Time2,3);
    TextDrawLetterSize(Time2,0.399999,1.600000);
    TextDrawColor(Time2,0xffffffff);

    new stringss[123];
    format(stringss,sizeof(stringss), "Briston.samp.ro  V: %s",SCRIPT_VERSION);
     Textdraw45 = TextDrawCreate(504.000000, 433.000000, stringss); //
    TextDrawBackgroundColor(Textdraw45, 255);
    TextDrawFont(Textdraw45, 2);
    TextDrawLetterSize(Textdraw45, 0.190000, 0.999999);
    TextDrawColor(Textdraw45, 629657343);
    TextDrawSetOutline(Textdraw45, 1);
    TextDrawSetProportional(Textdraw45, 1);

    for( new i; i < MAX_PLAYERS; ++i )//loop all players and create their textdraw
    {
        Textdraw47 = TextDrawCreate(9235.000000, 3421.000000, " "); //
        TextDrawAlignment(Textdraw47, 2);
        TextDrawBackgroundColor(Textdraw47, 255);
        TextDrawFont(Textdraw47, 1);
        TextDrawLetterSize(Textdraw47, 0.20000, 0.699999);
        TextDrawColor(Textdraw47, -1);
        TextDrawSetOutline(Textdraw47, 1);
        TextDrawSetProportional(Textdraw47, 1);

        td_fuel = TextDrawCreate(5476.4000000,4.000000," ");//
        TextDrawBackgroundColor(td_fuel, 255);
            TextDrawFont(td_fuel, 1);
        TextDrawLetterSize(td_fuel, 0.299999,1.000000);
        TextDrawColor(td_fuel, 0xFFFFFFFF);
        TextDrawSetOutline(td_fuel, 1);
        TextDrawSetProportional(td_fuel, 1);

        Textdraw70 = TextDrawCreate(42166.000000,4110.000000, " "); //
        TextDrawBackgroundColor(Textdraw70, 255);
        TextDrawFont(Textdraw70, 1);
        TextDrawLetterSize(Textdraw70, 0.299999,1.000000);
        TextDrawColor(Textdraw70, 0xFFFFFFFF);
        TextDrawSetOutline(Textdraw70, 1);
        TextDrawSetProportional(Textdraw70, 1);

        Textdraw71 = TextDrawCreate(51236.000000,4110.000000, " "); //
        TextDrawBackgroundColor(Textdraw71, 255);
        TextDrawFont(Textdraw71, 1);
        TextDrawLetterSize(Textdraw71, 0.299999,1.000000);
        TextDrawColor(Textdraw71, 0xFFFFFFFF);
        TextDrawSetOutline(Textdraw71, 1);
        TextDrawSetProportional(Textdraw71, 1);

        Textdraw72 = TextDrawCreate(53266.000000,41120.000000, " "); //
        TextDrawBackgroundColor(Textdraw72, 255);
        TextDrawFont(Textdraw72, 1);
        TextDrawLetterSize(Textdraw72, 0.299999,1.000000);
        TextDrawColor(Textdraw72, 0xFFFFFFFF);
        TextDrawSetOutline(Textdraw72, 1);
        TextDrawSetProportional(Textdraw72, 1);
    
        Gpscar = TextDrawCreate(46326.000000,31270.000000, " "); // gps
        TextDrawBackgroundColor(Gpscar, 255);
        TextDrawFont(Gpscar, 1);
        TextDrawLetterSize(Gpscar, 0.299999,1.000000);
        TextDrawColor(Gpscar, 0xFFFFFFFF);
        TextDrawSetOutline(Gpscar, 1);
        TextDrawSetProportional(Gpscar, 1);

           sState = TextDrawCreate(55120.000000,33290.000000, "~r~R N D");
        TextDrawBackgroundColor(sState, 255);
        TextDrawFont(sState, 1);
        TextDrawLetterSize(sState, 0.299999,1.000000);
        TextDrawColor(sState, -1);
        TextDrawSetOutline(sState, 0);
        TextDrawSetProportional(sState, 1);
        TextDrawSetShadow(sState, 1);
        
        
        

        textdraw = TextDrawCreate(33220.0, 2140.0, "_");
        TextDrawFont(textdraw, TEXT_DRAW_FONT_MODEL_PREVIEW);
        TextDrawUseBox(textdraw, 1);
        TextDrawBoxColor(textdraw, 0x000000FF);
        TextDrawTextSize(textdraw, 40.0, 40.0);
        TextDrawSetPreviewModel(textdraw, 411); //Display model 411 (Infernus)
    
        
        gay = TextDrawCreate(562.777526, 325.333435, "_");
        TextDrawFont(gay, TEXT_DRAW_FONT_MODEL_PREVIEW);
        TextDrawUseBox(gay, 0);
        TextDrawBoxColor(gay, 0x000000FF);
        TextDrawTextSize(gay, 78.559295, 80.916648);
        TextDrawAlignment(gay, 1);
        TextDrawSetPreviewRot(gay, 0.000000, 0.000000, 320.000000, 1.000000);
        
        Modelcar = TextDrawCreate(4.000000,55.000000, " "); //
        TextDrawBackgroundColor(Modelcar, 255);
        TextDrawFont(Modelcar, 1);
        TextDrawLetterSize(Modelcar, 0.299999,1.000000);
        TextDrawColor(Modelcar, 0xFFFFFFFF);
        TextDrawSetOutline(Modelcar, 1);
        TextDrawSetProportional(Modelcar, 1);

        Healthveh = TextDrawCreate(12.000000,33.000000, " "); //
        TextDrawBackgroundColor(Healthveh, 255);
        TextDrawFont(Healthveh, 1);
        TextDrawLetterSize(Healthveh, 0.299999,1.000000);
        TextDrawColor(Healthveh, 0xFFFFFFFF);
        TextDrawSetOutline(Healthveh, 1);
        TextDrawSetProportional(Healthveh, 1);

        height = TextDrawCreate(32.000000,12.000000, " "); //
        TextDrawBackgroundColor(height, 255);
        TextDrawFont(height, 1);
        TextDrawLetterSize(height, 0.299999,1.000000);
        TextDrawColor(height, 0xFFFFFFFF);
        TextDrawSetOutline(height, 1);
        TextDrawSetProportional(height, 1);
        
        Textdraw39 = TextDrawCreate(32.000000,12.000000, " "); //
        TextDrawBackgroundColor(Textdraw39, 255);
        TextDrawFont(Textdraw39, 1);
        TextDrawLetterSize(Textdraw39, 0.299999,1.000000);
        TextDrawColor(Textdraw39, 0xFFFFFFFF);
        TextDrawSetOutline(Textdraw39, 1);
        TextDrawSetProportional(Textdraw39, 1);

        Textdraw69 = TextDrawCreate(4612126.000000,21380.000000, " "); //
        TextDrawBackgroundColor(Textdraw69, 255);
        TextDrawFont(Textdraw69, 1);
        TextDrawLetterSize(Textdraw69, 0.299999,1.000000);
        TextDrawColor(Textdraw69, 0xFFFFFFFF);
        TextDrawSetOutline(Textdraw69, 1);
        TextDrawSetProportional(Textdraw69, 1);
        
        
        Textdraw160 = TextDrawCreate(231312.000000,321.500000, " "); //
        TextDrawBackgroundColor(Textdraw160, 255);
        TextDrawFont(Textdraw160, 1);
        TextDrawLetterSize(Textdraw160, 0.299999,1.000000);
        TextDrawColor(Textdraw160, 0xFFFFFFFF);
        TextDrawSetOutline(Textdraw160, 1);
        TextDrawSetProportional(Textdraw160, 1);
        TextDrawSetShadow(Textdraw160,1);
        TextDrawUseBox(Textdraw160,1);
        TextDrawBoxColor(Textdraw160,0x00000033);
        
        Textdraw40 = TextDrawCreate(41266.000000,4010.000000, " "); //
        TextDrawBackgroundColor(Textdraw40, 255);
        TextDrawFont(Textdraw40, 1);
        TextDrawLetterSize(Textdraw40, 0.299999,1.000000);
        TextDrawColor(Textdraw40, 0xFFFFFFFF);
        TextDrawSetOutline(Textdraw40, 1);
        TextDrawSetProportional(Textdraw40, 1);

        _OAB_TD_SLOT_1 = TextDrawCreate(274,300,"LD_SLOT:r_69");
        _OAB_TD_SLOT_2 = TextDrawCreate(200,300,"LD_SLOT:r_69");
        _OAB_TD_SLOT_3 = TextDrawCreate(348,300,"LD_SLOT:r_69");

        SafeText = TextDrawCreate(60.000000, 426.000000, "SafeZone");
        TextDrawBackgroundColor(SafeText, 255);
        TextDrawFont(SafeText, 3);
        TextDrawLetterSize(SafeText, 0.369999, 1.300000);
        TextDrawColor(SafeText, -1);
        TextDrawSetOutline(SafeText, 1);
        TextDrawSetProportional(SafeText, 1);
        TextDrawUseBox(SafeText, 1);
        TextDrawBoxColor(SafeText, 255);
        TextDrawTextSize(SafeText, 118.000000, 2.000000);
        
        TicketText = TextDrawCreate(32553.000000, 32.000000, "abeced: 0");
        TextDrawAlignment(TicketText, 2);
        TextDrawBackgroundColor(TicketText, 255);
        TextDrawFont(TicketText, 2);
        TextDrawLetterSize(TicketText, 0.280000, 1.200000);
        TextDrawColor(TicketText, -1);
        TextDrawSetOutline(TicketText, 1);
        TextDrawSetProportional(TicketText, 1);

        TicketText1 = TextDrawCreate(609.000000, 130.500000, "  ");
        TextDrawBackgroundColor(TicketText1, 255);
        TextDrawFont(TicketText1, 1);
        TextDrawLetterSize(TicketText1, 0.500000, 1.000000);
        TextDrawColor(TicketText1, -1);
        TextDrawSetOutline(TicketText1, 0);
        TextDrawSetProportional(TicketText1, 1);
        TextDrawSetShadow(TicketText1, 1);
        TextDrawUseBox(TicketText1, 1);
        TextDrawBoxColor(TicketText1, 150);
        TextDrawTextSize(TicketText1, 495.000000, 0.000000);

    }

//
    CreateDynamicObject(2942,1477.3,-1772.3,18.39,0.00000000,0.00000000,180.00000000); //object(kmb_atm1) (1)
    CreateDynamicObject(2942,1451.50000000,-2290.5,13.19999981,0.00000000,0.00000000,179.99450684); //object(kmb_atm1) (2)
    CreateDynamicObject(2942,938.70001221,-1748.50000000,13.19999981,0.00000000,0.00000000,207.99450684); //object(kmb_atm1) (3)
    CreateDynamicObject(2942,1491.69995117,-1010.59997559,26.50000000,0.00000000,0.00000000,270.00000000); //object(kmb_atm1) (4)
    CreateDynamicObject(2942,565.90002441,-1293.90002441,16.89999962,0.00000000,0.00000000,180.00000000); //object(kmb_atm1) (6)
    CreateDynamicObject(2942,1928.59997559,-1778.69995117,13.19999981,0.00000000,0.00000000,90.00000000); //object(kmb_atm1) (7)
    CreateDynamicObject(2754,1491.80004883,-1012.59997559,26.70000076,0.00000000,0.00000000,0.00000000); //object(otb_machine) (1)
    CreateDynamicObject(2754,1484.69995117,-1772.30004883,18.50000000,0.00000000,0.00000000,269.99450684); //object(otb_machine) (2)
    CreateDynamicObject(2754,1451.5, -2283.6000976563, 13.30,0.00000000,0.00000000,90.0); //object(otb_machine) (3)
    
    new strings[123];


    format(strings, sizeof(strings), " Lambada: %d",gaso,SBizzInfo[3][sbEntranceCost]);
    gasoo = Create3DTextLabel(strings,0x008080FF,658.3221,-565.8550,16.0630,30.0,0);
    gasoo1 = Create3DTextLabel(strings,0x008080FF,-82.4185,-1174.8540,1.8298,30.0,0);
    gasoo2 = Create3DTextLabel(strings,0x008080FF,-1676.3669,411.8149,6.9068,30.0,0);
    gasoo3 = Create3DTextLabel(strings,0x008080FF,-1324.8502,2684.8120,49.783,30.0,0);
    gasoo4 = Create3DTextLabel(strings,0x008080FF,2115.5447,926.6559,10.5668,30.0,0);
    gasoo5 = Create3DTextLabel(strings,0x008080FF,2638.3337,1105.4701,10.5559,30.0,0);

    format(strings, sizeof(strings), " Lambada",xommer,SBizzInfo[15][sbEntranceCost]);
    xommerr = Create3DTextLabel(strings,0x008080FF,1006.1612,-939.0581,41.9067,30.0,0);
    xommerr1 = Create3DTextLabel(strings,0x008080FF,-2407.4907,977.6917,45.0239,30.0,0);
    xommerr2 = Create3DTextLabel(strings,0x008080FF,-1606.2218,-2714.0056,48.2661,30.0,0);
    xommerr3 = Create3DTextLabel(strings,0x008080FF,2202.3484,2473.7263,10.5630,30.0,0);
    xommerr4 = Create3DTextLabel(strings,0x008080FF,609.9616,1697.2865,6.7201,30.0,0);
    xommerr5 = Create3DTextLabel(strings,0x008080FF,617.3918,1687.2714,6.7177,30.0,0);

    // texte

    format(strings, sizeof(strings), "Lambada",going,SBizzInfo[14][sbEntranceCost]);
    goingg = Create3DTextLabel(strings,0x008080FF,1944.3397,-1771.5894,13.1224,30.0,0);
    goingg1 = Create3DTextLabel(strings,0x008080FF, -2027.7162,150.0180,27.4295 ,30.0,0);
    goingg2 = Create3DTextLabel(strings,0x008080FF, 1597.1356,2196.5364,10.5538  ,30.0,0);
    goingg3 = Create3DTextLabel(strings,0x008080FF,-1479.9526,1867.0510,32.3627  ,30.0,0);
    goingg4 = Create3DTextLabel(strings,0x008080FF, 1359.0516,474.3736,19.9037 ,30.0,0);

    format(strings, sizeof(strings), " Lambada",rafinarie);
    rafinariee = Create3DTextLabel(strings,-1,-1041.5110, -675.5875, 42.6599,50.0,0);
    //
    EnableStuntBonusForAll(0);
    // GATES & BARRIERS
    
    //gatefbi = CreateObject(971, 1643.1999511719, -1714.8000488281, 15.0, 0, 0, 270);

    //teritorii
    DisableInteriorEnterExits();
    LoadDynamicFactions();
    LoadCam();
    UpdateRooms();

    


//GangNumber[0]

    Gang2 = GangZoneCreate(ZoneInfo[0][0],ZoneInfo[0][1],ZoneInfo[0][2],ZoneInfo[0][3]);//16
    Gang  = GangZoneCreate(ZoneInfo[1][0],ZoneInfo[1][1],ZoneInfo[1][2],ZoneInfo[1][3]);//15
    Gang3 = GangZoneCreate(ZoneInfo[2][0],ZoneInfo[2][1],ZoneInfo[2][2],ZoneInfo[2][3]);//1

    Gangzone[0] = GangZoneCreate(GangNumber[0][0],GangNumber[0][1],GangNumber[0][2],GangNumber[0][3]);
    Gangzone[1] = GangZoneCreate(GangNumber[1][0],GangNumber[1][1],GangNumber[1][2],GangNumber[1][3]);
    Gangzone[2] = GangZoneCreate(GangNumber[2][0],GangNumber[2][1],GangNumber[2][2],GangNumber[2][3]);
    Gangzone[3] = GangZoneCreate(GangNumber[3][0],GangNumber[3][1],GangNumber[3][2],GangNumber[3][3]);
    Gangzone[4] = GangZoneCreate(GangNumber[4][0],GangNumber[4][1],GangNumber[4][2],GangNumber[4][3]);
    Gangzone[5] = GangZoneCreate(GangNumber[5][0],GangNumber[5][1],GangNumber[5][2],GangNumber[5][3]);
    Gangzone[6] = GangZoneCreate(GangNumber[6][0],GangNumber[6][1],GangNumber[6][2],GangNumber[6][3]);
    Gangzone[7] = GangZoneCreate(GangNumber[7][0],GangNumber[7][1],GangNumber[7][2],GangNumber[7][3]);
    Gangzone[8] = GangZoneCreate(GangNumber[8][0],GangNumber[8][1],GangNumber[8][2],GangNumber[8][3]);
    Gangzone[9] = GangZoneCreate(GangNumber[9][0],GangNumber[9][1],GangNumber[9][2],GangNumber[9][3]);
    Gangzone[10] = GangZoneCreate(GangNumber[10][0],GangNumber[10][1],GangNumber[10][2],GangNumber[10][3]);
    Gangzone[11] = GangZoneCreate(GangNumber[11][0],GangNumber[11][1],GangNumber[11][2],GangNumber[11][3]);
    Gangzone[12] = GangZoneCreate(-2.542, -23.133, -1973.5261, -2230.474);
    Gangzone[13] = GangZoneCreate(-2.051, -21.975, -1891.8216, -712.3504);
    Gangzone[14] = GangZoneCreate(-2221.8796, -140.1345, 2.38938, 151.8124);
    Gangzone[15] = GangZoneCreate(-12.2, 2183.7463, -2195.4411, 2522.421);
    Gangzone[16] = GangZoneCreate(-385.3699, 13015.975, 1136.7788, 14249.533);
    Gangzone[17] = GangZoneCreate(-1646.58, 22464.032, -11331.278, 22744.301);
    LoadGang();
    WarF = 0;
    War = 0;
    WarZone = 999;
    WarStarted = 0;
    new string[MAX_PLAYER_NAME];
    new string1[MAX_PLAYER_NAME];
    new c;
    for(c=0;c<CAR_AMOUNT;c++)
    {
        Gas[c] = GasMax;
        GasCar[c] = 100;
    }

    LoadBizz();
    LoadSBizz();
    LoadBoxer();
    LoadStuff();
    LoadIRC();
    //LoadFamilies();
    //LoadTurfs();
    LoadPapers();

    IRCInfo[0][iPlayers] = 0; IRCInfo[1][iPlayers] = 0; IRCInfo[2][iPlayers] = 0;
    IRCInfo[3][iPlayers] = 0; IRCInfo[4][iPlayers] = 0; IRCInfo[5][iPlayers] = 0;
    IRCInfo[6][iPlayers] = 0; IRCInfo[7][iPlayers] = 0; IRCInfo[8][iPlayers] = 0;
    IRCInfo[9][iPlayers] = 0;

    News[hTaken1] = 0; News[hTaken2] = 0; News[hTaken3] = 0; News[hTaken4] = 0; News[hTaken5] = 0;
    format(string, sizeof(string), "Nothing");
    strmid(News[hAdd1], string, 0, strlen(string), 255);
    strmid(News[hAdd2], string, 0, strlen(string), 255);
    strmid(News[hAdd3], string, 0, strlen(string), 255);
    strmid(News[hAdd4], string, 0, strlen(string), 255);
    strmid(News[hAdd5], string, 0, strlen(string), 255);
    format(string1, sizeof(string1), "No-one");
    strmid(News[hContact1], string1, 0, strlen(string1), 255);
    strmid(News[hContact2], string1, 0, strlen(string1), 255);
    strmid(News[hContact3], string1, 0, strlen(string1), 255);
    strmid(News[hContact4], string1, 0, strlen(string1), 255);
    strmid(News[hContact5], string1, 0, strlen(string1), 255);


     PlayerHaul[417][pCapasity] = 150;
    PlayerHaul[416][pCapasity] = 150;
    PlayerHaul[415][pCapasity] = 200;
    PlayerHaul[414][pCapasity] = 250;
    PlayerHaul[413][pCapasity] = 250;
    PlayerHaul[412][pCapasity] = 250;
    PlayerHaul[411][pCapasity] = 250;

    new stringmode[20];
    format(stringmode, sizeof(stringmode), "Versiune %s", SCRIPT_VERSION);
    SetGameModeText(stringmode);
    SendRconCommand("mapname los santos");
    format(objstore, sizeof(objstore), "Bla bla");
    format(cbjstore, sizeof(cbjstore), "HQ: Bla bla.");

    gettime(ghour, gminute, gsecond);
    FixHour(ghour);
    ghour = shifthour;
    if(!realtime)
    {
        SetWorldTime(wtime);
    }
    //SetPDistance(5);
    AllowInteriorWeapons(1);
    UsePlayerPedAnims();
    // CreatedCars check
    new i;
    for(i = 0; i < MAX_VEHICLES; i++)
    {
        CreatedCars = 0;
    }
    // Player Class's
    for(new ped = 0; ped <= sizeof(Peds)-1; ped++)
    {
        AddPlayerClass(Peds[ped][0],1958.3783,1343.1572,1100.3746,269.1425,-1,-1,-1,-1,-1,-1);
    }
    // Car Spawns
    
    // aici pui masinile
    
    //========================================================================================
    

    for(new h = 0; h < sizeof(BizzInfo); h++)
    {
        if(BizzInfo[h][bOwned] == 0)
        {
            new string3[512];
            AddStaticPickup(1274, 23, BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]);
            format(string3, sizeof(string3), "{00BC00}De Vanzare!nNume: {F6F6F6}%sn{00BC00}Detinator: {F6F6F6}-n{00BC00}Pret: {F6F6F6}$%dn{00BC00}Level: {F6F6F6}%dn{00BC00}ID-ul afacerii: {F6F6F6}%d", BizzInfo[h][bMessage], BizzInfo[h][bBuyPrice], BizzInfo[h][bLevelNeeded], h);
            BizzLabel[h] = Create3DTextLabel(string3,COLOR_GRAD4,BizzInfo[h][bEntranceX],BizzInfo[h][bEntranceY],BizzInfo[h][bEntranceZ]+0.2,10.0,0);
            pickups++;
        }
        if(BizzInfo[h][bOwned] == 1)
        {
            new string4[512];
            AddStaticPickup(1274, 23, BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]);
            format(string4, sizeof(string4), "{00BC00}Nume: {F6F6F6}%sn{00BC00}Detinator: {F6F6F6}%sn{00BC00}Extortion: {F6F6F6}%sn{00BC00}Intrare: {F6F6F6}$%dn{00BC00}ID-ul afacerii: {F6F6F6}%d", BizzInfo[h][bMessage], BizzInfo[h][bOwner], BizzInfo[h][bExtortion], BizzInfo[h][bEntranceCost], h);
            BizzLabel[h] = Create3DTextLabel(string4,COLOR_GRAD4,BizzInfo[h][bEntranceX],BizzInfo[h][bEntranceY],BizzInfo[h][bEntranceZ]+0.2,10.0,0);
            pickups++;
        }
    }
    for(new h = 0; h < sizeof(SBizzInfo); h++)
    {
        if(SBizzInfo[h][sbOwned] == 0)
        {
            new string3[512];
            AddStaticPickup(1274, 23, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]);
            format(string3, sizeof(string3), "{00BC00}De Vanzare!nNume: {F6F6F6}%sn{00BC00}Detinator: {F6F6F6}-n{00BC00}Pret: {F6F6F6}$%dn{00BC00}Level: {F6F6F6}%dn{00BC00}ID-ul afacerii S: {F6F6F6}%d", SBizzInfo[h][sbMessage], SBizzInfo[h][sbBuyPrice], SBizzInfo[h][sbLevelNeeded], h);
            SBizzLabel[h] = Create3DTextLabel(string3,COLOR_GRAD4,SBizzInfo[h][sbEntranceX],SBizzInfo[h][sbEntranceY],SBizzInfo[h][sbEntranceZ]+0.2,10.0,0);
            pickups++;
        }
        if(SBizzInfo[h][sbOwned] == 1)
        {
            new string4[512];
            AddStaticPickup(1274, 23, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]);
            format(string4, sizeof(string4), "{00BC00}Nume: {F6F6F6}%sn{00BC00}Detinator: {F6F6F6}%sn{00BC00}Extortion: {F6F6F6}%sn{00BC00}Intrare: {F6F6F6}$%dn{00BC00}ID-ul afacerii S: {F6F6F6}%d", SBizzInfo[h][sbMessage], SBizzInfo[h][sbOwner], SBizzInfo[h][sbExtortion], SBizzInfo[h][sbEntranceCost], h);
            SBizzLabel[h] = Create3DTextLabel(string4,COLOR_GRAD4,SBizzInfo[h][sbEntranceX],SBizzInfo[h][sbEntranceY],SBizzInfo[h][sbEntranceZ]+0.2,10.0,0);
            pickups++;
        }
    }
    // PICKUPS
    
    
    taxisign1 = CreateObject(19308, 0.00170, -0.17540, 122110.91590,   0.00000, 0.00000, 0.00000);
    taxisign2 = CreateObject(19308, 0.00170, -0.17540, 112310.91590,   0.00000, 0.00000, 0.00000);
    taxisign3 = CreateObject(19310, -0.03540, -0.21560, 221320.91430,   0.00000, 0.00000, 0.00000);
    // OBIECTE SPAWN
    CreateDynamicObject(1216,895.628601,-1673.931518,13.134658,0.000000,0.000000,89.599929); /* PUBLIC PHONE*/ /*CDP(1239, 1, 896.2701,-1673.9073,13.5469);*/ Create3DTextLabel("{1580EA}[ Telefon public ] n{a9c4e4}Scrie /call pentru a folosintelefonul public",COLOR_GRAD4,896.2701,-1673.9073,13.5469,10.0,0);
    CreateDynamicObject(1291,853.254943,-1646.818847,13.076867,-0.000000,-0.999999,86.599983); /* POSTMAIL*/  Create3DTextLabel("{1580EA}[ Posta ] n{a9c4e4} Scrie /ziar pentru a cumparan un ziarnPret: {1580EA}$100",COLOR_GRAD4,854.1038,-1646.8551,13.5547,10.0,0);
    CreateDynamicObject(2942,862.272949,-1633.867187,14.544659,0.000000,0.000000,0.000000); /* ATM*/  Create3DTextLabel("{1580EA}[ ATM ] n{a9c4e4} Scrie /atmwithdraw pentru a extrage banin Scrie /atmbalance pentru a verifica banii",COLOR_GRAD4,862.3032,-1634.5594,14.9297,10.0,0);
    Create3DTextLabel("{1580EA}[ Posta ] n{a9c4e4} Scrie /ziar pentru a cumparan un ziarnPret: {1580EA}$100",COLOR_GRAD4,865.9675,-1653.5183,13.5469,10.0,0);
    CreateDynamicObject(1291,866.791564,-1673.826049,13.069891,-0.000000,-0.999999,91.199935);/* POSTMAIL*/  Create3DTextLabel("{1580EA}[ Posta ] n{a9c4e4} Scrie /ziar pentru a cumparan un ziarnPret: {1580EA}$100",COLOR_GRAD4,865.9008,-1673.8718,13.5469,10.0,0);
    CreateDynamicObject(1216,895.641357,-1653.308471,13.134658,0.000000,0.000000,89.599929); /* PUBLIC PHONE*/  Create3DTextLabel("{1580EA}[ Telefon public ] n{a9c4e4}Scrie /call pentru a folosintelefonul public",COLOR_GRAD4,896.1581,-1653.3293,13.5469,10.0,0);
    CreateDynamicObject(1216,853.246032,-1650.660400,13.134658,0.000000,0.000000,89.599929); /* PUBLIC PHONE*/  Create3DTextLabel("{1580EA}[ Telefon public ] n{a9c4e4}Scrie /call pentru a folosintelefonul public",COLOR_GRAD4,853.9133,-1650.6707,13.5547,10.0,0);
    CreateDynamicObject(1216,853.242370,-1649.639404,13.134658,0.000000,0.000000,89.599929); /* PUBLIC PHONE*/  Create3DTextLabel("{1580EA}[ Telefon public ] n{a9c4e4}Scrie /call pentru a folosintelefonul public",COLOR_GRAD4,853.8768,-1649.6171,13.5547,10.0,0);
    CreateDynamicObject(1291,866.843261,-1653.531005,12.974073,-0.000000,-0.999999,89.599960);/* POSTMAIL*/  Create3DTextLabel("{1580EA}[ Posta ] n{a9c4e4} Scrie /ziar pentru a cumparan un ziarnPret: {1580EA}$100",COLOR_GRAD4,901.5043,-1647.6688,13.5469,10.0,0);
    CreateDynamicObject(1291,905.880371,-1646.818847,13.076867,0.000000,0.000000,0.000000);/* POSTMAIL*/  Create3DTextLabel("{1580EA}[ Posta ] n{a9c4e4} Scrie /ziar pentru a cumparan un ziarnPret: {1580EA}$100",COLOR_GRAD4,903.6694,-1647.6038,13.5469,10.0,0);
    CreateDynamicObject(1291,903.659729,-1646.818847,13.076867,0.000000,0.000000,0.000000);/* POSTMAIL*/  Create3DTextLabel("{1580EA}[ Posta ] n{a9c4e4} Scrie /ziar pentru a cumparan un ziarnPret: {1580EA}$100",COLOR_GRAD4,905.8975,-1647.4841,13.5469,10.0,0);
    CreateDynamicObject(1291,901.529418,-1646.818847,13.076867,0.000000,0.000000,0.000000);/* POSTMAIL*/
    
    //bariere obiectele mele

    // pickup mele
//===================================================================================
    for(new z=0;z<sizeof(CamInfo);z++)
    {
        Camerepick[z] = CreateDynamicPickup(19132,1,CamInfo[z][cPosX],CamInfo[z][cPosY],CamInfo[z][cPosZ],0);
    }
    

    Create3DTextLabel("/fbihelp",COLOR_GRAD4, 3307.5012,-1003.5440,13.3369, 20, 0);//fbihelp
    CDP(1239, 1, 3307.5012,-1003.5440,13.3369, 0);//fbihelp
    Create3DTextLabel("[Jail N.G.]n /openjail n /jailopen",0xFFFFFFC8, 213.2492,1742.0800,17.648,20,0);//openjail
    CDP(1239, 1, 213.2492,1742.0800,17.648, -1);//openjail
    CDP(1239, 1, 287.70,-109.44,1001.52, -1);
    Create3DTextLabel("Black Marketn/bm pentru a cumpara",0xFFFFFFC8, 287.70,-109.44,1001.52,6,0);//openjail
    //CDP(1239, 1, 926.1000,-1209.5599,16.9732); // Car back
    CDP(1239, 1, 1639.2485,-1458.2992,13.5623); //pickup bar commerce bar
    CDP(1239, 1, 2266.4871,1647.5952,1084.2344,-1); // IESIRE-BLOC
    CDP(1239, 1, 1294.4020,-1873.4783,13.5559); // BURGER-SHOT-NOU
    CDP(1239, 1, 1247.8420,-1560.3422,13.5556, -1); // LOTTO-LOS SANTOS
    CDP(1239, 1, 822.2867,-0.3089,1004.1797, -1); // LOTTO-LOTERIE
    CDP(1239, 1, 822.1691,1.8918,1004.1797, -1); // LOTTO-LOTERIE
    CDP(1239, 1, 822.1740,4.2276,1004.1797, -1); // LOTTO-LOTERIE
    CDP(1239, 1, 822.1622,6.4807,1004.1797, -1); // LOTTO-LOTERIE
    CDP(1239, 1, 207.7280,-100.7515,1005.2578, -1); // Pickup sunglasses/pickup ochelari
    /*CDP(1239, 1, 1429.1669,-3139.4631,8.1687); // LOTERIE-CARNAVAL
    CDP(1239, 1, 1417.8304,-3155.1316,8.1687); // BOWLING
    CDP(1239, 1, 1417.9585,-3157.6885,8.1687); // BOWLING
    CDP(1239, 1, 1368.7657,-3122.4314,8.1687); // stand
    CDP(1239, 1, 1399.2458,-3104.2573,8.1687); // stand
    CDP(1239, 1, 1431.9626,-3123.4517,8.1687); // stand*/

    //
    
    CDP(1274, 1, 2264.7908,-1141.0698,1050.5328, -1); // ROBHOUSE
    CDP(1274, 1, 2259.9253,-1223.4766,1048.9234, -1); // ROBHOUSE
    CDP(1274, 1, 2494.3450,-1703.3457,1014.6422, -1); // ROBHOUSE
    //CDP(1274, 1, 1300.0903,-785.0489,1083.9078, -1); // ROBHOUSE
    CDP(1274, 1, -2169.8762,645.7134,1057.4938, -1); // ROBHOUSE
    CDP(1274, 1, 2358.7217,-1135.0323,1050.7750, -1); // ROBHOUSE
    CDP(1274, 1, 220.4005,1187.7076,1080.1578, -1); // ROBHOUSE
    CDP(1274, 1, 225.8381,1249.2356,1082.0406, -1); // ROBHOUSE
    CDP(1274, 1, 232.7695,1291.2207,1082.0406, -1); // ROBHOUSE
    CDP(1274, 1, 289.6254,1484.2611,1080.1578, -1); // ROBHOUSE
    CDP(1274, 1, 320.8715,1489.3640,1084.3449, -1); // ROBHOUSE
    CDP(1274, 1, 372.0314,1463.0609,1080.0875, -1); // ROBHOUSE
    CDP(1274, 1, 1272.2407,-790.6281,1089.9285, -1); // ROBHOUSE
    CDP(1274, 1, 2283.0913,-1134.7839,1050.8984, -1); // ROBHOUSE
    
    //
    CDP(1239, 1, 1529.5265,-1849.8447,13.5469); // HOTEL 1
    CDP(1239, 1, 2607.8079,-1530.9656,13.5430); // CASARE MASINA
    CDP(1239, 1, 1836.3668,-1682.6283,13.3509); // ALHAMBRA
    CDP(1239, 1, 934.5620,8.1169,1000.9875); // UNDERCOVER
    CDP(1239, 1, 2244.2134,-1665.5190,15.4766); //Binco langa gym
    CDP(1239, 1, 754.6422,-39.3912,1000.5859, -1);
    CDP(1239, 1, 767.8979,-37.0834,1000.6865, -1);
    CDP(1239, 1, 2064.9307, -1583.6982, 13.5006,-1); // Crack House GYM
    CDP(1239, 1, 2229.9011,-1721.2582,13.5613);//Ganton gym
    CDP(1239, 1, 589.2680,-1768.2806,14.4023); // INTRARE KARATE
    CDP(1240, 23, 248.9114,1860.4998,14.0840); // INIMA
    CDP(1242, 23, 248.7694,1858.6031,14.0840); // ARMURA
    CreatePickup(1210, 23, 1038.4540,-1100.9812,23.5506); // Checkpoint
     CDP(1239, 1, 1462.3665,-1010.9435,26.8438);//Banca Los santos
    CDP(1239, 1, 362.0605,173.7425,1008.3828,0); ///takejob city hall LS
    CDP(1239, 1, 2269.2366,-1882.5565,14.2344); // illegal takejob
    CDP(1239, 1, 1654.1924,-1656.2733,22.5156);//SRI HQ ENTER
    CDP(1239, 1, 1568.6150,-1690.8213,5.8906); //Armoury PD
    CDP(1239, 1, 234.6342,112.0572,1003.2257); //Armoury PD /duty
    CDP(1239, 1, 237.3535,123.2534,1003.2188); //Armoury PD /undercover
    CDP(1239, 1, 253.9280,69.6094,1003.6406); //Clear icon in Police Station
    CDP(1239, 1, 1554.9100,-1675.6428,16.1953); // LSPD
    CDP(1239, 1, 2037.0236,-1404.7897,17.2504); // Medics HQ
    CDP(1239, 1, 1122.7065,-2037.0063,69.8942); //Dallas Crime HQ
    CDP(1239, 1, 690.3832,-1275.9108,13.5599); // Orleans hq entrance
    //CDP(1239, 1, 2259.6475,-1109.5618,37.9766);//HQ 15 Avenue Families
    //CDP(1239, 1, 2255.6809,-1110.2734,48.7500);//HQ 15 Avenue Families
    CDP(1239, 1, 725.7992,-1450.4880,17.6953);// HQ 15 Avenue Families
    CDP(1239, 1, 1531.4147,751.1722,11.0234);//Falcone Famiglia HQ
    CDP(1239, 1, 2628.4717,2348.7720,10.8203);//Sacra Corona HQ
    CDP(1239, 1, 1456.5680,2773.4163,10.8203);//Bonanno HQ
    CDP(1239, 1, 2337.2202,2458.4097,14.9688);//LVPD HQ
    CDP(1239, 1, 1607.4680,1816.4386,10.8203);//Medics HQ
    CDP(1239, 1, 1219.0646,-1811.7590,16.5938);//NR LS HQ
    CDP(1239, 1, 1752.9025,-1894.3319,13.5573);//Taxi HQ
//    CDP(1239, 1, 2444.2393,1662.8051,10.8203);//Taxi LV Hq
    CDP(1239, 1, 2814.7000,972.5297,10.7500);//TCC LV HQ
    CDP(1239, 1, 918.7299,-1252.1407,16.2109);//TCC LS HQ
    CDP(1239, 1, 297.4851,186.3805,1007.1719,3);//LVPD /undercover and /duty
    CDP(1239, 1, 297.4851,186.3805,1007.1719);//SRI /undercover and /duty
    CDP(1239, 1, 1605.3550,1815.2147,30.4688);//MEDICI-SUS
    CDP(1239, 1, 2029.7347,-1387.9812,48.3359);//MEDICI-SUS
    CDP(1239, 1, 1948.2946,2068.7778,11.0610); // DEALERSHIP-MASINI-LUX
    CDP(1239, 1, 2296.6660,2451.4949,10.8203);//LVPD JOS
    CDP(1239, 1, 2283.2317,2445.3140,46.9775);//LVPD SUS
    CDP(1239, 1, 135.2439,1380.0226,1088.3672); // Meetings-Dallas
    CDP(1239, 1, 2523.9292,-1309.8328,1031.4219); // Meetings-Falcone
    CDP(1239, 1, 2332.5752,-1143.9515,1054.3047); // Meetings-Orleans
    CDP(1239, 1, -2171.1978,645.3436,1057.5938); // Meetings-15th Avenues
    CDP(1239, 1, 2637.3406,2352.0300,10.8203); // Meetings-Corona
    CDP(1239, 1, 135.0181,1381.5354,1083.8657); // Training Room-Dallas
    CDP(1239, 1, 2523.7820,-1297.9170,1031.4219); // Training Room-Falcone
    CDP(1239, 1, 1281.5957,-789.3074,1084.0078); // Training Room-Bonanno
    CDP(1239, 1, 2316.2310,-1144.1193,1054.3047); // Training Room-Orleans
    CDP(1239, 1, -2170.3445,636.0457,1052.3750); // Training Room-15Avenue
    CDP(1239, 1, 2640.0142,2379.7471,10.8128); // Training Room-Corona
    CDP(1239, 1, -975.975708,1060.983032,1345.671875,5); // Training Room
    CDP(1239, 1, -975.975708,1060.983032,1345.671875,6); // Training Room
    CDP(1239, 1, -975.975708,1060.983032,1345.671875,12); // Training Room
    CDP(1239, 1, -975.975708,1060.983032,1345.671875,13); // Training Room
    CDP(1239, 1, -975.975708,1060.983032,1345.671875,14); // Training Room
    CDP(1239, 1, -975.975708,1060.983032,1345.671875,15); // Training Room
    CDP(1239, 1, 2577.5444,1324.8699,10.8203); // BANCA LV
    CDP(1239, 1, 2131.8369,-1150.5486,24.1454); // DEALERSHIP MASINI CASUAL
    CDP(1239, 1, 1410.9225,-1701.1395,13.5395); // DEALERSHIP MOTOCICLETE
    CDP(1239, 1, 2751.8899,-1468.2407,30.4531); // DEALERSHIP LOWRIDERE
    CDP(1239, 1, 370.9933,-2052.3145,8.0156); // DEALERSHIP BARCI
    CDP(1239, 1, 1606.3135,-2432.6738,13.5547); // DEALERSHIP AVIOANE
    CDP(1239, 1, 3351.7458,-2003.8213,5.3401); // INTRARE JAIL
    CDP(1239, 1, 371.4034,184.0842,889.5463); // IESIRE JAIL
     CreatePickup(1276, 23, 1443.8793,-2278.0908,13.5469);
      CreatePickup(1276, 23, 1244.1178,-2375.0554,-0.2986);
      CreatePickup(1276, 23, 999.7738,-2133.1841,13.0938);
    CreatePickup(1276, 23, 1339.2736,-1811.3888,30.3930);
     CreatePickup(1276, 23, 1488.9817,-1720.4447,8.2343);
      CreatePickup(1276, 23, 1968.4034,-1562.6013,17.0781);
      CreatePickup(1276, 23, 1824.4384,-1439.3157,35.9219);
      CreatePickup(1276, 23, 2346.2988,-1244.7079,22.5000);
      CreatePickup(1276, 23, 2674.3950,-1433.2842,16.2572);
      CreatePickup(1276, 23, 2355.6169,-648.7793,128.0547);
      CreatePickup(1276, 23, 694.6552,-1191.6733,32.2578);
      CreatePickup(1276, 23, 154.3213,-1952.1298,51.3438);
      CreatePickup(1276, 23, 1647.9496,-1845.6881,24.1648);
      CreatePickup(1276, 23, 1866.9066,-2004.6438,13.5469);
      CreatePickup(1276, 23, 2189.3684,-2226.0693,15.1711);
      CreatePickup(1276, 23, 2005.4357,2970.9377,2.7540);
      CreatePickup(1276, 23, 2576.7175,2826.0483,10.8203);
      CreatePickup(1276, 23, 1768.4377,2836.0564,8.3359);
      CreatePickup(1276, 23, 1275.2700,2529.7380,10.8203);
      CreatePickup(1276, 23, 2323.6604,1283.2357,97.6083);
      CreatePickup(1276, 23, 2176.6025,1285.6908,41.1857);
      CreatePickup(1276, 23, 2559.1096,784.4305,5.3158);
      CreatePickup(1276, 23, 2884.4329,648.5850,32.0273);
      CreatePickup(1276, 23, 2732.8489,2113.2817,-0.4061);
      CreatePickup(1276, 23, 2400.1458,2577.0383,21.8750);
      CreatePickup(1276, 23, 1267.0609,1372.3013,10.8203);
      CreatePickup(1276, 23, 1105.9818,1600.7709,5.8203);
      CreatePickup(1276, 23, 1156.8976,2342.7739,10.8203);
      CreatePickup(1276, 23, 1407.0668,2207.9004,12.0156);
     CreatePickup(1276, 23, 1963.4464,1916.6495,130.9375);

     /*//CDP(1239, 1, 1214.7107,-1815.1224,16.5938);
    //CDP(1239, 1, 1214.4353,-1813.0720,16.5938);
    CDP(1239, 1, 1641.7817,-1722.8940,13.5469);
    //CDP(1239, 1, 1643.7926,-1723.6029,13.5469); removed hotdog
    //CDP(1239, 1, 1503.6956,-1748.3427,13.5469); removed
    //CDP(1239, 1, 1497.9581,-1748.6578,15.4453); removed
    //CDP(1239, 1, 1462.5066,-1748.3484,15.4453); removed
    //CDP(1239, 1, 1458.3485,-1748.4629,13.5469);
    CDP(1239, 1, 1182.6479,-1317.5742,13.5774);
    CDP(1239, 1, 1182.3578,-1315.5825,13.5730);
    CDP(1239, 1, 1240.2504,-2043.2086,59.9533);
    CDP(1239, 1, 1240.1611,-2041.3937,59.9488);
    CDP(1239, 1, 2224.5022,-1945.1555,13.5319);
    CDP(1239, 1, 2225.0686,-1947.1992,13.5387);
    CDP(1239, 1, 1436.1849,-2292.7412,13.5469);
    CDP(1239, 1, 1436.5560,-2281.8284,13.5469);
    CDP(1239, 1, 1930.4526,-1779.1525,13.5469);
    CDP(1239, 1, 2350.3538,-1414.4110,24.0000);
    CDP(1239, 1, 927.1573,-1207.3391,17.1178);
    //CDP(1239, 1, 925.3055,-1733.2307,13.5469);
    //CDP(1239, 1, 938.5493,-1751.3505,13.5469);
    //CDP(1239, 1, 925.6333,-1735.3503,13.5469);
    //CDP(1239, 1, 940.4740,-1751.5872,13.5469);*/

     /*CDP(1239, 1, 2327.5669,2420.0872,10.8203);//Stand Hotdog
    CDP(1239, 1, 2536.7705,2137.3352,10.8203);//Stand Hotdog
    CDP(1239, 1, 2536.9187,2154.1409,10.8203);//icecram place
    CDP(1239, 1, 2125.5737,1443.1979,10.8203);//icecram place
    CDP(1239, 1, 2144.3965,1440.8734,10.8203);//Stand Hotdog
    CDP(1239, 1, 1543.6354,-1697.5503,13.5469);//Stand Hotdog
    CDP(1239, 1, 1803.9893,-1861.9354,13.5769);//Stand Hotdog
    CDP(1239, 1, 1797.2557,-1861.9456,13.5769);//icecram place
    CDP(1239, 1, 2294.5654,2250.4661,10.8203);//Stand Inghetata
    CDP(1239, 1, 999.8986,-1850.0149,12.8146);//Stand Hotdog
    CDP(1239, 1, 760.8732,-1678.4325,4.1114);//icecram place
    CDP(1239, 1, 760.2253,-1670.2555,4.1461);//Stand Hotdog
    CDP(1239, 1, 388.5802,-2072.7168,7.8359);//Stand Hotdog
    CDP(1239, 1, 2175.5518,1524.5240,10.8125);//Ice cream
    CDP(1239, 1, 1031.0518,1363.6956,10.8203);//ice cream hq*/
    CDP(1239, 1, 375.6568,-67.8605,1001.5151, -1); // /EAT
    CDP(1239, 1, 375.6975,-119.3018,1001.4995, -1); // /EAT
    CDP(1239, 1, 369.5160,-6.5780,1001.8589, -1); // /EAT
    CDP(1239, 1, 1957.1649,-2183.6143,13.5469); //
    CDP(1239, 1, 436.4564,-1900.2853,2.8703); //
    CDP(1239, 1,1567.7362,-1674.7607,16.1974, -1);
    CDP(1239, 1, 523.6387,-1812.9382,6.5713, -1);
    CDP(1239, 1, 757.1682,-77.8481,1000.6484); // GRABKICK WARDROBE
    CDP(1239, 1, 774.5115,-64.6550,1000.7184); //GRABKICK
    CDP(1239, 1, 776.2563,-63.9245,1000.7184); //GRABKICK
    CDP(1239, 1, 774.2169,-61.4841,1000.7184); //GRABKICK
    CDP(1239, 1, 774.0750,-59.2795,1000.7184); //GRABKICK
    CDP(1239, 1, 822.5716,-1757.4724,13.6484); //GRABKICK

    
    //  LABELS
    Create3DTextLabel("Bar nScrie /drink pentru a bea ceva",COLOR_GRAD4,1639.2485,-1458.2992,13.5623,10.0,0);// /drink-bar-commerce
    //Create3DTextLabel("Tow Car Company nScrie /carback pentru a recupera masinanPret: $10,000",COLOR_GRAD4,926.1000,-1209.5599,16.9732,10.0,0);// /LOTTO-LOTERIE
    Create3DTextLabel("Binco nScrie /clothes pentru a-ti schimba hainele",COLOR_GRAD4,207.7280,-100.7515,1005.2578, 10.0, 101);
    Create3DTextLabel("Iesire Hotel nApasa F pentru a iesi",COLOR_GRAD4,2266.4871,1647.5952,1084.2344,10.0,1);
    Create3DTextLabel("Intrare Hotel nApasa F pentru a intra",COLOR_GRAD4,1529.5265,-1849.8447,13.5469,10.0,0);// HOTEL 1
    Create3DTextLabel("Burger Shot nScrie /eat pentru a manca",COLOR_GRAD4,1294.4020,-1873.4783,13.5559,10.0,0);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.1622,6.4807,1004.1797,10.0,5);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.1740,4.2276,1004.1797,10.0,5);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.1691,1.8918,1004.1797,10.0,5);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.2867,-0.3089,1004.1797,10.0,5);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nApasa F pentru a intra",COLOR_GRAD4,1247.8420,-1560.3422,13.5556,10.0,0);// /LOTTO-LOTERIE
    Create3DTextLabel("Stand nScrie /changetickets pentru a schimba tichetele in bani",COLOR_GRAD4,1368.7657,-3122.4314,8.1687,15.0,0);// Stand
    Create3DTextLabel("Stand nScrie /changetickets pentru a schimba tichetele in bani",COLOR_GRAD4,1399.2458,-3104.2573,8.1687,15.0,0);// Stand
    Create3DTextLabel("Stand nScrie /changetickets pentru a schimba tichetele in bani",COLOR_GRAD4,1431.9626,-3123.4517,8.1687,15.0,0);// Stand
    Create3DTextLabel("Basket nApasa F pentru a juca",COLOR_GRAD4,1368.1938,-3097.8542,8.3519,15.0,0);// BASKET
    Create3DTextLabel("Basket nApasa F pentru a juca",COLOR_GRAD4,1368.4540,-3103.7529,8.3805,15.0,0);// BASKET
    Create3DTextLabel("Basket nApasa F pentru a juca",COLOR_GRAD4,1368.9841,-3110.0940,8.3467,15.0,0);// BASKET
    Create3DTextLabel("Slots nApasa F pentru a juca",COLOR_GRAD4,1383.4779,-3084.5549,8.1687,15.0,0);// PACANELE
    Create3DTextLabel("Slots nApasa F pentru a juca",COLOR_GRAD4,1376.8757,-3084.6108,8.1687,15.0,0);// PACANELE
    Create3DTextLabel("Slots nApasa F pentru a juca",COLOR_GRAD4,1370.4219,-3084.6077,8.1687,15.0,0);// PACANELE
    Create3DTextLabel("Carnaval nScrie /drink pentru a bea ceva",COLOR_GRAD4,1438.6176,-3108.1194,8.1687,10.0,0);// /drink-carnaval
    Create3DTextLabel("Carnaval nScrie /drink pentru a bea ceva",COLOR_GRAD4,1400.3022,-3122.9741,9.6987,10.0,0);// /drink-carnaval
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.1622,6.4807,1004.1797,10.0,0);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.1740,4.2276,1004.1797,10.0,0);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.1691,1.8918,1004.1797,10.0,0);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nScrie /lotto pentru a lua un bilet",COLOR_GRAD4,822.2867,-0.3089,1004.1797,10.0,0);// /LOTTO-LOTERIE
    Create3DTextLabel("Loterie nApasa F pentru a intra",COLOR_GRAD4,1429.1669,-3139.4631,8.1687,10.0,0);// LOTERIE-CARNAVAL
    Create3DTextLabel("Bowling nApasa F pentru a juca bowling",COLOR_GRAD4,1417.8304,-3155.1316,8.1687,10.0,0);// BOWLING
    Create3DTextLabel("Bowling nApasa F pentru a juca bowling",COLOR_GRAD4,1417.9585,-3157.6885,8.1687,10.0,0);// BOWLING
    Create3DTextLabel("Ghena nScrie /destroycar pentru a-ti distruge vehiculul.",COLOR_GRAD4,2607.8079,-1530.9656,13.5430,10.0,0);// CASARE

    Create3DTextLabel("Bincon Apasa Enter pentru a intra",COLOR_GRAD4,2244.2134,-1665.5190,15.4766,10.0,0);//Binco langa gym
    Create3DTextLabel("Casa de Droguri nApasa Enter pentru a intra",COLOR_GRAD4, 2064.9307, -1583.6982, 13.5006 ,10.0,0); // Crack House
    
    Create3DTextLabel("Sala nScrie /gymequip to equip",COLOR_GRAD4,757.1682,-77.8481,1000.6484,10.0,0);// grabkick gymequip
    
    Create3DTextLabel("Sala nScrie /gymequip to equip",COLOR_GRAD4,756.4550,8.0892,1000.7003,10.0,5);//
     Create3DTextLabel("Sala nScrie /gymequip to equip",COLOR_GRAD4,756.4550,8.0892,1000.7003,10.0,5);//
    Create3DTextLabel("Sala nScrie /gymequip to equip",COLOR_GRAD4,757.1682,-77.8481,1000.6484,10.0,5);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,770.9040,13.2477,1000.6993,10.0,5);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,768.7250,13.4745,1000.7005,10.0,5);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,767.1872,-2.2150,1000.7189,10.0,5);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,769.4600,-2.3512,1000.7238,10.0,5);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,774.5115,-64.6550,1000.7184,10.0,0);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,776.2563,-63.9245,1000.7184,10.0,0);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,774.2169,-61.4841,1000.7184,10.0,0);//
    Create3DTextLabel("Sala nScrie /workout to train yourself",COLOR_GRAD4,774.0750,-59.2795,1000.7184,10.0,0);//
    Create3DTextLabel("Sala nScrie /enter pentru a intra",COLOR_GRAD4,2229.8337,-1721.2220,13.5608,10.0,0);//
    Create3DTextLabel("Scoala Karate nScrie /karateequip pentru a te echipa",COLOR_GRAD4,754.6422,-39.3912,1000.5859,10.0,6);//
    Create3DTextLabel("Scoala Karate nScrie /karate pentru a medita",COLOR_GRAD4,767.8979,-37.0834,1000.6865,10.0,6);//
    Create3DTextLabel("Scoala Karate nScrie /enter pentru a intra",COLOR_GRAD4,589.2680,-1768.2806,14.4023,10.0,0);//
    Create3DTextLabel("Scoala Grabkick nScrie /enter pentru a intra",COLOR_GRAD4,822.5716,-1757.4724,13.6484,10.0,0);//
    Create3DTextLabel("Banca Los Santos n Apasa Enter pentru a intra",COLOR_GRAD4,1462.3665,-1010.9435,26.8438,15.0,0);//Los Santos Bank
    Create3DTextLabel("Primaria Los Santos n Apasa Enter pentru a intra",COLOR_GRAD4,1481.0463,-1770.3093,18.7958,15.0,0);//Los Santos Bank
    Create3DTextLabel("Job-uri ilegale nScrie /takejob pentru a te angaja",COLOR_GRAD4, 2269.2366,-1882.5565,14.2344,10.0,0);
    Create3DTextLabel("Jobs Contracts n Scrie /takejob pentru informatii",COLOR_GRAD4,362.0987,173.7009,1008.3828,10.0,0);//
    Create3DTextLabel("Scrie: /materials get [1-10] n pentru a cumpara pachete de materiale",COLOR_GRAD4,597.1398,-1249.2682,18.2921,10.0,0);//materials get
    Create3DTextLabel("Scrie: /materials deliver n pentru a livra materiale",COLOR_GRAD4,1712.9865,913.2946,10.8203,10.0,0);//materials deliver

    Create3DTextLabel("Aeroport n Apasa Enter pentru a intra",COLOR_GRAD4,1606.3135,-2432.6738,13.5547,15.0,0);//AEROPORT
    Create3DTextLabel("Auto Bahn n Apasa Enter pentru a intra",COLOR_GRAD4,1948.2946,2068.7778,11.0610,15.0,0);//AUTO BAHN
    //Create3DTextLabel("Airport Plane Shop n Apasa Enter pentru a intra",COLOR_GRAD4,1606.3135,-2432.6738,13.5547,15.0,0);//Airport Plane Shop
    Create3DTextLabel("Alhambra nScrie /drink pentru a bea ceva",COLOR_GRAD4,499.9047,-18.8091,1000.6719,10.0,0);//

    //hotdog 3DText
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,1466.1, -858.3, 55.2,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,2764.4, -2398.3, 13.6,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,1000.2, -1850.3, 12.8,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,1435.2, -2292.2, 13.5,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,388.9, -2072.9, 7.8,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,1544.7, -1681.8, 13.6,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2315.9680,-1625.1486,483.7068,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2319.7969,-1614.3176,483.7608,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2239.6484,-1713.2061,480.8380,10.0,0);
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2675.4116,-2435.8391,4.4041,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2701.1233,-2448.4922,3.7961,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2723.2813,-2462.9678,2.9339,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2745.7490,-2479.4299,4.3459,10.0,0);//
    Create3DTextLabel("Stand Hotdog nScrie /hotdog to eat n Pret: $25",COLOR_GRAD4,-2769.4736,-2494.4043,4.0801,10.0,0);//

    //icecream 3DText
    Create3DTextLabel("Stand Inghetata nScrie /icecream to eat icecream n Pret: $15",COLOR_GRAD4,999.7, -925.3, 42.2,10.0,0);//
    Create3DTextLabel("Stand Inghetata nScrie /icecream to eat icecream n Pret: $15",COLOR_GRAD4,1525.1, -1026.1, 23.9,10.0,0);//
    Create3DTextLabel("Stand Inghetata nScrie /icecream to eat icecream n Pret: $15",COLOR_GRAD4,617.5, -1349.8, 13.6,10.0,0);//
    Create3DTextLabel("Stand Inghetata nScrie /icecream to eat icecream n Pret: $15",COLOR_GRAD4,388.2, -1522.2, 32.3,10.0,0);//
    Create3DTextLabel("Stand Inghetata nScrie /icecream to eat icecream n Pret: $15",COLOR_GRAD4,1467.1, -1748.4, 15.4,10.0,0);//


    Create3DTextLabel("Scoala de Licenten Scrie /exam pentru a da testuln Pret: $5,000",COLOR_GRAD4,1957.1649,-2183.6143,13.5469,10.0,0);//DMV
    Create3DTextLabel("Scoala de Licenten Scrie /exam pentru a da testuln Pret: $5,000",COLOR_GRAD4,436.4564,-1900.2853,2.8703,10.0,0);//DMV
    Create3DTextLabel("Inchisoarea Los Santosn Scrie /exit pentru a iesi",COLOR_GRAD4,371.4034,184.0842,889.5463,10.0,1);//DMV
    Create3DTextLabel("Inchisoarea Los Santosn Scrie /enter pentru a intra",COLOR_GRAD4,3351.7458,-2003.8213,5.3401,10.0,0);//DMV
    Create3DTextLabel("Scoala de Licenten Scrie /buylicense pentru a cumpara o licenta de pescuitn Pret: $5,000",COLOR_GRAD4,523.6387,-1812.9382,6.5713,10.0,0);//DMV
    Create3DTextLabel("Scoala de Licenten Scrie /buylicense pentru a cumpara o licenta de port-arman Pret: $5,000",COLOR_GRAD4,1567.7362,-1674.7607,16.1974,5.0,0);//DMV

    //ATM 3DText
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 1451.5, -2289.8, 13.5,10.0,0);//
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 938.299, -1747.699, 13.5,10.0,0);//
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 1491.199, -1010.7, 26.79,10.0,0);//
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 1477.29, -1771.5, 18.79,10.0,0);//
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 565.9, -1293.1, 17.20,10.0,0);//
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 1009.29, -929.5, 42.29,10.0,0);//
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 1137.19, -1630.79, 13.89,10.0,0);//
    Create3DTextLabel("ATM System n Scrie /atmhelp pentru ajutor ATM",COLOR_GRAD4, 1929.4, -1778.80, 13.5,10.0,0);//
    
    //ItemMall 3DText
    for(new vt=0; vt<31; vt++)
    {
        Create3DTextLabel("Well Stacked PizzanScrie /eat pentru a manca",COLOR_GRAD4,375.6975,-119.3018,1001.4995,10.0,vt);//
        Create3DTextLabel("Burger ShotnScrie /eat pentru a manca",COLOR_GRAD4,375.6568,-67.8605,1001.5151,10.0,vt);//
        Create3DTextLabel("Cluckin' BellnScrie /eat pentru a manca",COLOR_GRAD4,369.5160,-6.5780,1001.8589,10.0,vt);//
    }
    //iceeeeeeee
    AddStaticPickup(1239, 2, 1173.2563,-1323.3102,15.3943); //Hospital 1 near Ammu
    AddStaticPickup(1239, 2, 2029.5945,-1404.6426,17.2512); //Hospital 2 near speedway
    AddStaticPickup(1239, 2, 253.9280,69.6094,1003.6406); //Clear icon in Police Station
    AddStaticPickup(1239, 2, 1481.0463,-1770.3093,18.7958); //City Hall
    //AddStaticPickup(1239, 2, -2050.8962,460.0262,35.1719); //NewsReporter Registration & /paper
    //AddStaticPickup(1239, 2, -2040.9436,456.2395,35.1719); //PaperBoy Registration
    AddStaticPickup(1239, 2, 323.0342,1118.5804,1083.8828); //Getting Drugs for DrugDealers
    AddStaticPickup(1239, 2, 597.1277,-1248.6479,18.2734); //Materials Package building
    AddStaticPickup(1239, 2, -2119.5469,-178.5679,35.3203); //Factory
    CreatePickup(1239, 1, 1073.0619,-344.5148,73.9922); //Hitman Agency entrance
    AddStaticPickup(371, 2, 1544.2,-1353.4,329.4); //LS towertop
    AddStaticPickup(371, 2, 1536.0, -1360.0, 1150.0); //LS towertop
    AddStaticPickup(1242, 2, 1527.5,-12.1,1002.0); //binco armor
    AddStaticPickup(1240, 2, 279.3000,1853.5619,8.7649); //area51 health
    pickups=pickups+29;
    printf(" Current Pickups = %d",pickups);
    if (realtime)
    {
        new tmphour;
        new tmpminute;
        new tmpsecond;
        gettime(tmphour, tmpminute, tmpsecond);
        FixHour(tmphour);
        tmphour = shifthour;
        SetWorldTime(tmphour);
    }
    SetTimer("VehicleCheck", 360000000, 1);
    SetTimer("SyncUp", 60000, 1);
    SetTimer("SetPlayerUnjail", 1000, 1);
    SetTimer("OtherTimer", 1000, 1);
    //SetTimer("BoomBoxTimer", 1000, 1);
    SetTimer("CarCheck", 30000, 1);
    SetTimer("CustomPickups", 1000, 1);
    SetTimer("Spectator", 2000, 1);
    //idletimer = SetTimer("IdleKick", idletime, 1);
    SetTimer("Production", 300000, 1); //5 mins (300000)
    SetTimer("CheckGas", RunOutTime, 1);
    SetTimer("StoppedVehicle", RunOutTime, 1);


    //for(new v=1; v<MAX_VEHICLES; v++)
    //{
      //  OwnedVeh(v) = 0;
    //}

    new bizz;
    for(bizz = 3; bizz < sizeof(BizzInfo); bizz++)
    {
        if(bizz != 14) CreateDynamicMapIcon(BizzInfo[bizz][bEntranceX],BizzInfo[bizz][bEntranceY],BizzInfo[bizz][bEntranceZ],36, -1, 0, 0, -1, 100.0);
    }
    new sbizz;
    for(sbizz = 0; sbizz < sizeof(SBizzInfo); sbizz++)
    {
        CreateDynamicMapIcon(SBizzInfo[sbizz][sbEntranceX],SBizzInfo[sbizz][sbEntranceY],SBizzInfo[sbizz][sbEntranceZ],36, -1, 0, 0, -1, 100.0);
    }
    CreateDynamicMapIcon(822.5716,-1757.4724,13.6484, 54, -1, 0, 0, -1, 100.0);
    CreateDynamicMapIcon(589.2680,-1768.2806,14.4023, 54, -1, 0, 0, -1, 100.0);
    CreateDynamicMapIcon(2607.8079,-1530.9656,13.5430, 11, -1, 0, 0, -1, 100.0);
    CreateDynamicMapIcon(1529.5265,-1849.8447,13.5469, 31, -1, 0, 0, -1, 100.0);
    CreateDynamicMapIcon(1947.5270,2068.5610,10.8203, 55, -1, 0, 0, -1, 100.0);

    LoadPVehicles();
    LoadVehicleText();
    return 1;
}

Edited by Mister

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.