Main/resources/[jobs]/[crime]/lation_247robbery/fxmanifest.lua

40 lines
653 B
Lua
Raw Normal View History

2025-06-24 23:13:17 +02:00
fx_version 'cerulean'
lua54 'yes'
game 'gta5'
name 'lation_247robbery'
author 'iamlation'
2025-07-02 07:48:15 +02:00
version '1.5.1'
2025-06-24 23:13:17 +02:00
repository 'https://github.com/IamLation/lation_247robbery'
description 'FiveM\'s most popular 24/7 store robbery script'
client_scripts {
'config/client.lua',
'bridge/client.lua',
'client/*.lua'
}
server_scripts {
'config/server.lua',
'bridge/server.lua',
'server/*.lua'
}
shared_scripts {
'config/shared.lua',
'config/icons.lua',
'data/*.lua',
'@ox_lib/init.lua',
}
files {
'locales/*.json'
}
dependencies {
'ox_lib'
}
ox_libs {
'locale',
'math'
}