1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/sg-boatanchor/config.lua
2025-07-13 21:34:52 +02:00

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...',
}