zpx-vipshop

Installation guide for zorpex vip shop system

IMPORTANT

Execute the provided SQL file, and ensure the config.lua file is properly configured with the appropriate scripts options and settings.

DEPENDENCIES

PERMISSIONS

Add the following code in your server.cfg:

add_ace qbcore.god zpxvipshop allow

TEBEX INTEGRATION

To integrate a shop from Tebex, you need to get your secret key first.

Go to https://creator.tebex.io/game-servers and press the edit button.

Then, open your server.cfg file and paste the following code, replacing YOURTEBEXKEY with your Tebex key.

setr sv_tebexSecret YOURTEBEXKEY

After creating a package, open it, and you'll see a URL that looks like this:

https://creator.tebex.io/packages/1234567

The last numbers in the URL are the package ID. Copy it and paste it into Config.PackageID.

IMAGES

The script first retrieves images from the inventory specified in the config.lua.

If the images aren't found there, it will fetch them from web/assets. Ensure the images are in PNG format and sized at 100x100 pixels.

Last updated