News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Show Posts

* 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.

Messages - HydreigonGold

Pages: [1]
1
Mod Releases / Re: Super Mod - V2.1
« on: November 17, 2013, 06:15:02 PM »
I Tried Is there a button I'm supposed o press or what?

2
Mod Releases / Re: Super Mod - V2.1
« on: November 17, 2013, 05:08:04 PM »
The Mission Selector Doesn't Seem To Be Working. The Only Things That Works Is The "You Passed" Sign And Thats it, any help?

3
Requests Archive / Re: Grappler Reversal
« on: August 25, 2013, 02:39:13 PM »
You Go Into Notepad,Open Up Pedstats.dat and Just Change His Style to grappler, there is a tutorial on this!

4
Requests Archive / Re: Grappler Reversal
« on: August 25, 2013, 02:37:37 PM »
Learn Modding!

5
Modding Questions/Help Archives / The Jocks Jumping Attack
« on: August 18, 2013, 11:42:29 PM »
When I Use The Jocks Fighting Style, How Do I Use There Jumping Attack?
I Did It Twice But It Did It Sort of Randomly? Or I Don't Know If I Pressed A Button To Make it Work? I Know I Did It, Just Don't Know How? Is There A Button for Me To Press? Or Something?

P.S. I Used The DaBosses Super Mod, Which Has A Fighting Style Selector!

Answers Would Be Appreciated!

6
What Are the controls to talk?

7
Did not work bro error.

8
P.S. I Know How To Use Lua...

9
Okay, I Know There Is Another Topic About Talking To Peds in The ''Questions/Help'' Section, But
It Really Doesn't Help Me At All. I Downloaded The Player Selector and I Replaced The Scripts. Then I Extracted The ArcRace1.lur File. I Then Used that Code Captain Charisma Used and I Added To a Lua Script That I had Created. But It Just won't Compile! I know That Their Is A Error In It. Here It Is Below:

ImportScript("\\Library\\LibTable.lua") -- imports the LibTable library
ImportScript("\\Library\\LibPed.lua") -- imports the LibPed library
local l_0_0 = false
 
MissionSetup = function() -- basic mission setup function which is used in almost all bully scripts
  local l_1_0 = 270 -- X coords
  local l_1_1 = -110 -- Y coords
  local l_1_2 = 6.4000000953674 -- Z coords
 
  PlayerSetHealth(200) -- gives the player 200 health
  AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
  IsButtonPressed(10, 0) and IsButtonPressed(8, 0) then
  PedSetActionNode(gPlayer, "/Global/Ambient/HarassMoves/HarassShort/Shoves", "Act/Conv/Ambient.act


  main = function() -- Function Call
  F_MissionSetup() -- Mission Setup Function
  gMissionRunning = true
  Wait(0) --Waits
   end -- End Statement
end 

So If Someone Please Help Me On This One, As I would Love To Talk To Other Peds In The Game! Help Would Be Appreciated!

Pages: [1]