ed
This commit is contained in:
parent
8955836c2c
commit
7b079c6109
4 changed files with 704 additions and 0 deletions
24
resources/[freizeit]/nordi_ai_train/fxmanifest.lua
Normal file
24
resources/[freizeit]/nordi_ai_train/fxmanifest.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'QBCore Train System with ox_lib'
|
||||
version '2.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'qb-core',
|
||||
'ox_lib'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
Loading…
Add table
Add a link
Reference in a new issue