Vice City: Multiplayer

VC:MP Discussion => Support => Bugs and Crashes => Topic started by: aXXo on May 25, 2016, 05:44 AM

Title: HeliBladeDamage functions dont work
Post by: aXXo on May 25, 2016, 05:44 AM
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.
Title: Re: HeliBladeDamage functions dont work
Post by: . on May 25, 2016, 05:50 AM
I think something like this was reported before.