๐Ÿ”งInstallation

Follow these steps to ensure the script works correctly.

1. Download

Grab the resource from your customer panel and extract it into your resources folder.

cd resources/
unzip origen_vendings.zip -d [origen]/origen_vendings

2. Import the database

The schema is located at database.sql in the root of the resource.

mysql -u your_user -p your_database < [origen]/origen_vendings/database.sql

Open HeidiSQL โ†’ connect to your database โ†’ File โ†’ Load SQL file โ†’ select database.sql โ†’ press F9 to execute.

3. Configure

Open config/general.lua and set your language:

Config.Debug    = false
Config.Language = 'en'  -- 'en' | 'es'

Optionally open svconfig.lua for logs sectiรณn for the script.

Last updated