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

Pages: [1]
1
check your pm im indonesian to  :innocent:

2
are u just paste the BOSS_Darby in P_Striker_A ?

3
Modding Questions/Help Archives / Re: Fight style problems
« on: July 17, 2013, 10:30:36 AM »
yeah i mean that

4
Modding Questions/Help Archives / Re: Fight style problems
« on: July 17, 2013, 08:44:08 AM »
select tools

6
Requests Archive / Re: excluder.dat
« on: July 15, 2013, 03:39:35 AM »
thanks

7
Requests Archive / excluder.dat
« on: July 13, 2013, 09:41:41 AM »
anyone got clean excluder.dat inside data folder ?

8
Modding Questions/Help Archives / Re: help
« on: June 21, 2013, 02:09:38 AM »
Using

Code: [Select]
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act") -- Will change the style
And if you want to add a button to change it do this :

Code: [Select]
if IsButtonPressed(0, 0) then  -- Left Button
  PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")
  elseif IsButtonPressed(1, 0) then  -- Right Button
  PedSetActionTree(gPlayer, "/Global/P_Grappler_A", "Act/Anim/P_Grappler_A.act")

If you want add more buttons just remember to use at the first part "elseif" instead of "if"
ok", thank's bro for helping me
check your pm please ,, maybe i can help u

9
Modding Questions/Help Archives / Re: Helllo can you all help me
« on: June 20, 2013, 09:43:38 AM »
try lua method its easy

11
Modding Questions/Help Archives / Re: Darby Boss Style Error
« on: June 17, 2013, 10:42:24 AM »
i delete ... <<

12
Modding Questions/Help Archives / Re: Darby Boss Style Error
« on: June 17, 2013, 10:41:55 AM »
yes i delete ...

13
Modding Questions/Help Archives / Re: Darby Boss Style Error
« on: June 16, 2013, 10:40:16 PM »
PRlead_Darby....PRlead_Darby_W......Large...PREPPY..STAT_P_BOXING...F_DARBY.P_Striker...null....Straf_Prep....../Global/BOSS_Darby.Act./Anim/BOSS_Darby..act....

14
Modding Questions/Help Archives / Re: Darby Boss Style Error
« on: June 16, 2013, 09:19:14 AM »
ide  ;D

15
Modding Questions/Help Archives / Darby Boss Style Error
« on: June 04, 2013, 09:47:35 AM »
i change darby normal boxing style to his boss style : BOSS_Darby but when i try to play bully its crash when loading :( anyone can help me ?? :(

Pages: [1]