Getting Started
Installation
1. Download
Clone or download the resource from GitHub:
bash
git clone https://github.com/aifazi/wtf_group.git2. Place Resource
Copy the wtf_group folder into your FiveM server's resources/[addons]/ directory:
resources/
└── [addons]/
└── wtf_group/
├── bridge/
├── client/
├── config/
├── docs/
├── server/
├── shared/
├── sql/
├── ui/
└── fxmanifest.lua3. Database
Import the SQL schema into your database:
bash
mysql -u root -p your_database < sql/groups.sqlOr run the queries manually. All 32 tables are auto-created on resource start via server/database.lua.
4. Dependencies
| Resource | Required | Purpose |
|---|---|---|
| oxmysql | Yes | Database driver |
| ox_lib | Yes | Notifications, UI utilities |
| Renewed-Weathersync | Optional | Live weather data for Weather app |
| gruppe6-heist | Optional | Contract system integration |
| ox_inventory | Optional | Auction item listings |
5. Configuration
Edit config/config.lua to customize:
lua
Config.Framework = 'auto' -- Auto-detects Qbox/QBCore/ESX
Config.MaxMembers = 8
Config.Tablet.keybind = 'F7'See Configuration Reference for all options.
6. Start the Resource
Add to your server.cfg:
cfg
ensure oxmysql
ensure ox_lib
ensure wtf_group7. In-Game Usage
| Command | Keybind | Action |
|---|---|---|
/tablet | F7 | Open the tablet |
/group | — | Open group UI (deprecated, use tablet) |
What's Included
- Group Management: Create, join, invite, kick, roles, reputation
- Tablet OS: Desktop-style tablet with 18 apps
- VPN System: 7 proxies, license keys, dark web access
- Auction House: Marketplace with bidding and wallet
- Contracts: Heist/job contracts with global locking
- Weather: Live weather with animated particles
- Full Documentation: 34+ docs covering every feature