Explore Giveaways
Browse all active giveaways, complete tasks, and win premium FiveM scripts, vehicles, and server setups.

Discord Nitro Giveaway
### 💎 Grand Opening Event **Welcome to Swisserways.** To celebrate our public beta launch, we are giving away **3x Discord Nitro** to our first users. We created Swisserways to elevate the giveaway experience. We believe winning should feel special—with a **sleek interface**, **intuitive design**, and **absolute ease of use**. **Prize Pool:** * 3x Discord Nitro (1 Month) **Experience the difference:** Simply log in and complete the tasks to enter. See for yourself how easy and beautiful managing giveaways can be. *Good luck and thank you for being part of our journey!*

SwisserDev x Syntax Development
### 🎄 The Ultimate Holiday Script Bundle Celebrate the holidays with a massive server upgrade! We have teamed up with **Syntax Development** to bring you a premium collection of essential scripts to elevate your FiveM server for 2025. **🎁 The Prize Pool:** **From Syntax Development:** * 💳 **Banking System:** A sleek, modern banking interface for your players. * 🛒 **Shop System:** Advanced purchasing mechanics. * 🛂 **Visa System:** Complete immigration/identity management. * 📅 **Daily Reward:** Retention system to keep players coming back. * 🖥️ **Loading Screen:** A professional first impression for your server. **From Swisser:** * 🎁 **Daily Rewards:** An additional reward system to maximize engagement. * ❄️ **Christmas Pack:** Exclusive holiday-themed scripts/assets to bring the festive spirit to your city. **How to Enter:** Complete the tasks below to secure your entry. Good luck to everyone, and Happy Holidays! 🎅

Mega Shop x SwisserDev
## 🤝 MegaShop x SwisserDev Collaboration We released as collaboration (MegaShop x SwisserDev) the following packages: ### 🔔 MegaShop Notify A fully customizable notification system giving players total control via an in-game command. * **Deep Customization:** Edit icons, titles, sounds, volumes, and colors for every notification type (Police, EMS, Info, etc.). * **Visuals & Fonts:** Choose from **Rounded, Glass, or Bubble** styles and select from **20+ premium fonts** (Poppins, Nunito, etc.). * **Positioning:** Drag & drop UI with resize handles and custom animation directions. * **Features:** Auto-stacking, welcome text, sound previews, and local storage saving. * **Frameworks:** ESX & QBCore ready. ### 🎬 MegaShop Loadingscreen A modern, immersive loading experience with advanced media features. * **Audio System:** Advanced player with 8D Audio, Bass Boost, Reverb, and full playback controls. * **Visual Effects:** Dynamic backgrounds (Images/Video), particle effects (Rain, Fireworks), and custom slideshows. * **Discord Integration:** Displays player Username, Avatar, and Guild Tag via API. * **Extras:** Staff team display and easy configuration. ### 📅 Swisser Dailyrewards Boost server retention with a professional daily login system. * **Streak System:** Motivates players with visual progress and milestone bonuses (Day 7, 14, 30). * **Rewards:** Fully configurable config for Cash, Items, Vehicles, or VIP perks. * **Design:** Beautiful UI with professional animations. * **Compatibility:** Plug & Play for ESX, QBCore, QBox, and Standalone.

