Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Enderman on December 17, 2014, 05:04:03 AM
-
Tell me how to do grapple moves when you grab someone not just press button then do grapple moves :unsure:
Sorry my language was whack :mellow:
-
What do you mean? Are you wondering how to do grapple moves only if your grappling? Then use PedIsValid(PedGetGrappleTargetPed(gPlayer))
Heres an example.
elseif IsButtonPressed(1, 0) and PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")
That would do Russells powerbomb only if your grappling.
-
I think that's what he means.
-
AH! I get it. He means like to do a node when you grapple, and not have to press a button.
-
AH! I get it. He means like to do a node when you grapple, and not have to press a button.
And you you should be a sr member >:D
-
What do you mean? Are you wondering how to do grapple moves only if your grappling? Then use PedIsValid(PedGetGrappleTargetPed(gPlayer))
Heres an example.
elseif IsButtonPressed(1, 0) and PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")
That would do Russells powerbomb only if your grappling.
But that doesn't work i use backbreaker when i grab a ped the i press -> but Jimmy don't do anything :blink:
-
AH! I get it. He means like to do a node when you grapple, and not have to press a button.
And you you should be a sr member >:D
u wot m8
-
What do you mean? Are you wondering how to do grapple moves only if your grappling? Then use PedIsValid(PedGetGrappleTargetPed(gPlayer))
Heres an example.
elseif IsButtonPressed(1, 0) and PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")
That would do Russells powerbomb only if your grappling.
Please don't post false codes. Thank you.
-
Change the act file to be "Act/Globals.act" and it should work.
-
What do you mean? Are you wondering how to do grapple moves only if your grappling? Then use PedIsValid(PedGetGrappleTargetPed(gPlayer))
Heres an example.
elseif IsButtonPressed(1, 0) and PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")
That would do Russells powerbomb only if your grappling.
Please don't post false codes. Thank you.
Which part is false? It looks okay to me.
-
What do you mean? Are you wondering how to do grapple moves only if your grappling? Then use PedIsValid(PedGetGrappleTargetPed(gPlayer))
Heres an example.
elseif IsButtonPressed(1, 0) and PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")
That would do Russells powerbomb only if your grappling.
Please don't post false codes. Thank you.
Which part is false? It looks okay to me.
It looks okay, but it isn't. I tested it.
-
What do you mean? Are you wondering how to do grapple moves only if your grappling? Then use PedIsValid(PedGetGrappleTargetPed(gPlayer))
Heres an example.
elseif IsButtonPressed(1, 0) and PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")
That would do Russells powerbomb only if your grappling.
Please don't post false codes. Thank you.
Which part is false? It looks okay to me.
The act file isn't a real file I believe.
-
What do you mean? Are you wondering how to do grapple moves only if your grappling? Then use PedIsValid(PedGetGrappleTargetPed(gPlayer))
Heres an example.
elseif IsButtonPressed(1, 0) and PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")
That would do Russells powerbomb only if your grappling.
Please don't post false codes. Thank you.
Which part is false? It looks okay to me.
The act file isn't a real file I believe.
It is a real file.
/Global/Actions/Grapples/Front/Grapples/GrappleMoves/TandemGrapple, Globals/BOSS_Russell.act i tested and works