1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-10 07:33:01 +08:00
cfx-server-data/resources/fivem/fivem_client.lua

5 lines
132 B
Lua
Raw Normal View History

2016-12-15 20:40:07 +08:00
AddEventHandler('onClientMapStart', function()
2017-06-14 09:26:03 +08:00
exports.spawnmanager:setAutoSpawn(true)
exports.spawnmanager:forceRespawn()
2017-06-14 09:25:28 +08:00
end)