21 lines
		
	
	
		
			No EOL
		
	
	
		
			241 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			No EOL
		
	
	
		
			241 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game 'gta5'
 | 
						|
 | 
						|
name 'Boatanchor'
 | 
						|
author 'Nicky'
 | 
						|
description 'Server Synced Boat Anchor Script'
 | 
						|
version '1.0.0'
 | 
						|
 | 
						|
client_scripts {
 | 
						|
	'client/*'
 | 
						|
}
 | 
						|
 | 
						|
server_scripts {
 | 
						|
	'server/*'
 | 
						|
}
 | 
						|
 | 
						|
shared_scripts {
 | 
						|
	'config.lua'
 | 
						|
}
 | 
						|
 | 
						|
lua54 'yes' |