Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

MauriceHandwerker/ts_spawnselect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts_spawnselect

A spawn selection system for FiveM,

Requires NativeUI by Frazzle

Included Spawn Points

  • Airport
  • Pier
  • Tequi-la-la
  • Legion Square
  • Sandy Shores
  • Paleto Bay

Screenshots

Airport Pier

Change Spawn Points

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.