26 lines
		
	
	
	
		
			392 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			392 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game { 'gta5' }
 | 
						|
author 'BzZz'
 | 
						|
description 'Restaurant props'
 | 
						|
version '1.1.0'
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
-- loading props --
 | 
						|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_restaurant_foodpack.ytyp'
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
---------------------------------------------------------------------------------------
 | 
						|
-- example of mouth movement --
 | 
						|
-- disabled by default --
 | 
						|
--[[client_scripts {
 | 
						|
	'data/client.lua'
 | 
						|
}
 | 
						|
--]]
 |