Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

pixelprecisiondev/pp-halloween

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎃 Overview

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.

📜 Features

  • 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

🚀 Installation

  1. Plug & Play: Simply drag and drop the pack into your server resources and start it up.

  2. 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;
  3. 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!'
      },
    • Example item image: item image

⚙️ Compatibility

  • Frameworks: QBCore, QBOX, and ESX.
  • Inventories: ox_inventory and qb-inventory.
  • Targeting: qb-target and ox_target.

🎉 100% Free

Everything in this pack is absolutely free, so don’t miss out on adding some Halloween spirit to your server!

🎥 Media

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors