A spawn selection system for FiveM,
Requires NativeUI by Frazzle
Included Spawn Points
- Airport
- Pier
- Tequi-la-la
- Legion Square
- Sandy Shores
- Paleto Bay
To add an item simply create a new line in the client.lua.
{name="Paleto Bay", spawnX=-150.53,spawnY=6416.903,spawnZ=31.91,camX=-222.438,camY=6429.05,camZ=65.16}
spawnX, spawnY, spawnZ are the coordinates at which the player will spawn. camX, camY, camZ are the coordinates at which the camera will be.
If you wish to implement your own check for character creation etc you should set openOnPlayerSpawned
to false
and trigger the ts_spawnselect:openMenu
event.