Spawn (Existing Players)

Customize your Spawn events after an existing character is selected

  1. In config.lua:

Triggers from client
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