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


Show Posts

* Messages | Topics | Attachments

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - memecomici

Pages: [1]
1
Modding Questions/Help Archives / Re: help
« 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

2
Modding Questions/Help Archives / Re: help
« 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

3
Modding Questions/Help Archives / Re: help
« 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

4
Modding Questions/Help Archives / Re: help
« 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

5
Modding Questions/Help Archives / Re: help
« 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

6
Modding Questions/Help Archives / help
« 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

Pages: [1]