28 lines
		
	
	
		
			No EOL
		
	
	
		
			617 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			No EOL
		
	
	
		
			617 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| print('^5Boatanchor - Server Synced Boat Anchor Script^7 by Nicky of ^4The EliteRP^7')
 | |
| Config = Config or {}
 | |
| 
 | |
| Config.Progressbar = {
 | |
|   time = 5000,
 | |
|   dropLabel = "Anker senken...",
 | |
|   raiseLabel = "Anker heben...",
 | |
| }
 | |
| 
 | |
| Config.Command = {
 | |
|   key = 'Y',
 | |
|   name = 'anker',
 | |
|   label = 'Anchor the boat',
 | |
| }
 | |
| 
 | |
| Config.RadialMenu = {
 | |
|   enable = false,
 | |
|   dropAnchorIcon = 'anchor-circle-check',
 | |
|   dropAnchorText = 'Lower Anchor',
 | |
|   raiseAnchorIcon = 'anchor-circle-xmark',
 | |
|   raiseAnchorText = 'Raise Anchor',
 | |
| }
 | |
| 
 | |
| Config.Notify = {
 | |
|   droppedAnchor = 'Anker gesetzt!',
 | |
|   raisedAnchor = 'Anker gehoben!',
 | |
|   cancel = 'Abgebrochen...',
 | |
| } | 
