Scratch Cards [ESX,QB]
Scratch Cards [ESX,QB]
Introducing Scratch Cards, a versatile fivem script designed specifically for GTA5 game mods. This innovative addition enhances the gaming experience by introducing scratch cards, offering players a chance to win exciting rewards and prizes within the virtual world of GTA5. With its seamless integration and user-friendly interface, Scratch Cards brings an element of surprise and anticipation to the gameplay, making it a must-have for avid GTA5 enthusiasts. Whether you’re looking to add an extra layer of excitement or simply explore new possibilities, Scratch Cards is the perfect choice for enhancing your GTA5 gaming adventures.
If you are using QBCORE add this in your qb-core/shared/items.lua:
[‘fx_scratchcard’] = {[‘name’] = ‘fx_scratchcard’, [‘label’] = ‘Scratch Card’, [‘weight’] = 0, [‘type’] = ‘item’, [‘image’] = ‘fx_scratchcard.png’, [‘unique’] = false, [‘useable’] = true, [‘shouldClose’] = true, [‘combinable’] = nil, [‘description’] = ‘A scratch card.’},
If you are using ESX add this to your database:
INSERT INTO items
(name, label) VALUES
(‘fx_scratchcard’,‘Scratch Card’)
Video Preview
Also, Check more esx scripts and qbcore scripts
Reviews
There are no reviews yet.