Spawn (Existing Players)
Customize your Spawn events after an existing character is selected
In config.lua:
RegisterNetEvent('solos-multicharacter:client:Spawn-Event', function(Data)
INSERT SPAWN SELECTOR EVENT HERE
end)
Typically your spawn resource will tell you where to place their event. This is where you place it.
Last updated