1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-03-13 15:27:18 +08:00
2019-12-10 09:54:29 +01:00

5 lines
132 B
Lua

AddEventHandler('onClientMapStart', function()
exports.spawnmanager:setAutoSpawn(true)
exports.spawnmanager:forceRespawn()
end)