28 lines
		
	
	
	
		
			405 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			405 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game 'gta5'
 | 
						|
 | 
						|
author 'Nordi'
 | 
						|
description 'Fahrzeug Steuerungsmenü für QBCore mit Sitzen, Türen, Fenstern und Extras'
 | 
						|
version '2.0.0'
 | 
						|
 | 
						|
shared_scripts {
 | 
						|
    '@ox_lib/init.lua'
 | 
						|
}
 | 
						|
 | 
						|
client_scripts {
 | 
						|
    'client/main.lua'
 | 
						|
}
 | 
						|
 | 
						|
server_scripts {
 | 
						|
    '@oxmysql/lib/MySQL.lua',
 | 
						|
    'server/main.lua'
 | 
						|
}
 | 
						|
 | 
						|
dependencies {
 | 
						|
    'qb-core',
 | 
						|
    'qb-target',
 | 
						|
    'ox_lib',
 | 
						|
    'oxmysql'
 | 
						|
}
 | 
						|
 | 
						|
lua54 'yes'
 |