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 - Scoff

Pages: 1 2 [3] 4
31
Requests Archive / Re: Jimmy's beta fighting style as an ide
« on: January 13, 2013, 05:48:16 PM »
i hope not that would suck

It's sad,but true...

Honestly,i would like this style in the game too.Seems pretty nice.

32
Requests Archive / Re: Jimmy's beta fighting style as an ide
« on: January 13, 2013, 05:40:58 PM »
This style can't be found in any file of the game,i think.It was removed and replaced by the actual style.

33
Requests Archive / File Names
« on: January 12, 2013, 04:09:38 PM »
Hey,can someone please tell the name of the complete School Uniform and the Bullworth Classic Hat in the World.img?

34
Script Modding / Re: *RELEASE* - Bully LUA Script Sources (just a few)
« on: January 10, 2013, 05:05:01 PM »
It's the "s being italicised, remove them and replace every instance of them with normal, non-italised versions.

You will know when you've done it right because the section of code the "s encase will turn different colours depending on the zone.

Thanks for the help! Now it compile normally.Time to test de style!

35
Script Modding / Re: *RELEASE* - Bully LUA Script Sources (just a few)
« on: January 10, 2013, 04:49:57 PM »
^ It says 1

36
Script Modding / Re: *RELEASE* - Bully LUA Script Sources (just a few)
« on: January 10, 2013, 04:41:08 PM »
^ Ah, I see. I never meant to sound harsh or anything if anyone took that the wrong way :happy:

Code: [Select]
  PedSetActionTree(gPlayer, “/Global/P_Grappler_A”, “Act/Anim/P_Grappler_A.act”)
Try replacing those two lines with the combined version of those lines  like above and your code should work.

I tried your code,but still the same error.

37
Script Modding / Re: *RELEASE* - Bully LUA Script Sources (just a few)
« on: January 10, 2013, 03:54:42 PM »
I get the code on Bully Magazine Issue.I only change J_Grappler_A for P_Grappler_A.Here it is:

Code: [Select]
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)
  local l_1_3 = 25
  local l_1_4, l_1_5, l_1_6 = PedGetPosXYZ(gPlayer)
  local l_1_7 = PedCreateXYZ(l_1_3, l_1_4 + 1, l_1_5 + 1, l_1_6)
  PedSetActionTree(gPlayer, “/Global/P_Grappler_A”, “Act/
Anim/P_Grappler_A.act”)
  PedRecruitAlly(gPlayer, l_1_7, true)
  PedMakeAmbient(l_1_7)
end
MissionCleanup = function()
end
main = function()
  repeat
    Wait(0)
  until l_0_0 ~= false
  Wait(3000)
  MissionSucceed()
end

38
Script Modding / Re: *RELEASE* - Bully LUA Script Sources (just a few)
« on: January 09, 2013, 09:16:15 AM »
Hey,can someone help me? I made a lua script for change Jimmy fighting style,but when i go compile this script, appear this:

unexpected symbol near 'ô'

39
Modding Questions/Help Archives / Re: Russell Semi Boss Problem
« on: January 05, 2013, 07:07:14 PM »
Thanks,bro! Now it's working real good.This is a excellent style.

40
Modding Questions/Help Archives / Russell Semi Boss Problem
« on: January 05, 2013, 06:51:00 PM »
Well,today i finally got to found Russell Semi boss style.I was thinking to give that style to Trent.The combo works fine,but the special attack,i think is called War Cry Reversal,he only stay with the arms opened.I saw saurabh videos and it's works fine.How can i make this works fine too?

41
Modding Questions/Help Archives / Re: .cat files in Act.img
« on: January 05, 2013, 11:09:50 AM »
I found a program on google.It says that he can open .cat files.He is called ''FileViewPro''.I will check it out.

Edit:Forget it.That crap doesn't work.I will look another methods.

42
Modding Questions/Help Archives / Re: DO_Melee Style?
« on: January 05, 2013, 10:59:13 AM »
Thanks.Too bad its empty.It could be a nice style

43
Modding Questions/Help Archives / DO_Melee Style?
« on: January 05, 2013, 10:32:54 AM »
Looking at pedstats,i notice on stat called ''STAT_DO_MELEE_A''.Open Act.img with IMG Tool,i found a file called DO_Melee_A.cat.So,there's a way to bring this style to the game?

44
Modding Questions/Help Archives / Re: IMG Tool Error
« on: December 19, 2012, 09:20:18 AM »
Thanks! I run as an administrator and it works  ;D

45
Modding Questions/Help Archives / IMG Tool Error
« on: December 18, 2012, 06:30:07 PM »
Hey folks! Can someone help me with an annoying error of IMG Tool.I was trying to delete a file to add a skin mod,when this message appears:

''Dir file error! It might be in use...exiting...''

There is a solution for this?

Pages: 1 2 [3] 4