Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 880 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 880 Bytes

ts_spawnselect

A spawn selection system for FiveM, originally developed for ConflictRP

Requires NativeUI by Frazzle

Included Spawn Points

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

Screenshots

Airport Pier

Config

To add an item simply create a new line in the config.

{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.