News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: darby's block  (Read 3759 times)

0 Members and 1 Guest are viewing this topic.

Offline Gustavinzaum

  • Jr. Member
  • **
  • Posts: 34
    • View Profile
darby's block
« on: October 04, 2016, 10:09:30 PM »
Code: [Select]
elseif IsButtonPressed(14,0) then
    ExecuteActionNode(gPlayer, "/Global/BOSS_Darby/Defense/Block/Block/BlockHits","act/anim/BOSS_Darby.act")
when i press the button, all the action nodes stop working. any solution?

Offline barca769

  • Jr. Member
  • **
  • Posts: 25
  • Gender: Male
  • Never Ending
    • View Profile
Re: darby's block
« Reply #1 on: October 09, 2016, 04:51:32 AM »
Try to put (all) loadanimationgroup included in all your action nodes. Maybe your animationgroup incomplete

Offline DrianYu22

  • Jr. Member
  • **
  • Posts: 6
    • View Profile
Re: darby's block
« Reply #2 on: September 22, 2023, 09:19:28 AM »
Any updates with this Derby Block? Im using Derby but he has no Block Features Only Evades and Attacks

Offline J_Striker_A

  • Jr. Member
  • **
  • Posts: 29
    • View Profile
Re: darby's block
« Reply #3 on: October 13, 2023, 01:46:31 PM »
elseif PedIsValid(PedGetTargetPed(gPlayer)) and IsButtonPressed(10, 0) then
   PedSetActionNode(gPlayer, "/Global/Actions/Defence/Block/BLOCK/BLOCKHITS", "Act/Globals/GlobalActions.act")
this is the code i use for darby block

Offline DrianYu22

  • Jr. Member
  • **
  • Posts: 6
    • View Profile
Re: darby's block
« Reply #4 on: December 02, 2023, 06:01:52 AM »
What load animation is needed for this to work?