Scripts/resources/[qb]/[qb_crimes]/qb-jewelery/fxmanifest.lua

16 lines
232 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:03:28 +00:00
game 'gta5'
description 'QB-Jewelry'
version '1.0.0'
dependencies {
'qb-target',
'memorygame'
}
shared_script 'config.lua'
client_script 'client/main.lua'
server_script 'server/main.lua'
lua54 'yes'