πŸ’»FW: QBX

Integrating FryDev Spawn with QBX provides you with advanced spawning capabilities for your FiveM GTA V roleplay server. Follow these steps to seamlessly integrate the FryDev Spawn script with QBX

Step 1: Check Basic Setup

Make sure you've completed our Basic Setup. You can find the details here!

Step 2: Insert and Change Files

Here are the integration steps for QBX:

  1. Ensure that you have everything set up in QBX.

  2. In your fry_spawn/fxmanifest.lua file, uncomment the following lines:

'@ox_lib/init.lua',
'@qbx_core/modules/utils.lua',
  1. And within the cleint_scripts section, uncomment:

'@qbx_core/modules/playerdata.lua',

Modify the qbx_core -> client -> character.lua file at line 215. Change the character registration section as follows:

local function createCharacter(cid)
  --- Existing code
end

Change to:

Modify the qbx_core -> client -> character.lua file at line 318. Change the character registration section as follows:

To change:

🏬Setup Apartmentschevron-right

Last updated

Was this helpful?