Skip to content

Commit

Permalink
never gonna say goodbye
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopied committed Oct 2, 2023
1 parent 88368bc commit e2dcf33
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ public void FF2_OnAbility(int boss, const char[] pluginName, const char[] abilit
|| !StrEqual(RAGE_ANIMATION_NAME, abilityName))
return;

int client = GetClientOfUserId(FF2_GetBossUserId(boss));

char animation[PLATFORM_MAX_PATH];
FF2_GetAbilityArgumentString(boss, THIS_PLUGIN_NAME, RAGE_ANIMATION_NAME, "activity", animation, PLATFORM_MAX_PATH);

int type = FF2-GetAbilityArgument(boss, THIS_PLUGIN_NAME, RAGE_ANIMATION_NAME, "type", 2);
int type = FF2_GetAbilityArgument(boss, THIS_PLUGIN_NAME, RAGE_ANIMATION_NAME, "type", 2);
SetAnimation(client, animation, type);
}

Expand Down

0 comments on commit e2dcf33

Please sign in to comment.