Scripts/resources/[standalone]/mka-lasers/fxmanifest.lua

20 lines
312 B
Lua
Raw Permalink Normal View History

2024-12-29 20:02:43 +00:00
games {'gta5'}
2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:02:43 +00:00
description 'Create moving lasers in FiveM!'
version '1.0.0'
client_scripts {
'client/client.lua',
}
local creationEnabled = true
if creationEnabled then
client_scripts {
'client/utils.lua',
'client/creation.lua',
}
server_script 'server/creation.lua'
end