2025-04-05 22:25:06 +00:00

5 lines
134 B
Lua

lib.onCache('ped', function(value)
if Config.AlwaysKeepProps then
SetPedCanLosePropsOnDamage(value, false, 0)
end
end)