1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/illenium-appearance/client/props.lua

5 lines
134 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
lib.onCache('ped', function(value)
if Config.AlwaysKeepProps then
SetPedCanLosePropsOnDamage(value, false, 0)
end
end)