Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started 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
-
You want to know how to use a style using a button?
Use this if yes.
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")
And what is your language? :D
-
You want to know how to use a style using a button?
Use this if yes.
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
-
Using
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 :
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"
-
Using
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 :
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
-
Using
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 :
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
-
Ok, Thank's bro for helping me.
No Problem :DD
-
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
-
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.
-
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
-
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.
-
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?
-
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