Skip to content

Getting Started

Installation

1. Download

Clone or download the resource from GitHub:

bash
git clone https://github.com/aifazi/wtf_group.git

2. 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.lua

3. Database

Import the SQL schema into your database:

bash
mysql -u root -p your_database < sql/groups.sql

Or run the queries manually. All 32 tables are auto-created on resource start via server/database.lua.

4. Dependencies

ResourceRequiredPurpose
oxmysqlYesDatabase driver
ox_libYesNotifications, UI utilities
Renewed-WeathersyncOptionalLive weather data for Weather app
gruppe6-heistOptionalContract system integration
ox_inventoryOptionalAuction 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_group

7. In-Game Usage

CommandKeybindAction
/tabletF7Open the tablet
/groupOpen 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

AIFAZI — FiveM Resources