2025-04-07 01:41:12 +00:00

67 lines
1.6 KiB
Lua

return {
['cleankit'] = {
label = "Cleaning vehicle",
duration = 15000,
position = 'bottom',
useWhileDead = false,
canCancel = true,
disable = {
car = true,
move = true,
combat = true,
mouse = false,
},
},
['tirekit'] = {
label = "Repairing tires",
duration = 15000,
position = 'bottom',
useWhileDead = false,
canCancel = true,
disable = {
car = true,
move = true,
combat = true,
mouse = false,
},
anim = {
dict = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@",
clip = "machinic_loop_mechandplayer",
flag = 10
},
},
['smallkit'] = {
label = "Repairing vehicle",
duration = 20000,
position = 'bottom',
useWhileDead = false,
canCancel = true,
disable = {
car = true,
move = true,
combat = true,
mouse = false,
},
anim = {
dict = "mini@repair",
clip = "fixing_a_player"
},
},
['bigkit'] = {
label = "Repairing vehicle",
duration = 30000,
position = 'bottom',
useWhileDead = false,
canCancel = true,
disable = {
car = true,
move = true,
combat = true,
mouse = false,
},
anim = {
dict = "mini@repair",
clip = "fixing_a_player"
},
}
}