square-userBasic configuration

  1. Import the entire database from the script

  2. Go to the jc_coins/Config/Setting.lua directory and configure the entire script to your liking depending on your garage system, inventory, your framework and key system

  3. Review the entire dealership setup in jc_coins/Config/SettingConce.lua

If you use the Coins item, you must insert the item according to your framework

INSERT INTO items (name, label, weight)
VALUES ('coins', 'Coins', 0);

Last updated