Introducing the PixelPrecision 2024 Halloween Pack for FiveM! This free and festive pack brings a fun Halloween-themed gameplay experience with the Pumpkin Hunt script and a Halloween clothing pack for both men and women. Compete with others and enjoy exclusive seasonal outfits to make your roleplay even more immersive.
-
Pumpkin Hunt Script
- 🎃 Pumpkin Collection: Pumpkins are scattered around the map as props. Players can collect these pumpkins and "deposit" them at a specific location to earn points.
- 🏆 Leaderboard: Check the rankings and compete with other players for the top spot.
-
Halloween Clothing Pack
-
Male Version
- 👕 6 tops (jacket, hoodie, polo shirt, short and long-sleeve shirt, vest)
- 🧢 Baseball cap
- 😷 8 unisex masks
- 👖 2 pairs of pants (classic long and cargo pants)
-
Female Version
- 👚 5 tops (jacket, top, hoodie, t-shirt, and one more)
- 🧢 Baseball cap
- 👖 3 pairs of pants
- 😷 8 unisex masks
-
-
Plug & Play: Simply drag and drop the pack into your server resources and start it up.
-
Database Setup:
Use the appropriate command in your database below based on your framework:-
For ESX:
ALTER TABLE `users` ADD `collected_pumpkins` INT(10) DEFAULT NULL;
-
For QBCore and QBOX:
ALTER TABLE `players` ADD `collected_pumpkins` INT(10) DEFAULT NULL;
-
-
Adding inventory item:
-
For
ox_inventory:-- Add this to your `data/items.lua`. ['halloween_pumpkin'] = { label = 'Pumpkin', weight = 100, stack = true, description = 'A spooky Halloween pumpkin!' },
-
For
qb-inventory:-- Add this to your `@qb-core/shared/items.lua`. ['halloween_pumpkin'] = { name = 'halloween_pumpkin', label = 'Pumpkin', weight = 100, type = 'item', image = 'halloween_pumpkin.png', unique = false, useable = true, shouldClose = true, description = 'A spooky Halloween pumpkin!' },
-
- Frameworks:
QBCore,QBOX, andESX. - Inventories:
ox_inventoryandqb-inventory. - Targeting:
qb-targetandox_target.
Everything in this pack is absolutely free, so don’t miss out on adding some Halloween spirit to your server!
- Cinematic Trailer: YouTube
- Download on GitHub: GitHub Repository
- Clothing Pack Showcase: Imgur
- CFX Forum Post: not yet