28 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version 'cerulean'
 | |
| game 'gta5'
 | |
| 
 | |
| author 'Nordi'
 | |
| description 'Fahrzeug Sitz-Auswahl Script für QBCore mit persistenten Ankern'
 | |
| version '1.1.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'
 | 
