Bully-Board

Bully Modding Section => Requests => Requests Archive => Topic started by: E32050TRA on April 21, 2013, 05:18:11 AM

Title: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: E32050TRA on April 21, 2013, 05:18:11 AM
That would be great!  :D
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: SWEGTA on April 21, 2013, 07:18:57 AM
Wrong section, moving it to requests.
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: xXxNarumi on April 21, 2013, 01:18:13 PM
Great job SWEGTA!
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: SWEGTA on April 21, 2013, 02:04:48 PM
Great job SWEGTA!

Thank you <3
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: Walter20210 on April 21, 2013, 05:05:00 PM
Anyway

The code to change a fight style is the next

PedSetActionTree(gPlayer, "/Global/STYLE", "Act/Anim/STYLE")

In the place that says STYLE replace it with for example
DO_Striker_A
And some styles you need to load is animation group.
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: SWEGTA on April 21, 2013, 05:27:25 PM
Anyway

The code to change a fight style is the next

PedSetActionTree(gPlayer, "/Global/STYLE", "Act/Anim/STYLE")

In the place that says STYLE replace it with for example
DO_Striker_A
And some styles you need to load is animation group.


Learning you are, my young Bullywan.
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: deadpoolXYZ on April 21, 2013, 05:37:53 PM
Actually everyone knows that.  :cheernutz:
It's one of the most used commands.
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: Evolution on April 22, 2013, 06:54:04 AM
Haha, Hex Editing is so 'Old-school' nowadays  :laugh:
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: E32050TRA on April 22, 2013, 06:50:20 PM
When I try to compile the script it says I have a error with the script. :hmm:
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: MikerBarba on April 22, 2013, 07:43:51 PM
Actually everyone knows that.  :cheernutz:
It's one of the most used commands.
i didn't knew that,  problem?
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: deadpoolXYZ on April 22, 2013, 07:51:17 PM
Actually everyone knows that.  :cheernutz:
It's one of the most used commands.
i didn't knew that,  problem?

I meant everyone who has made at least 1 lua script on their own.

When I try to compile the script it says I have a error with the script. :hmm:

The compiler will tell you the line where you made a mistake and the word that is next to it. If you still have problems with it post the code here.
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: E32050TRA on April 22, 2013, 07:53:26 PM
I fixed it myself!  :cheernutz:
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: Evolution on April 23, 2013, 03:21:06 AM
Good job ;)
Title: Re: Can anyone post a lua script that is for changing the fighting styles of Jimmy?
Post by: SWEGTA on April 23, 2013, 09:30:29 AM
It's a big step forward to fix stuff yourself imo.
Cheers!