Bully-Board

Bully Modding Section => Mod Releases => Topic started by: Goatth on February 13, 2015, 10:33:02 AM

Title: Run like other peds (SOURCE)
Post by: Goatth on February 13, 2015, 10:33:02 AM
i made one code to run like the other peds, just press the punch button while is moving(and ped is not valid). But you can change the way you want.

 here it is:
Code: [Select]
elseif IsButtonBeingPressed(6, 0) and IsMoving() and not IsRunning and not (PedIsValid(PedGetGrappleTargetPed(gPlayer)) or PedIsValid(PedGetTargetPed())) then
     ExecuteActionNode(gPlayer, "/Global/STYLE HERE/Default_KEY/ExecuteNodes/Free/RunBasic", "Act/Anim/STYLE HERE.act")
IsRunning = true
 elseif PedIsPlaying(gPlayer, "/Global/STYLE HERE/Default_KEY/ExecuteNodes/Free/RunBasic", "Act/Anim/STYLE HERE.act") and IsRunning and not IsMoving() then
     PedSetActionTree(gPlayer,"/Global/STYLE HERE", "Act/Anim/STYLE HERE.act")
     IsRunning = false
 elseif IsMoving() and not PedIsPlaying(gPlayer, "/Global/STYLE HERE/Default_KEY/ExecuteNodes/Free/RunBasic", "Act/Anim/STYLE HERE.act") then
     IsRunning = false

Don't forget to change the "STYLE HERE" for the style you're using
Title: Re: Run like other peds (SOURCE)
Post by: GreenOmnitrix on February 13, 2015, 11:47:21 AM
Good job, but where are the IsRunning and IsMoving functions that you called? Also if you had a controller and used a fighting style and use the sprint button and move the controller stick lightly, you could jog like NPCs, but this is helpful for keyboard users.
Title: Re: Run like other peds (SOURCE)
Post by: Goatth on February 13, 2015, 12:08:51 PM
Yes, is for the keyboard users. And i forget about the is moving, just add this into the repeat/while loop:
Code: [Select]
function IsMoving()
  local s = 0.08 -- sensitivity
  return GetStickValue(16,c) > s or GetStickValue(16,c) < -s or GetStickValue(17,c) > s or GetStickValue(17,c) < -s
end


 And the "IsRunning" is not a function i just use to avoid conflicts with other action nodes
Title: Re: Run like other peds (SOURCE)
Post by: Goatth on February 13, 2015, 12:12:01 PM
And i'm not "kami".
Title: Re: Run like other peds (SOURCE)
Post by: GreenOmnitrix on February 13, 2015, 12:30:04 PM
And i'm not "kami".

Well, sorry for accusing you, I just got mad and turned into a "credit whore" like some other people on this board, but I truly apologize.
Title: Re: Run like other peds (SOURCE)
Post by: Goatth on February 13, 2015, 12:56:52 PM
it's okay. i'll add your skype again
Title: Re: Run like other peds (SOURCE)
Post by: Unknownsoldier on February 13, 2015, 02:19:15 PM
Nice work!  :D

And i'm not "kami".

Well, sorry for accusing you, I just got mad and turned into a "credit whore" like some other people on this board, but I truly apologize.
dont worry be happy thanck ! (http://www.youtube.com/watch?v=yv-Fk1PwVeU#)
Title: Re: Run like other peds (SOURCE)
Post by: Goatth on February 13, 2015, 02:49:28 PM
Nice work!  :D

And i'm not "kami".

Well, sorry for accusing you, I just got mad and turned into a "credit whore" like some other people on this board, but I truly apologize.
dont worry be happy thanck ! (http://www.youtube.com/watch?v=yv-Fk1PwVeU#)

lel
Title: Re: Run like other peds (SOURCE)
Post by: SWEGTA on February 13, 2015, 03:41:00 PM
Everybody Gay! (http://www.youtube.com/watch?v=-AIyK9wPVaE#)
(gay=happy)
Title: Re: Run like other peds (SOURCE)
Post by: Goatth on February 13, 2015, 04:18:25 PM
w0t the lel

(http://i1.kym-cdn.com/photos/images/facebook/000/552/632/4f9.jpg)