Jota Dev Welcome Car

Here you can find documentation on how to install our store's welcome car system.

How to start the script for its correct operation:

Put in your server.cfg

# JotaDev WelcomeCar
ensure jc_coche_bienvenida

Insert SQL into your database and configure your framework:

CREATE TABLE IF NOT EXISTS welcome_cars (
    identifier VARCHAR(50) PRIMARY KEY,
    claimed BOOLEAN DEFAULT FALSE
);

If you use an external garage, edit it in jc_coche_bienvenida/Editable/Server/SMain.lua

Config.Garages = 'editable' -- 'default' o 'editable', en caso de que quieres editar, Editable/Server/SMain.lua

Last updated