![[QB] [FREE] - m-Scratches - Rewards - Webhooks and more! main image](https://forum-cfx-re.akamaized.net/optimized/4X/5/7/c/57c9e9351d89f4836fefda392bba8654ba965b9d_2_690x388.jpeg)
![[QB] [FREE] - m-Scratches - Rewards - Webhooks and more! thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/5/7/c/57c9e9351d89f4836fefda392bba8654ba965b9d_2_690x388.jpeg)
![[QB] [FREE] - m-Scratches - Rewards - Webhooks and more! thumbnail 2](https://forum-cfx-re.akamaized.net/optimized/4X/7/d/8/7d8e4ba5a41979af03ccccb9753448db9e2b197a_2_690x388.png)
Price
UnknownA script by m-Scripts
Price
Unknown Useful links
Preview: Click Here
Download Tebex: Click Here
Download Github: Click Here
Documentation Click Here
About
Features
Config = {}
Config.Settings = {
Core = "qb-core", -- Your core folder name "qb-core"
Target = "qb-target", -- Your target/third eye folder name "qb-target"
Notify = "QBCore", -- Change your notify here "QBCore" | "okok" | "mythic"
Webhook = "", -- Your webhook to logs when players selling
Cooldown = true, -- Enable cooldown?
Timer = 60, -- 60 Seconds
}
Config.Blips = {
[1] = {enable = true, x = -66.90, y = -1312.41, z = 28.28, sprite = 605, display = 4, scale = 0.8, colour = 5, name = "Lottery Tickets"},
-- You can add more blips
-- Example:
-- [2] = {enable = true, x = -66.90, y = -1312.41, z = 28.28, sprite = 605, display = 4, scale = 0.8, colour = 5, name = "Lottery Tickets"},
-- [3] = {enable = true, x = -66.90, y = -1312.41, z = 28.28, sprite = 605, display = 4, scale = 0.8, colour = 5, name = "Lottery Tickets"},
}
Config.Peds = {
[1] = {enable = true, type = 4, hash = GetHashKey("a_m_m_tourist_01"), x = -66.90, y = -1312.41, z = 28.28, h = 179.15},
-- You can add more peds
-- Example :
-- [2] = {enable = true, type = 4, hash = GetHashKey("a_m_m_tourist_01"), x = -66.90, y = -1312.41, z = 28.28, h = 179.15},
-- [3] = {enable = true, type = 4, hash = GetHashKey("a_m_m_tourist_01"), x = -66.90, y = -1312.41, z = 28.28, h = 179.15},
}
Config.ScratchShop = {
[1] = { name = "scratchcard01", price = 50, amount = 10, info = {}, type = "item", slot = 1 },
[2] = { name = "scratchcard02", price = 150, amount = 10, info = {}, type = "item", slot = 2 },
[3] = { name = "scratchcard03", price = 350, amount = 10, info = {}, type = "item", slot = 3 },
[4] = { name = "scratchcard04", price = 650, amount = 10, info = {}, type = "item", slot = 4 },
[5] = { name = "scratchcard05", price = 1000, amount = 10, info = {}, type = "item", slot = 5 },
}
Config.Rewards = {
["ScratchCard01"] = {
chancePremiumReward = 90, -- Chance to get the premium reward
minReward = 10, -- Minimum reward
maxReward = 100, -- Maximum reward
premiumReward = 150, -- Premium reward
},
["ScratchCard02"] = {
chancePremiumReward = 30, -- Chance to get the premium reward
minReward = 50, -- Minimum reward
maxReward = 300, -- Maximum reward
premiumReward = 450, -- Premium reward
},
["ScratchCard03"] = {
chancePremiumReward = 20, -- Chance to get the premium reward
minReward = 150, -- Minimum reward
maxReward = 550, -- Maximum reward
premiumReward = 750, -- Premium reward
},
["ScratchCard04"] = {
chancePremiumReward = 10, -- Chance to get the premium reward
minReward = 500, -- Minimum reward
maxReward = 950, -- Maximum reward
premiumReward = 1250, -- Premium reward
},
["ScratchCard05"] = {
chancePremiumReward = 5, -- Chance to get the premium reward
minReward = 800, -- Minimum reward
maxReward = 1250, -- Maximum reward
premiumReward = 1650, -- Premium reward
},
}
Hope you enjoy it
No approved reviews found for this script yet.