Setting up store
1
2
Create store
If you don't have the Ten Cent or Cinema Doppler maps, you will need to configure the entire script manually. However, if you do have these maps, there's no need to worry, as both are already pre-configured. You can still edit them if needed. Follow the examples below to create a new cinema.
config.totems = {
{ coord = vector3(353.5516, 192.1714, 102.981), method = 'shop', config = 'popcorn', cinema = 'standalone' },
}
config.url = 'http://yourlink' -- link item image
config.shop = {
['popcorn'] = {
{ spawn = 'popcorn', index = 'popcorn', name = 'Popcorn' }
}
}