Main Settings
Discover all the settings incorporated dynamically into every store.
Last updated
Was this helpful?
Discover all the settings incorporated dynamically into every store.
Last updated
Was this helpful?
name
:
This is a string value that represents the name of the store.
It can be any descriptive name you choose to identify the store.
In the example, the store name is set to "Limited LTD Gasoline Minitore".
blip
:
This setting defines the coordinates of the blip that represents the store on the players' maps.
It is specified as a vec3
value, which consists of the x, y, and z coordinates.
In the example, the blip coordinates are set to vec3(-46.62, -1758.12, 29.42)
.
These coordinates determine where the store blip will be positioned in the game world.
blipID
:
This is the ID of the blip icon that will be used to represent the store on the map.
The blip ID corresponds to a specific icon in the game's blip library.
In the example, the blip ID is set to 52, which represents a specific icon.
You can choose different blip IDs to customize the appearance of the store blips on the map.
policeOnlineNeeded
:
This setting determines the minimum number of police officers or whitelisted job players required to be online for the store to be robbed.
It is an integer value representing the count of online police officers needed.
In the example, the policeOnlineNeeded
is set to 3, meaning at least 3 police officers must be online for players to initiate a robbery at this store.
This setting helps balance the gameplay and ensures that there are enough law enforcement players available to respond to the robbery.