5 lines
134 B
Lua
Raw Normal View History

2025-04-05 22:25:06 +00:00
lib.onCache('ped', function(value)
if Config.AlwaysKeepProps then
SetPedCanLosePropsOnDamage(value, false, 0)
end
end)