mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-25 19:42:51 +08:00
8 lines
206 B
Lua
8 lines
206 B
Lua
AddEventHandler('onClientMapStart', function()
|
|
Citizen.Trace("ocms fivem\n")
|
|
|
|
exports.spawnmanager:setAutoSpawn(true)
|
|
exports.spawnmanager:forceRespawn()
|
|
Citizen.Trace("ocms fivem end\n")
|
|
end)
|