mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
initial
This commit is contained in:
4
resources/[test]/gameInit/server.lua
Normal file
4
resources/[test]/gameInit/server.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
-- prevent stopping gameInit on the server
|
||||
AddEventHandler('onResourceStop', function(name)
|
||||
if name == 'gameInit' then CancelEvent() end
|
||||
end)
|
||||
Reference in New Issue
Block a user