Dependencies · origen_propplacer
Required
| Resource | Notes |
|---|---|
oxmysql | Database persistence — props and permissions are stored in MySQL |
Optional integrations
| Resource | Notes |
|---|---|
origen_admin | If running, grants access via origen_admin:HasPermission(src, "origen_propplacer") |
origen_notify | Enhanced toast notifications — fallback to native GTA feed if not present |
Framework compatibility
origen_propplacer is standalone and does not require any specific framework.
It resolves permissions through the following chain, in order:
- origen_admin — if the resource is running and the player has the
origen_propplacerpermission node - ACE permissions — via
propplacer.admin,propplacer.editor,propplacer.viewer,propplacer.use, and standard groups (god,admin,mod,command) - QBCore / QBX — checks
PlayerData.groupagainstConfig.QBAdminGroups - ESX — checks job group against
Config.AdminGroups - Manually granted players — via in-game management panel (stored in DB)
You do not need to configure the framework explicitly. The permission system auto-detects what is running on your server.