Page cover

Setting up the shop

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

circle-exclamation
circle-info

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.

chevron-rightVehiclehashtag

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.

chevron-rightProperty (with/without filter)hashtag

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.

chevron-rightBasic (with/without filter)hashtag

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

circle-check

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

chevron-rightItemhashtag
chevron-rightVehiclehashtag
chevron-rightMoneyhashtag
chevron-rightPropertyhashtag

Supported property scripts: brutal_housing, origen_housing, rx_housing, tk_housing

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

chevron-rightGanghashtag
triangle-exclamation

Supported property scripts: brutal_gangs

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

chevron-rightGang Reputationhashtag

Supported property scripts: brutal_gangs

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

chevron-rightShop Businesshashtag

Supported property scripts: lc_stores, rx_playerstores

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

chevron-rightGas Station Businesshashtag

Supported property scripts: lc_gas_stations

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

More coming soon...

Last updated