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 - Go Hard

Pages: [1] 2
1
Script Modding / Re: Ultimate Pasta [New Version: 1.2!]
« on: July 21, 2013, 11:16:52 AM »
It's alright now thanks anyway though man, SWEGTA just gave me a direct download link

2
Modding Questions/Help Archives / Re: Fight style problems
« on: July 20, 2013, 07:31:49 PM »
Thankyou.

3
Modding Questions/Help Archives / Re: CMD error
« on: July 20, 2013, 06:58:36 PM »
Hahaha, random dashes FTW! Nahh:P thanks dude, helps a lot.

4
Modding Questions/Help Archives / Re: CMD error
« on: July 20, 2013, 05:48:41 PM »
Lmao, thanks man.

5
Modding Questions/Help Archives / Re: CMD error
« on: July 20, 2013, 05:41:05 PM »
Oh okay, thanks. What about at the top? "local bif = nill"? Cheers again.

6
Script Modding / Re: Ultimate Pasta [New Version: 1.2!]
« on: July 20, 2013, 05:37:19 PM »
I just pm'd you with a screenshot of what's happening, hopefully you'll see what i'm on about aha

7
Script Modding / Re: Ultimate Pasta [New Version: 1.2!]
« on: July 20, 2013, 05:30:17 PM »
Yeah:/ I'll try again, maybe it's just messing up for me, looks really good though! Nice work

8
Modding Questions/Help Archives / Re: Fight style problems
« on: July 20, 2013, 05:00:37 PM »
Ah right that sounds pretty awesome, just need to get the basics down properly.

9
Modding Questions/Help Archives / Re: CMD error
« on: July 20, 2013, 05:00:01 PM »
Could anyone possibly tell me where i went wrong and why you changed the things you did? Sorry am a proper noob to this haha.

10
Modding Questions/Help Archives / Re: CMD error
« on: July 20, 2013, 01:53:35 PM »
Thanks a lot man! works great.

11
Modding Questions/Help Archives / Re: CMD error
« on: July 20, 2013, 01:32:16 PM »
Right okay guys, this is just the basic script i got off SWEGTA and i added a few things to it:


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(700) -- gives the player 700 health
  AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
  DisablePunishmentSystem = TRUE
 
 TextPrintString("BodyGuard Mod Test", 4, 1) -

  Bif = PedCreateXYZ(33, l_1_0 +1, l_1_1 +1, l_1_2+1)
  PedRecruitAlly(gplayer, Bif)
  PedSetWeapon(Bif, 324,1) -
  Darby = PedCreateXYZ(37, l_1_0 +2, l_1_1 +2, l_1_2+2)
  PedRecruitAlly(Bif, Darby)
end
 
MissionCleanup = function()
end -- end statement
 
main = function() -- Main mission function
  repeat
    Wait(0)
  until l_0_0 ~= false
  Wait(3000)
  MissionSucceed()
end


I removed the Text thing and now i get line 16 error with the bif weapon thing, can someone tell me how to spawn him with a sledgehammer?

12
Modding Questions/Help Archives / Re: CMD error
« on: July 20, 2013, 12:24:34 PM »
Thanks guys, everyone is pretty supportive on here. Glad i joined, i'll be back on there soon so i'll be sure to post it if i don't figure out what i did. :D

13
Modding Questions/Help Archives / CMD error
« on: July 20, 2013, 11:54:48 AM »
So like i've been told. I've looked into lua scripting and it's going good so far, but all of a sudden when i use the "Luac -o ArcRace1.lur ScriptName.lua " code in cmd to compile, i get an error message that reads: "luarscript.lua:14: unexpected symbol near "-".
Any help would be great thanks. It was working like 10 minutes ago, now it just comes up with that.

-Josh

14
Script Modding / Re: Ultimate Pasta [New Version: 1.2!]
« on: July 20, 2013, 10:27:23 AM »
It's not letting me download, even though i have no ad-block on my computer at all i removed it...it says that it's detected it (website) and won't let me download, say the link has been deleted...any other links for download?

-Josh

15
Modding Questions/Help Archives / Re: Fight style problems
« on: July 20, 2013, 07:59:52 AM »
Right so if i did make a fight style via LUA would i be able to do basic actions like block and taunt etc?

Pages: [1] 2