Installation

Dependencies

QBCore Framework


How to install

Drag the script in your folder, ensure & choose your Framework.

Config.Framework = "ESX"                        -- "ESX" or "QBCore"
Config.CorePrefix = "es_extended"               -- "qb-core" - "es_extended" or custom export

You can use your own custom export to draw a text as interaction.

Config.ShowInteractText = true                  -- If false you can use your own Config.ShowText function with your own export etc.
Config.ShowText = function()
    --exports['qb-core']:DrawText('message','position')
end

circle-exclamation

Create custom shops

By following this guide you can create your custom shop. Every type of shops are createable!

Last updated