Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: memecomici on June 21, 2013, 01:27:54 AM

Title: help
Post by: memecomici on June 21, 2013, 01:27:54 AM
hey man, i'm new member, i learn to get fighting style with lua, can you tell me?
i mean to fighting style to map button jimmy?
i using fighting style chad from lua this work, but i'm tired to get knocked down people, because people cannot knocked down with upercut chad
sorry to bad english
Title: Re: help
Post by: Walter20210 on June 21, 2013, 01:30:55 AM
You want to know how to use a style using a button?

Use this if yes.
Quote
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")

And what is your language? :D
Title: Re: help
Post by: memecomici on June 21, 2013, 01:55:30 AM
You want to know how to use a style using a button?

Use this if yes.
Quote
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")

And what is your language? :D
my language is indonesian, i using google translate to use language english

no man, i use fighting style chad/p_grapple_a, but i can't to knocked down people with fighting style chad/p_grapple_a with damon, bif, another adult, can you tell me to get fighting style to get knocked down people?

thank's
Title: Re: help
Post by: Walter20210 on June 21, 2013, 02:02:36 AM
Using

Code: [Select]
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act") -- Will change the style
And if you want to add a button to change it do this :

Code: [Select]
if IsButtonPressed(0, 0) then  -- Left Button
  PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")
  elseif IsButtonPressed(1, 0) then  -- Right Button
  PedSetActionTree(gPlayer, "/Global/P_Grappler_A", "Act/Anim/P_Grappler_A.act")

If you want add more buttons just remember to use at the first part "elseif" instead of "if"
Title: Re: help
Post by: memecomici on June 21, 2013, 02:08:16 AM
Using

Code: [Select]
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act") -- Will change the style
And if you want to add a button to change it do this :

Code: [Select]
if IsButtonPressed(0, 0) then  -- Left Button
  PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")
  elseif IsButtonPressed(1, 0) then  -- Right Button
  PedSetActionTree(gPlayer, "/Global/P_Grappler_A", "Act/Anim/P_Grappler_A.act")

If you want add more buttons just remember to use at the first part "elseif" instead of "if"
ok", thank's bro for helping me
Title: Re: help
Post by: Jaggerkillpreppy on June 21, 2013, 02:09:38 AM
Using

Code: [Select]
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act") -- Will change the style
And if you want to add a button to change it do this :

Code: [Select]
if IsButtonPressed(0, 0) then  -- Left Button
  PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")
  elseif IsButtonPressed(1, 0) then  -- Right Button
  PedSetActionTree(gPlayer, "/Global/P_Grappler_A", "Act/Anim/P_Grappler_A.act")

If you want add more buttons just remember to use at the first part "elseif" instead of "if"
ok", thank's bro for helping me
check your pm please ,, maybe i can help u
Title: Re: help
Post by: Walter20210 on June 21, 2013, 02:12:27 AM
Ok, Thank's bro for helping me.

No Problem :DD
Title: Re: help
Post by: memecomici on June 21, 2013, 02:54:19 AM
hey man, i need your help again, can you tell me part" script figthing style?
example, i want script shoulder bash (from J_melee_A) to working for me, can you tell me, this example to learn get part" fighting style people
Title: Re: help
Post by: c00ld0c26 on June 21, 2013, 06:12:12 AM
Im sorry that I am gonna sound like a jerk but, Its a shame you ask question the minute you register to the board. Not even a interduction?

Anyway, What do u mean?
If you want a shoulder barge then use a fighting style that has one.
I am not sure if u can add moves to an existing action tree withl lua.
Title: Re: help
Post by: memecomici on June 21, 2013, 06:38:59 AM
Im sorry that I am gonna sound like a jerk but, Its a shame you ask question the minute you register to the board. Not even a interduction?

Anyway, What do u mean?
If you want a shoulder barge then use a fighting style that has one.
I am not sure if u can add moves to an existing action tree withl lua.
check via pm
Title: Re: help
Post by: SWEGTA on June 21, 2013, 11:46:35 AM
Im sorry that I am gonna sound like a jerk but, Its a shame you ask question the minute you register to the board. Not even a interduction?

Wether or not he introduces himself is not relevant.
If this individual wishes to remain anonymous for whatever reason, then I think that we should all respect that.

Title: Re: help
Post by: Walter20210 on June 21, 2013, 03:25:15 PM
hey man, i need your help again, can you tell me part" script figthing style?
example, i want script shoulder bash (from J_melee_A) to working for me, can you tell me, this example to learn get part" fighting style people


You mean you want to use the Shoulder Charge from J_Melee_A?
Why you dont simple change the style?
Title: Re: help
Post by: memecomici on June 22, 2013, 06:44:48 AM
hey man, i need your help again, can you tell me part" script figthing style?
example, i want script shoulder bash (from J_melee_A) to working for me, can you tell me, this example to learn get part" fighting style people


You mean you want to use the Shoulder Charge from J_Melee_A?
Why you dont simple change the style?
now answer with c00ld0c26, thanks for helping me