Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: bullymodder74 on November 25, 2015, 02:30:49 PM
-
?
-
What you want?
LOOKING J_T node and P_Striker_B
-
J_Ted and P_Striker_B ?
What Nodes?
evade
-
Hello
P_Striker_B Evade is this:
"/Global/P_Striker_B/Defense/Evade/EvadeCounter","act/anim/P_Striker_B.act"
There are other types of Evades (P_Striker_B only get this)
Here are others:
"/Global/P_Striker_A/Defense/Evade/EvadeCounter/LightAttacks/EvadeBackPunch","Act/Anim/P_Striker_A.act"
"/Global/P_Grappler_A/Offense/NonCombatActions/Hopback","act/anim/P_Grappler_A.act"
"/Global/BOSS_Darby/Offense/NonCombatActions/Hopback","Act/Anim/BOSS_Darby.act"
-
Hello
P_Striker_B Evade is this:
"/Global/P_Striker_B/Defense/Evade/EvadeCounter","act/anim/P_Striker_B.act"
There are other types of Evades (P_Striker_B only get this)
Here are others:
"/Global/P_Striker_A/Defense/Evade/EvadeCounter/LightAttacks/EvadeBackPunch","Act/Anim/P_Striker_A.act"
"/Global /P_Grappler_A/Offense/NonCombatActions/Hopback","act/anim/P_Grappler_A.act"
"/Global/BOSS_Darby/Offense/NonCombatActions/Hopback","Act/Anim/BOSS_Darby.act"
I can wear it as ibutoonpresed compiles ami no me I can put plis buttons?
-
ImportScript("\\Library\\LibTable.lua")
ImportScript("\\Library\\LibPed.lua")
local l_0_0 = false
MissionSetup = function()
local l_1_0 = 270
local l_1_1 = -110
local l_1_2 = 6.4000000953674
PlayerSetHealth(200)
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
end
F_MissionSetup = function()
LoadAnimationGroup("P_Striker_B")
LoadAnimationGroup("P_Grappler_A")
end
MissionCleanup = function()
end
main = function()
F_MissionSetup()
gMissionRunning = true
while gMissionRunning do
if IsButtonPressed(8,0) then
PedSetActionNode(gPlayer, "/Global/P_Striker_B/Defense/Evade/EvadeCounter","act/anim/P_Striker_B.act")
elseif IsButtonPressed(6,0) then
ExecuteActionNode(gPlayer, "/Global/P_Grappler_A/Offense/NonCombatActions/Hopback","act/anim/P_Grappler_A.act")
-
ImportScript("\\Library\\LibTable.lua")
ImportScript("\\Library\\LibPed.lua")
local l_0_0 = false
MissionSetup = function()
local l_1_0 = 270
local l_1_1 = -110
local l_1_2 = 6.4000000953674
PlayerSetHealth(200)
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
end
F_MissionSetup = function()
LoadAnimationGroup("P_Striker_B")
LoadAnimationGroup("P_Grappler_A")
end
MissionCleanup = function()
end
main = function()
F_MissionSetup()
gMissionRunning = true
while gMissionRunning do
if IsButtonPressed(8,0) then
PedSetActionNode(gPlayer, "/Global/P_Striker_B/Defense/Evade/EvadeCounter","act/anim/P_Striker_B.act")
elseif IsButtonPressed(6,0) then
ExecuteActionNode(gPlayer, "/Global/P_Grappler_A/Offense/NonCombatActions/Hopback","act/anim/P_Grappler_A.act")
[/quote
thanks
-
In all seriousness, no one is going to help you if you just put a question mark, elaborate on what you want, don't wait till someone asks. I do have the nodes but I will not give it to you, you're lucky DarkHero decided to (Even though he copied from the "LUA Nodes" topic, but anyway..).
Improve your attitude before even asking for help.
-
Bully_Lover13 u r right. but bullymodder74 u must tell us what you want. not only topic titles. but in the messages as well. you must be specific like for example,"Can I have (whatever you want) or Can you help me with (whatever u want us to help u with)."
-
Yes, because usually if I catch a post with just a stupid question mark, it gets removed.
-
(Even though he copied from the "LUA Nodes" topic, but anyway..).
-
(Even though he copied from the "LUA Nodes" topic, but anyway..).
Don't think that was copied bro.
-
(Even though he copied from the "LUA Nodes" topic, but anyway..).
Don't think that was copied bro.
He meant the nodes were copied from that topic. which they were as they were posted there too.
-
In all seriousness, no one is going to help you if you just put a question mark, elaborate on what you want, don't wait till someone asks. I do have the nodes but I will not give it to you, you're lucky DarkHero decided to (Even though he copied from the "LUA Nodes" topic, but anyway..).
Improve your attitude before even asking for help.
P_Striker_A evade