so do i need anything to inject it or do i just press insert in the game menu?PlayerMovement.tased = function(self) return false end
local car_arr = {
'being',
'mega_heavy',
'heavy',
'medium',
'light',
'coke_light'
}
for i, name in ipairs(car_arr) do
tweak_data.carry.types[ name ].throw_distance_multiplier = 1.5
end