mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01: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)
|