QBX Configuration
π§ Required Core Modifications
Modification 1: Resource Missing Detection
-- Replace this line:
if GetResourceState('qbx_spawn') == 'missing' then
-- With this line:
if GetResourceState('uz_SpawnSelector-2') == 'missing' then
Modification 2: Resource Started Detection
π‘ Global Search Tip
β
Verification Steps
β οΈ Maintenance Note
π Troubleshooting
Last updated
Was this helpful?