Price
$250.00A script by SagginChair
Price
$250.00
Preview: Preview Link
Tebex: GG Studio · Advanced Juice Shops 9.99 USD
Config Examples:
Juice Stand Locations
Config.Locations = {
[1] = {
location = vector3(1043.96, 698.08, 158.85), -- Marker Location
pedHeading = 65.31, -- If you use target ped spawns with this heading.
ped = 'a_m_m_indian_01', -- Peds only show if using qb-target or ox_target
pedScenario = 'CODE_HUMAN_CROSS_ROAD_WAIT',
price = 50000 -- Dynamic Prices allows better locations to cost more and worse locations to be cheaper
},
Juice Items
Config.Juice = {
[1] = {
Label = "Leap Juice",
itemid = "leap_juice", -- Specialty Juices Like these first six need to keep their name. Custom juices can use any name.
Description = "Reach new heights with this juice enhancement.",
Cost = 250,
Timer = 30000,
invImage = "orange_juice.png", -- Make sure image names are identical
img = Config.ImgDirectory.."orange_juice.png", -- Just ui image
Recipe = {
{
Item = "berry",
itemLabel = "Berry",
count = 2,
have = 0
},
{
Item = "apple",
itemLabel = "Apple",
count = 1,
have = 0
},
},
Status = { -- Represents what the character will recieve when using the juice
Health = 20,
Armor = 20,
Hunger = 20,
Thirst = 20,
Stress = 20, -- Removes this amount
},
},
Colors To Unlock
Config.Colors = {
[1] = {
Label = "Yellow", -- Just a label
Hex = "#FFFF00", -- Actual color (Hexadecimal)
SalesToUnlock = 0 -- Number Represents amount of products needed to be sold to unlock
},
| Code is accessible | No (Mostly Unlocked) |
| Subscription-based | No |
| Lines (approximately) | 2000+ |
| Requirements | QBCore / ESX |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.