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