33 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game 'gta5'
 | 
						|
 | 
						|
description 'QB-Shootingrange mit Bestenliste, Timer und Wettkampf-Modus'
 | 
						|
author 'DeinDevName'
 | 
						|
 | 
						|
shared_scripts {
 | 
						|
    'config.lua'
 | 
						|
}
 | 
						|
 | 
						|
client_scripts {
 | 
						|
    'config.lua',
 | 
						|
    'client.lua'
 | 
						|
}
 | 
						|
 | 
						|
server_scripts {
 | 
						|
    'config.lua',
 | 
						|
    'server.lua'
 | 
						|
}
 | 
						|
 | 
						|
files {
 | 
						|
    'html/index.html',
 | 
						|
    'html/start.ogg',
 | 
						|
    'html/timeout.ogg'
 | 
						|
}
 | 
						|
 | 
						|
ui_page 'html/index.html'
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 |