HeliBladeDamage functions dont work

Started by aXXo, May 25, 2016, 05:44 AM

Previous topic - Next topic

aXXo

GetHeliBladeDamageDisabled() always returns false.
function onScriptLoad()
{
SetHeliBladeDamageDisabled(true);
print(GetHeliBladeDamageDisabled());
SetHeliBladeDamageDisabled(false);
print(GetHeliBladeDamageDisabled());
}
prints
false
false

The function has no effect. Players can still heli-kill.

.

I think something like this was reported before.
.