1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-11 00:03:18 +08:00
cfx-server-data/resources/[test]/gameInit/server.lua
2016-12-15 13:40:07 +01:00

5 lines
146 B
Lua

-- prevent stopping gameInit on the server
AddEventHandler('onResourceStop', function(name)
if name == 'gameInit' then CancelEvent() end
end)