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