3M Blackmarket
Bring a fully-featured, configurable blackmarket into your city: order weapons and contraband, pay with black money, pick up crates at random dead drops and race the timer before your stash expires. Supports ESX & QBCore, ox_inventory & qb-inventory, ox_target & qb-target – plus optional lb-tablet integration. Everything is handled server-side, with persistent stock, order history and smart stash cleanup so players can’t easily abuse or dupe. [Preview](https://www.youtube.com/watch?v=n8wcFORWMXA) 🧩 Core Features 🕵️♂️ Immersive Blackmarket NPC Configurable NPC (model, coords, scenario) acting as your blackmarket dealer. Custom made parcel box for better immersion. Target integration (ox_target / qb-target) – walk up, interact, and open the store. Optional standalone command (e.g. /blackmarket) for quick access without NPC. 💻 Clean NUI Storefront Modern, category-based weapon shop NUI: Pistols, SMG, Rifles, Ammo, Melee, Misc Item name, image, price, current stock and category Cart system: Add/remove multiple items before checkout Total updates live Displays the player’s black money balance in real time. Fully localized client labels (categories, prompts, blip names, etc.). 📦 Dead Drop Delivery System Turn every purchase into a mini-event: After checkout, the system: Charges black money (configurable per framework). Picks a drop location from Config.DropPoints. Creates a stash at the drop with all purchased items. Generates a unique 6-digit PIN code. Player receives: Notification with the PIN. GPS waypoint to the drop (optional blip). Order added to their recent orders list. At the drop: Target interaction at the configured points (Bridge.Target.AddDropPoint). PIN entry via ox_lib. Server validates: Correct code. Not expired. Belongs to this player. On success, the player opens the stash and loots the package. ⏲️ Smart Expiry & Anti-Abuse Two layers of cleanup to keep the system safe and clean: Pre-open expiry If the player never even opens the stash before Config.Delivery.ExpiryMinutes, the stash is deleted and the order is considered expired. Player gets a localized “order expired” notification. Post-open expiry & stash watcher After opening: Optional extra time window before forced cleanup. For inventories that support it (ox_inventory), a background watcher checks if the stash becomes empty and removes it automatically. All cleanup goes through the inventory bridge (no direct ox-only calls), so it works cleanly on both ox_inventory and qb-inventory. 🧮 Persistent Stock & Dynamic Restock Per-item stock and maxStock are configured in Config.Items. Actual stock is persisted to JSON (blackmarket_stock.json) and synced to SQL (bm_items). On resource restart or manual sync, config items are: Synced to the database. Missing config items are deactivated (stock set to 0). Auto restock modes (Config.AutoRestock.Mode): restart – restock on script restart. daily – restock every 24h. weekly – restock every 7 days. monthly – restock every 30 days. none – no automatic restock. Every restock sets all items to their maxStock, pushes updated stock to all connected clients and persists the result. 🧾 Order History in NUI The script tracks orders in SQL (bm_orders + bm_order_items). Players see last 7 days of orders in the NUI: Order total, status, list of items, quantities and prices. Associated drop location and PIN code. They can click an order to set GPS to that drop again (configurable). 🌍 ESX & QBCore Framework Bridge Framework auto-detection (Config.Framework = 'auto'), or manual: esx – uses black_money account by default. qbcore – uses cash or any account name you configure. Helper functions: Get identifier. Get/add/remove black money. Admin check for commands. All money checks & removals happen server-side before any items are created. 📦 Inventory & Target Bridges Works with your favorite stack: Inventory bridge ox_inventory qb-inventory Common “stash” interface for both (register, add items, open, clear, remove). Optional CanWatchStash() for live empty-stash detection. Target bridge ox_target qb-target Unified helpers: AddNpcTarget for the NPC. AddDropPoint for crate pickup locations. You pick providers in the config (Config.Inventory, Config.Target), or leave them on auto to detect what you have. 📱 Optional lb-tablet App Integration If you use lb-tablet, you can run the blackmarket as a tablet app instead of a standalone NUI: Config toggle: Config.LBTablet = true. The script registers a custom app with: Name, description, developer. App screenshots. App lifecycle: onOpen – loads items, orders, balance and sets status online. onClose – closes the app cleanly. If Config.LBTablet = false or lb-tablet isn’t running, all lb-tablet logic is safely skipped (no exports are called).

Haaasib x SwisserDev
## 🤝 Haaasib x SwisserDev Collaboration We are excited to present the following packages from our collaboration (Haaasib x SwisserDev): ### 🚌 Bus Simulator A comprehensive Bus Simulator Job System that lets players manage their own transit empire. * **Business Management:** Full financial control, transaction logging, and a modern Tablet UI to manage your company and HR. * **Fleet & Garage:** Purchase, store, and maintain buses with integrated fuel and repair stations. * **Employee System:** Hire real players or assign NPCs to buses for passive income generation. * **Gameplay:** Drive standard routes, complete tourist contracts, and manage long-distance journeys. ### 🚀 Headless Tebex Store Template A high-performance, standalone web store built for maximum speed and conversion. * **Cutting-Edge Tech:** Built on React 19, Vite 7, and TailwindCSS v4 for instant page transitions. * **Perfect Performance:** Achieves a 100/100 Google Lighthouse score with zero bloat. * **User Experience:** Features persistent carts, instant feedback, and fully SEO-optimized metadata. * **Easy Configuration:** Single-file setup (no coding needed) and supports free hosting on Cloudflare or Vercel.

VD Scripts x SwisserDev
## 🤝 VD Scripts x SwisserDev Collaboration We are proud to present the following packages from our collaboration (VD Scripts x SwisserDev): ### ✈️ Military Plane Crash Bring dynamic, high-stakes events to your server with advanced crash sites. * **Dynamic Events:** Randomly generated crash sites with configurable coordinates, plane models, and probabilities. * **Immersion:** Stunning visual effects including explosions, smoke, and fire. * **Loot System:** Scavenge for valuable weapon crates with customizable loot tables and drop chances. * **Roleplay Ready:** Features police count requirements, government notifications, and restart protection. ### 📍 GPS & Panicbutton System A powerful, optimized tracking solution designed for Police, EMS, and Gangs. * **Live Tracking:** Real-time location sharing (Legal jobs see each other; Gangs see only members). * **Advanced Blips:** Dynamic icons for specific vehicle types (Car, Heli, Boat) and distinct "Player Dead" status. * **Panic Button:** Fully animated emergency alerts with cooldowns and temporary blips. * **Tech Specs:** Routing bucket support, passive modes, and highly optimized for ESX & QBCore. ### 🚀 Headless Tebex Store Template Maximize your sales with a lightning-fast, standalone web store integration. * **Next-Gen Tech:** Built on React 19, Vite 7, and TailwindCSS v4 for instant page transitions. * **Top Performance:** Engineered to achieve 100/100 on Google Lighthouse benchmarks. * **Conversion Focused:** Features persistent shopping carts, instant UI feedback, and full SEO optimization. * **Easy Setup:** Simple single-file configuration with support for free hosting (Cloudflare/Vercel).
Want to host your own giveaway?
Create a giveaway and attract participants to your Discord server.
Create Giveaway