[Free]Spawn Selector

Installing Spawn Selector

  • Download the latest version from GitHub - oCursee/SpawnSelector: ^^
  • Extract into your resource folder.
  • Insert “TriggerEvent(‘SpawnPlayer’)” into your multi-character system after the character selection point.
  • Start the server

Dependencies

ESX(Can be set to independent, Read Below)

How to Make Independent

  • Go to nui.lua and remove

"Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent(‘esx:getSharedObject’, function(obj)
ESX = obj
end)

	Citizen.Wait(0)
end

end)"

To be noted

  • This is my first script that included Javascript.
  • This was tested with esx_multicharacter.
  • I will give limited support, but don’t rely on my replying right away.

Showcase

Video - Spawn Selector/Spawn Manager!?

3 Likes

Hey @Cbeenlit,

I’ve made a PR that I let you check:

1 Like

Appreciate that, and is it fine if I send you a message about a question later?

Yes no problem :wink: