1
Anti-Bully / Re: Your room...
« on: July 24, 2015, 09:24:03 PM »
Why do you always say "LOL" in all your posts, I can hardly find any post without you saying that.
News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..
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.
That code is isn't complete yet but Josh active it somehow (some kind of codes mix each other) my internet friend (AfterLife) send me this code two months agoLol, thats the old code. I got the actual strafe and evades now.Code: [Select]elseif IsButtonBeingPressed(10, 0) and not ai then
I didn't try it yet and i accidently deleted my Bully folder ... :\
PlayerSetControl(1)
PedSetAITree(gPlayer, "/global/ai", "Act/ai.act")
PedMakeAmbient(gPlayer, true)
PedWander(gPlayer, true)
PedSetFaction(gPlayer, 5)
PedSetStatsType(gPlayer, "STAT_P_STRIKER_A")
PedOverrideStat(gPlayer, 13, 10)
ai = true
elseif IsButtonBeingReleased(10, 0) then
PlayerSetControl(1)
PedSetAITree(gPlayer, "/global/playerai", "act/playerai.act")
PedMakeAmbient(gPlayer, false)
PedWander(gPlayer, false)
ai = false
end
UpdateTextQueue()
Wait(0)
end
end
What about the Boy's dorm? Is it possible to open them?Change your faction to any other than gPlayer.
Exactly Afterlife! I have noticed that a few people on your unlisted videos on Youtube of P_Striker_A evades have commented on it asking you too release it , by sharing it the community would be a little bit nicer. I care less for people getting mad over mods and fighting styles in the end its just a GAME.But then Josh would say something like. "OMG, unknown sent you this, you fucking leecher." When unknown obviously did not.
if IsButtonPressed(10,0) and IsMoving() and not isStrafing and not PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
PedSetActionNode(gPlayer,"/Global/Style/Default_KEY/ExecuteNodes/LocomotionOverride/Combat/CombatBasic","Act/Anim/Style.act")
isStrafing = true
elseif (not IsButtonPressed(10,0) or not IsMoving()) and isStrafing and not PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
PedSetActionTree(gPlayer,"/Global/Style", "Act/Anim/Style.act")
isStrafing = false
elseif isStrafing then
local x,y,z = PedGetPosXYZ(PedGetTargetPed())
PedFaceXYZ(gPlayer,x,y,z)
IsMoving = function()
local s = 0.08
return GetStickValue(16,0) > s or GetStickValue(16,0) < -s or GetStickValue(17,0) > s or GetStickValue(17,0) < -s
end
I came from Playstaion modding to this and its ridiculous, Yes I have seen the full P_Striker_A with evades by Jedijosh on his youtube channel and I looked at the comments and I see people arguing to release it and Jedi calling AfterLife a leecher etc am not hating on Josh before people get the wrong idea and its up to him to release it or not, but all I am trying to say is the people in bully board open up your eyes and realize we're on the same team so go and help people if they need it , have a heart and release mods which people have been after for ages or even help them make it.Exactly. People need to open their eyes. Instead of calling people a leech for no apparant reason. We DO NOT need to be competitive, if everyone shares a little, it would be a great community. That can happen if people would just...
@Afterlife Don't hop on the dick ride train for full styles. He didn't know if the style was full or not so shut the fuck up and go modIf you want to be mean to me and use vulgarities... I won't help you test your mods anymore. Don't piss me off.your shitty styles while others do way more interesting and better things.
You don't even mission bro.Fuck yer full styles
@Shrimp, Anyway nice with the P_Striker_A and getting it to work.PedSetActionTree(gPlayer, "/Global/P_Striker_A", "Act/Anim/P_Striker_A.act")
@ShrimpUmm... This mod was made by masterreys100.
@Daboss Forgrt Afterlife all he complains about are his shitty style mods and how other's styles aren't complete. Ehem to Afterlife,WTF. I made a few mission mods, but I never showed nor released them.Fuck you and your stylemods and get off the board no one ask you to be rude to anyone so to a chill pill or a hike.
He needs to grow up out those crappy ass styles and try something new.
Well Done!That's not even Bif's style. Bif uses P_Bif. If you are talking about P_Striker_A... Then, that's not full as well. He's missing the evades and look down strafe. Think before saying stupid things.
Great job on adding Bif's full style including the strafe!
Switching to a weapon is not productive.Does it really matter if it's a fighting style? God I see alot of people complaining or whining about Style's. Plus it's not buggy when I play it, it seems perfect.
Your mod is good as it is. The fighting style is not ruining it in any way.
Also if you need ti interact with something you can just switch to a weapon.