Bully-Board
Bully Modding Section => Mod Releases => Topic started 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:
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
-
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.
-
Yes, is for the keyboard users. And i forget about the is moving, just add this into the repeat/while loop:
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
-
And i'm not "kami".
-
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.
-
it's okay. i'll add your skype again
-
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#)
-
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
-
Everybody Gay! (http://www.youtube.com/watch?v=-AIyK9wPVaE#)
(gay=happy)
-
w0t the lel
(http://i1.kym-cdn.com/photos/images/facebook/000/552/632/4f9.jpg)