Installation
This page will give you the information you need to setup our weedshop script.
Dependencies
How to install
How to add new weedshops
Weedshop Template:
['shop_name'] = {
name = 'Example Store', -- This is the name of the weedshop
job = 'example', -- This is the job linked to the weedshop
scenario = 'WORLD_HUMAN_TOURIST_MOBILE', -- This is the scenario that the ped will be playing
targets = { -- This is the list of targets
register = {pos = vector3(0.0, 0.0, 0.0), width = 0.0, length = 0.0, heading = 0.0, minz = 0.0, maxz = 0.0},
counter = {pos = vector3(0.0, 0.0, 0.0), width = 0.0, length = 0.0, heading = 0.0, minz = 0.0, maxz = 0.0},
storage = {pos = vector3(0.0, 0.0, 0.0), width = 0.0, length = 0.0, heading = 0.0, minz = 0.0, maxz = 0.0},
bong = {pos = vector3(0.0, 0.0, 0.0), width = 0.0, length = 0.0, heading = 0.0, minz = 0.0, maxz = 0.0},
},
},Last updated