![[QB/ESX][PAID] SG Gold Panning 🥘 main image](https://img.youtube.com/vi/k5iEQzPgfBc/maxresdefault.jpg)
Price
$100.00A script by Kwarktoetjee
Price
$100.00This script adds an immersive gold panning mechanic to your server, providing players with a unique and engaging activity. Players can use panning items, varying from bronze gold pans (cheap version) to gold goldpans (expensive version) to pan gold in a river or sea.
In SG Panning, you have a lot of configurable options. We made a seperation between the shared config-side, client config-side and the server config-side.
Language = 'en', -- Choose from 'en', 'nl', 'de', 'fr', 'es', 'it', 'ar', 'tr'
Notify = 'ox', -- 'okok', 'qb', 'ox' or 'mythic'
Location = {
[1] = {coords = vec3(2387.26, 4591.33, 29.86), radius = 2, debug = false}, -- Grapeseed (2035)
[2] = {coords = vec3(-1583.50, -1228.13, 0.66), radius = 2, debug = false}, -- Pier/Beach (8001)
[3] = {coords = vec3(3843.17, 4479.66, 0.14), radius = 2, debug = false} -- El Gordo Drive (2059)
},
Pans = {
low = 'bronze_goldpan',
mid = 'iron_goldpan',
high = 'gold_goldpan',
},
Target = {
Type = 'ox',
Icon = 'fas fa-coins',
IconColor = '#FEEFC6',
Distance = 3.0,
},
Progress = 'skillcheck', -- 'skillcheck', 'bar', 'circle'
Location = {
[1] = {coords = vec3(2387.26, 4591.33, 29.86), radius = 2, debug = false}, -- Grapeseed (2035)
[2] = {coords = vec3(-1583.50, -1228.13, 0.66), radius = 2, debug = false}, -- Pier/Beach (8001)
[3] = {coords = vec3(3843.17, 4479.66, 0.14), radius = 2, debug = false} -- El Gordo Drive (2059)
},
Blip = {
enableblip = true, -- true or false
sprite = 272,
color = 71,
scale = 1.0,
label = 'Panning',
},
-- Panning shop
Shop = {
enable = true,
enableblip = true,
sprite = 272,
color = 71,
scale = 1.0,
label = 'Pan Shop',
Ped = "a_m_m_golfer_01", -- Choose from https://docs.fivem.net/docs/game-references/ped-models/
vector = vector4(412.3106, 314.5237, 103.0212 - 1, 204.8877),
Heading = 100,
Icon = 'fas fa-coins',
IconColor = '#FEEFC6',
BuyIcon = "fas fa-money-bill-wave",
BuyIconColor = '#FEEFC6',
SellIcon = "fas fa-money-bill-wave",
SellIconColor = '#FEEFC6',
},
-- Swap shop
SwapShop = {
enable = true,
enableblip = true,
sprite = 272,
color = 71,
scale = 1.0,
label = 'Swap Shop',
Ped = "a_m_m_golfer_01", -- Choose from https://docs.fivem.net/docs/game-references/ped-models/
vector = vector4(-1316.2986, -383.7783, 36.6692 - 1, 119.6023),
Icon = 'fas fa-shuffle',
IconColor = '#FEEFC6',
}
-- Panning
Cooldown = 60, -- in seconds
EnablePanNothing = false, -- true or false
PanNothingChance = 50,
EnablePanMoney = false, -- true or false
PanMoney = {
chance = 100,
min = 100,
max = 200,
notification = true, -- true or false
},
EnablePanBreak = true,
BronzeBreakChance = 100,
IronBreakChance = 60,
GoldBreakChance = 30,
DiscordWebhook = '',
-- Common items you can get with the Bronze Gold pan
CommonItems = {
chance = 100,
min = 1,
max = 1,
enablegoldnuggets = true,
goldnuggets = 1,
items = {'seaweed'},
notification = true, -- true or false
},
-- Unique items you can get with the Iron Gold pan
UniqueItems = {
chance = 100,
min = 1,
max = 1,
enablegoldnuggets = true,
goldnuggets = 3,
items = {'gold_earrings', 'gold_ring'},
notification = true, -- true or false
},
-- Special items you can get with the Gold Gold pan
SpecialItems = {
chance = 100,
min = 1,
max = 3,
enablegoldnuggets = true,
goldnuggets = 5,
items = {'gold_watch', 'gold_necklace'},
notification = true, -- true or false
},
-- Shop
buyitems = {
{ title = 'Bronze Gold pan', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €100', item = 'bronze_goldpan', buyprice = 100},
{ title = 'Iron Gold pan', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €1000', item = 'iron_goldpan', buyprice = 1000},
{ title = 'Gold Gold pan', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €5000', item = 'gold_goldpan', buyprice = 5000},
},
sellitems = {
{ title = 'Seaweed', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €15', item = 'seaweed', sellprice = 15},
{ title = 'Gold earrings', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €100', item = 'gold_earrings', sellprice = 100},
{ title = 'Gold ring', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €125', item = 'gold_ring', sellprice = 125},
{ title = 'Gold watch', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €200', item = 'gold_watch', sellprice = 200},
{ title = 'Gold necklace', icon = 'fas fa-coins', iconColor = '#FEEFC6', description = 'Price: €200', item = 'gold_necklace', sellprice = 200},
},
-- Swap Shop
swapitems = {
{ title = 'Gold necklace', icon = 'fas fa-shuffle', iconColor = '#FEEFC6', description = 'Price: 5x Gold nuggets', sellprice = 5, item = 'gold_necklace'},
},
currencyswapitem = 'gold_nuggets',
Scripto Goat Documentation
Scripto Goat Tebex - €24.20 incl. taxes / $25 USD
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | ~950 |
Requirements | QB, ox_lib |
Support | Yes |
Price | €24.20 incl. taxes / $25 USD |
No approved reviews found for this script yet.