Skip to main content

General

No. PDD Advanced Loyalty is built exclusively for QBCore. Other frameworks are not supported.
No. All database tables are created automatically when the resource starts for the first time.
It depends on the other script. PDD Advanced Loyalty manages its own tables and does not modify core QBCore tables. Conflicts are only likely if another script uses identical command names — which can be resolved via Config.Commands.

Configuration

Add each CFX license hash as a new entry in Config.Permissions.Licenses:
Licenses = {
    "license:HASH_ONE",
    "license:HASH_TWO"
}
It’s the identifier tied to your FiveM account. You can find it in your server console when you connect — it appears as license:xxxxxxxx.

Troubleshooting

Make sure pdd_bridge is started before pdd_advanced-loyalty in your server.cfg and that there are no errors in the server console on start.
Double-check your BotToken, GuildID, and webhook URLs in config.lua. Ensure your bot has the correct permissions in your Discord server.
Restart pdd_bridge first, then restart pdd_advanced-loyalty. Bridge-level changes require the bridge itself to be restarted — restarting only the consuming script won’t apply bridge updates.