ποΈCustomizing Player Spawn-In
Introduction
Custom Spawn-In Functionality
How It Works
CUSTOM.SPAWN_IN_WITH_DATA = function(self)
switch(Config.SETTINGS.FRAMEWORK, {
["qbcore"] = function()
--- YOUR CODE
end,
['qbx'] = function()
--- YOUR CODE
end,
["custom"] = function()
--- YOUR CODE
end,
})
end
Customizing for Custom Framework
Last updated