mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-10 15:43:00 +08:00
15 lines
416 B
Lua
15 lines
416 B
Lua
client_script 'spawnmanager.lua'
|
|
|
|
export 'getRandomSpawnPoint'
|
|
export 'spawnPlayer'
|
|
export 'addSpawnPoint'
|
|
export 'removeSpawnPoint'
|
|
export 'loadSpawns'
|
|
export 'setAutoSpawn'
|
|
export 'setAutoSpawnCallback'
|
|
export 'forceRespawn'
|
|
|
|
fx_version 'adamant'
|
|
games { 'rdr3', 'gta5' }
|
|
|
|
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' |