Page cover

Setting up the shop

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

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

Create a category

1

Select a type for the category

There are 5 different types you can choose from.

Vehicle

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.

Property (with/without filter)

This type is for the properties. In this category there is a button for pinning the location of the proprty for the customers. And this type has a filter search variant and one without the filters.

Basic (with/without filter)

This type is for everything else. In the category there isn't any special buttons for the customers. And this type has a filter search variant and one without the filters.

2

Fill out the name of the category

All characters lowercase and without space and any special character. This won't be visible to players.

3

Fill out the label of the category

Write here anything you want. This will be visible for players.

Create an item

1

Choose the category

2

Fill out the name of the item

Write here anything you want. This will be visible for players.

3

Set the price of the item

4

Fill out the filter type part

If the category which contains the item has filter search you have to fill this out. Players will be able to use these to search faster.

5

Fill out the player get part

Here are the things you can set here with the basic sv-utils.lua file

Item
Vehicle
Money
Property

Supported property scripts: brutal_housing, origen_housing, rx_housing, tk_housing

You can add more in the sv-utils.lua GrantPurchase function

Gang

Supported property scripts: brutal_gangs

You can add more in the sv-utils.lua GrantPurchase function

Gang Reputation

Supported property scripts: brutal_gangs

You can add more in the sv-utils.lua GrantPurchase function

Shop Business

Supported property scripts: lc_stores, rx_playerstores

You can add more in the sv-utils.lua GrantPurchase function

Gas Station Business

Supported property scripts: lc_gas_stations

You can add more in the sv-utils.lua GrantPurchase function

More coming soon...

Last updated

Was this helpful?