TEBEX LINK
OTHER RESOURCES
BRB HUD
BRB ATM
BRB JOBCENTER
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 1000 |
Requirements | ESX/QB |
Support | Yes |
OTHER RESOURCES
BRB HUD
BRB ATM
BRB JOBCENTER
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 1000 |
Requirements | ESX/QB |
Support | Yes |
This looks really really cool, good job!
Could you show the config please?
may i see a part of the config?
In the config there are 7 more locations like [β247supermarketβ] this is just one of them, with explanations.
NOTE: If there is a need, I can add more locations by myself, since its pretty hard to align camera in the right position
Config = {
LocationBlips = 59, -- this show you locations on the map LocationBlipsColor = 48, AisleBlips = 59, -- this shows the locations of aisles in minimap AisleBlipColor = 48, CheckoutBlips = 108, -- this shows the locations of checkout in minimap CheckoutBlipColor = 48, Stores = { -- 24/7 Locations ["247supermarket"] = { Label = "24/7 SUPERMARKET", -- the name of the blip in map Location = vector3(-3042.02, 588.07, 7.91), -- Middle of the Store Radius = 7.0, -- its the radius of SHOP UI when you enter the shop CheckoutCam = vector4(-3039.37, 585.72, 8.2, 197.68), --Checkout position of a camera MovePedCoords = vector4(-3039.14, 586.74, 7.91, 197.59), -- a little behind the camera so the ped wouldn't stand in a view Aisles = { -- There is 3 UI's for aisles, if you want more aisles locations choose from these 3 and change coords. ["BeerFreezerAisle"] = { AisleCam = vector4(-3042.2, 592.6, 8.5, 17.5),-- Camera position in aisle MovePedCoords = vector4(-3042.26, 592.29, 7.91, 17.0),-- a little behind the camera so the ped wouldn't stand in a view Products = {"beer", "whiskey", "vodka", "grape", "wine", "grapejuice"}, -- maximum 6 products per aisle (looks better when its full) }, ["FoodFreezerAisle"] = { AisleCam = vector4(-3044.9, 590.95, 8.47, 107.5), MovePedCoords = vector4(-3044.68, 590.95, 7.91, 108.0), Products = {"tosti", "twerks_candy", "snikkel_candy", "sandwich"}, }, ["SodaAisle"] = { AisleCam = vector4(-3041.62, 585.85, 8.0, 17.0), MovePedCoords = vector4(-3041.8, 585.5, 7.91, 16.01), Products = {"kurkakola", "coffee", "water_bottle"}, }, }, }, }, Items = { --- I suggest you to create more items in your server so that beer freezer would be filled with beers for example -- Food ["tosti"] = { Label = "Cheese Sandwich", Description = "", -- create your own description of an item Price = 10, }, -- Drinks ["water_bottle"] = { Label = "Water Bottle", Description = "", Price = 10, }, -- Alcohol ["beer"] = { Label = "Beer", Description = "Cold beer from the fridge made back in 1951, helps you with your thirst and other cravings ;)", Price = 10, }, } Text = { ["addtocart"] = "ADD TO CART", ["notenoughcash"] = "You don't have enough cash!", ["cardrejected"] = "Your card was rejected!", ["succesfull"] = "Thank you for shopping with us!", },
}
yea cuz i guess mostly will like to add for jobs or business too
I could add more locations but I wonβt change UI, unless you only need to change the width or height, then I can do that. But still it would be for putting items inside the basket and then using checkout to buy them. I canβt think of a job that needs this kind of thing