mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2026-02-04 15:14:02 +01:00
5 lines
132 B
Lua
5 lines
132 B
Lua
AddEventHandler('onClientMapStart', function()
|
|
exports.spawnmanager:setAutoSpawn(true)
|
|
exports.spawnmanager:forceRespawn()
|
|
end)
|