Jump to content

BabykuBBK

Membru
  • Posts

    7
  • Joined

  • Last visited

Posts posted by BabykuBBK

  1. am urmatoarea comanda 

    YCMD:apark(playerid, params[], help) {
        if(PlayerInfo[playerid][pScripter] < 1) return true;
        new Float:x,Float:y,Float:z, Float:a;
        if(!IsPlayerInAnyVehicle(playerid)) return SCM(playerid, COLOR_GREY, "Nu te aflii intr-un vehicul.");
        new car = GetPlayerVehicleID(playerid);
        new carid = FindSpawnID(car);
        if(carid == 0) return true;
        GetVehiclePos(car, x, y, z);
        GetVehicleZAngle(car, a);
        CarInfo[carid][cLocationx] = x;
        CarInfo[carid][cLocationy] = y;
        CarInfo[carid][cLocationz] = z;
        CarInfo[carid][cAngle] = a;
         DestroyVehicle(car);
          CarInfo[carid][Spawned] = CreateVehicleEx(CarInfo[carid][cModel],CarInfo[carid][cLocationx],CarInfo[carid][cLocationy],CarInfo[carid][cLocationz]+1.0,CarInfo[carid][cAngle],CarInfo[carid][cColorOne],CarInfo[carid][cColorTwo], -1, 0);
        VehicleOwned[CarInfo[carid][Spawned]] = CarInfo[carid][Spawned];
        VehicleSQL[CarInfo[carid][Spawned]] = carid;
        SetTunning(carid);
        saveCar(carid);
        return true;
    }

     

    Dar cand dau in joc /apark nu imi salveaza masinile de la factiuni in baza de date ! 

  2. Salutare..tot incerc sa pornesc un Gm pe local host si primesc mereu eroarea asta Run time error 19: "File or function is not found"

    Am incercat orce am gasit pe internet...din 10 Gm´oduri 2 merg si restul nu !

    Citat

    ----------
    Loaded log file: "server_log.txt".
    ----------

    SA-MP Dedicated Server
    ----------------------
    v0.3z-R4, (C)2005-2014 SA-MP Team

    filterscripts = ""  (string)

    Server Plugins
    --------------
     Loading plugin: mysql.dll
      Failed.
     Loading plugin: sscanf.dll


     ===============================

          sscanf plugin loaded.

             Version:  2.8.1

       (c) 2012 Alex "Y_Less" Cole

     ===============================

      Loaded.
     Loading plugin: streamer.dll


    *** Streamer Plugin v2.9.4 by Incognito loaded ***

      Loaded.
     Loaded 2 plugins.


    Started server on port: 7777, with maxplayers: 50 lanmode is ON.


    Filterscripts
    ---------------
      Loaded 0 filterscripts.

    Script[gamemodes/redhood.amx]: Run time error 19: "File or function is not found"
    Number of vehicle models: 0

     

×
×
  • 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.