Setting up the shop
Here you can learn how to setup in-game your premium shop.

Create a category

Create an item

Last updated

Here you can learn how to setup in-game your premium shop.
Only start configuring the shop if you have followed the installation guide and the script works without any issues!
You have to have the right rank to be able to open this setting panel inside of the premium shop panel. You can set it in the config.lua




There are 5 different types you can choose from.
This type is for the vehicles. In this category there is a button for test driving the vehicle for the customers. And this type has filter search.


This is where you can set what the player will rechieve when they purchase this item. You can give anything to the player. In the sv-utils.lua file you can edit the GrantPurchase function if you want to give something which is not pre-configured.
Supported property scripts: brutal_housing, origen_housing, rx_housing, tk_housing
You can add more in the sv-utils.lua GrantPurchase function
The grade is always zero
Supported property scripts: brutal_gangs
You can add more in the sv-utils.lua GrantPurchase function
Supported property scripts: brutal_gangs
You can add more in the sv-utils.lua GrantPurchase function
Supported property scripts: lc_stores, rx_playerstores
You can add more in the sv-utils.lua GrantPurchase function
Supported property scripts: lc_gas_stations
You can add more in the sv-utils.lua GrantPurchase function
More coming soon...
Last updated
{"type":"item", "name":"water", "amount":1}{"type":"vehicle", "model":"rapidgt"}{"type":"money", "amount":1}{"type":"property", "propertyID":"H101"}{"type":"gang_business", "gang":"gang_name", "grade":0}{"type":"gang_reputation", "amount":1}{"type":"shop_business", "businessID":"BS341"}{"type":"gas_station_business", "businessID":"BS341"}