ed
This commit is contained in:
parent
453b25b260
commit
59951edece
9 changed files with 901 additions and 1 deletions
28
resources/[carscripts]/sg-boatanchor/config.lua
Normal file
28
resources/[carscripts]/sg-boatanchor/config.lua
Normal file
|
@ -0,0 +1,28 @@
|
|||
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...',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue