It is great, please provide a not wield option when seated
I like the mod, it works perfect.
In my games i like to have it off, during "sit" animations.
Have added this to init.lua, after line 110 to avoid wield item on chair or when driving:
*if playerapi.getanimation(player).animation == "sit" then
self.object:remove()
return
end *
It is great, please provide a not wield option when seated
I like the mod, it works perfect. In my games i like to have it off, during "sit" animations. Have added this to init.lua, after line 110 to avoid wield item on chair or when driving: *if playerapi.getanimation(player).animation == "sit" then
self.object:remove() return end *