Scripts/resources/[il]/illenium-appearance/client/props.lua
2024-12-29 20:49:12 +01:00

5 lines
134 B
Lua

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