ed
This commit is contained in:
parent
03da67c996
commit
135f0e163e
5 changed files with 225 additions and 1 deletions
26
resources/[inventory]/nord_backpack/fxmanifest.lua
Normal file
26
resources/[inventory]/nord_backpack/fxmanifest.lua
Normal file
|
@ -0,0 +1,26 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
lua54 'yes'
|
||||
|
||||
author 'YourName'
|
||||
description 'Backpack System - Extra inventory for equipped clothing bags'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
'@ox_lib/init.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'qb-core',
|
||||
'ox_lib',
|
||||
'tgiann-inventory'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue