19 lines
		
	
	
		
			No EOL
		
	
	
		
			255 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			255 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game 'gta5'
 | 
						|
description 'ixHal Scripts - Car wash!'
 | 
						|
author 'IxHal'
 | 
						|
version '1.0'
 | 
						|
lua54 'yes'
 | 
						|
 | 
						|
shared_scripts {
 | 
						|
	'config.lua',
 | 
						|
	'framework.lua',
 | 
						|
}
 | 
						|
 | 
						|
client_scripts {
 | 
						|
	'client.lua',
 | 
						|
}
 | 
						|
 | 
						|
server_scripts {
 | 
						|
	'server.lua',
 | 
						|
} |