Repair Kit & Cleaning Cloth
Repair Kit
Fully repairs vehicle engine and body damage.
- Item:
repairkit - Duration: 8 seconds
- Animation: Repair fixing animation
- Must be outside the vehicle to use
Cleaning Cloth
Cleans the vehicle (removes dirt).
- Item:
cleaningcloth - Duration: 5 seconds
- Animation: Cleaning animation
- Must be outside the vehicle to use
Configuration
lua
Config.Items = {
repairkit = {
item = 'repairkit',
duration = 8000,
anim = {
dict = 'mini@repair',
name = 'fixing_a_player',
},
},
cleaningcloth = {
item = 'cleaningcloth',
duration = 5000,
anim = {
dict = 'amb@world_human_maid_clean@',
name = 'base',
},
},
}
