Frameworks

ESX

The system automatically detects and integrates with ESX:

Config.Framework = 'esx'

Features:

  • Player name retrieval from ESX

  • Admin group detection (admin, superadmin, mod)

  • Player identifier support

QBCore

The system automatically detects and integrates with QBCore:

Config.Framework = 'qb'

Features:

  • Player name from character info

  • Permission system integration

  • Citizen ID support

Standalone

No framework required:

Uses native FiveM functions for player information.

Custom

Implement your own framework integration:

Customize the IsPlayerAdmin function in Config.Admin for your permission system.

Last updated