Jump to content
LOOKING FOR ROBLOX ASSETS? VISIT ROBLOXBAY.COM! ×
THE BEST DISCORD BACKUP BOT | PRESERVE YOUR DISCORD SERVER! ×

RobloxBay

Visit Site

FiveSecured

 

Stop shipping plaintext. FiveSecured encrypts, obfuscates, and licenses your Lua resources so customers run your work without ever holding your source.

Try for Free
  • 5decrypt-banner-v1.thumb.png.262b7992a5a4de66fd6633bf48af6c1c.png

1 Screenshot

About This File

0r vehicle shop most recent looking for more drops join our DISCORD

also preview 

 

  • Nice 1
  • Sad 1

User Feedback

Recommended Comments

riiain

Posted

Where the interior map?

CreatingTension

Posted

On 1/2/2024 at 1:09 AM, riiain said:

Where the interior map?

you need to go into the files and set a cords to where you want the cars to show or find a showroom  mlo and still set the cords

Pausiarr

Posted

-- Tabla para vehículos propiedad de jugadores
CREATE TABLE IF NOT EXISTS owned_vehicles (
    owner_identifier VARCHAR(255),  -- Identificador único del propietario del vehículo (puede ser el identificador del jugador)
    vehicle_data TEXT,               -- Datos del vehículo en formato JSON
    plate VARCHAR(8),                -- Matrícula del vehículo
    type VARCHAR(255),               -- Tipo de vehículo (si es propiedad)
    stored BOOLEAN                   -- Indicador de si el vehículo está almacenado
);
 
-- Tabla para vehículos de jugadores
CREATE TABLE IF NOT EXISTS player_vehicles (
    player_identifier VARCHAR(255),  -- Identificador único del jugador
    vehicle_name VARCHAR(255),       -- Nombre del vehículo
    vehicle_hash INT,                -- Hash del modelo del vehículo
    vehicle_mods TEXT,               -- Datos de modificaciones del vehículo en formato JSON
    plate VARCHAR(8),                -- Matrícula del vehículo
    garage_id INT,                   -- ID del garaje donde está almacenado el vehículo
    vehicle_state INT                -- Estado del vehículo
);
 
-- Tabla para vehículos alquilados
CREATE TABLE IF NOT EXISTS 0r_rented_vehicles (
    owner_identifier VARCHAR(255),   -- Identificador único del propietario del vehículo rentado
    plate VARCHAR(8),                -- Matrícula del vehículo rentado
    model VARCHAR(255),              -- Modelo del vehículo rentado
    vehicle_price INT,               -- Precio del vehículo
    daily_fee INT,                   -- Tarifa diaria del vehículo
    rented_day INT,                  -- Días de alquiler
    rental_fee INT                   -- Tarifa de alquiler
);

SQL for the script, explanied in spanish for those who dont now wwhat thing do
sylvionl

Posted (edited)

[  script:vehicleshop] SCRIPT ERROR: @vehicleshop/server/callbacks.lua:4: attempt to call a nil value (field 'GetPlayerBalance')

[  script:vehicleshop] SCRIPT ERROR: @vehicleshop/server/functions.lua:168: attempt to call a nil value (field 'GetPlayerBalance')

i got this 

Edited by sylvionl
JoeSmokeYa

Posted

CREATE TABLE
    IF NOT EXISTS `0r_rented_vehicles` (
        id INT (11) NOT NULL AUTO_INCREMENT,
        owner VARCHAR(64) NOT NULL,
        plate VARCHAR(32),
        model VARCHAR(32),
        vehicle_price INT (11),
        daily_fee INT (11),
        rented_day INT (11),
        rental_fee INT (11),
        created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP(),
        updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP() ON UPDATE CURRENT_TIMESTAMP(),
        KEY id (id)
    ) ENGINE = InnoDB AUTO_INCREMENT = 1;

JoeSmokeYa

Posted

I have the script and map $10

MagnusDK

Posted

On 3/2/2024 at 4:53 PM, Aradhya said:

 i made an sql file for this dm me on discord - catblury or join my server and create a ticket https://discord.gg/Zu7MwZnpAt

 

 

can you help me get this working?

FrozenMain2232

Posted

Yo Lo Repare todo  discord asterisco8714

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy