Windmill Power Script
Power up your FiveM server with some green energy vibes!
What’s it all about? Get ready to own windmills, generate electricity, and stack that cash! Perfect for economy or RP servers.
Dependencies
- ox_lib
- ox_inventory
- QBX Framework
- oxmysql
🔑 Cool Features:
🏠 Buy Windmills: Grab your own windmill and start your energy hustle!
🪫 Generate Power: Watch your windmill crank out electricity to sell.
🔧 Upgrade Like a Pro: Boost your windmill with epic tech:
- Durability Upgrade 💪 – Keeps it running longer.
- Storage Upgrade 📦 – Stockpile more power.
- Efficiency Upgrade 🚀 – More juice, more profits!
- Security Upgrade 👮 - Save that energy!
- Grid Connection Upgrade 🌐 - Sell the stuff instantly!
💰 Sell the Juice: Turn your electricity into sweet in-game cash!
⚙️ Tweak It: Customize rates and costs to fit your server’s style.
Why You’ll Love It: 🌟 Fresh business idea for your players to dive into. 🎉 Easy setup for any FiveM server.
Sneak Peek ( ALREADY NEW STUFF ADDED ):
lsn-voltage | SELL YOUR OWN ENERGY!
Ready to Go? Grab it now and let your players build their energy empires!
Installation
-
Place in the resources directory.
-
Add
ensure lsn-voltage
into the server.cfg ( Below every Dependencies! ) -
Import
import.sql
to the Database. This includes the table and the already BY DEFAULT existing Windmill. If u want to add them by yourself, remove the INSERT part line 11-51. Turn Config.Debug = true to get access to the /createwind Command to add new Windmills. -
Edit
config.lua
to your liking -
Add the following Item to ur
ox_inventory
['battery'] = {
label = 'Battery',
weight = 50000,
description = "A energy filled battery"
},
- Restart the server.