23 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version 'cerulean'
 | |
| game 'gta5'
 | |
| lua54 'yes'
 | |
| 
 | |
| author 'YourName'
 | |
| description 'Simple NPC Info Dialog System'
 | |
| version '1.0.0'
 | |
| 
 | |
| shared_scripts {
 | |
|     '@ox_lib/init.lua',
 | |
|     'config.lua'
 | |
| }
 | |
| 
 | |
| client_scripts {
 | |
|     'client/client.lua'
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     'qb-core',
 | |
|     'qb-target',
 | |
|     'ox_lib'
 | |
| }
 | |
| 
 | 
