shisha
This commit is contained in:
parent
1f3154bce7
commit
873f9b15f7
10 changed files with 316 additions and 104 deletions
|
@ -1,2 +1,28 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'Shisha mit qb_target'
|
||||
author 'Nordi (converted)'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
dependencies {
|
||||
'qb-target',
|
||||
'qb-core',
|
||||
'ox_lib'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue