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.

Topics - Johnny Hopkins

Pages: [1]
1
Modding Questions/Help Archives / Anyone please... make me a code...
« on: February 23, 2013, 05:13:51 AM »
I want to teleport in the  BoxingRing  . .. . with lua code.....



please make me a code ..... ;;;

2
Modding Questions/Help Archives / I want to ask about lua.
« on: February 22, 2013, 11:26:36 PM »
I modded Johnny beta style (2_B.lua) with lua. But it works at just ArcRace1.lur 




    So my question is I have to compile  only ArcRace1.lur????   I want to use beta style

  in quest . ㅠ ㅠ 

3
Modding Questions/Help Archives / I want to modded 100% Darby Boss
« on: February 20, 2013, 07:04:37 AM »
Ok my Darby Boss NPC use block and didn't stop his attack but this is not 100%.....


I want to modded Darby boss 100% in freeroam . 

4
Modding Questions/Help Archives / I want to ask about Ted beta
« on: February 16, 2013, 08:28:41 PM »
Just replace jimmy's stats???

5
Modding Questions/Help Archives / how to choose spawn place
« on: February 14, 2013, 02:28:52 AM »
I want to spawn preeppies in harrington's house How could I??

6
Modding Questions/Help Archives / Whats wrong with this?? [Darby Boss]
« on: February 10, 2013, 08:31:58 PM »
PRlead_Darby....PRlead_Darby_W......Large...PREPPY..STAT_P_BOXING...F_Preps.P_Striker...Boxing..Straf_Prep....../Global/BOSS_Darby..Act/Anim/BOSS_Darby.act./Global/AI..Act/AI/AI.act...


I moded Darby boss like this but he didn't use guard and somtimes he didn't attack when he is
KO . Whats wrong with this code???

7
Modding Questions/Help Archives / I need help for Derby boss in freeroam
« on: February 07, 2013, 11:20:29 PM »
I made Derby boss in freeroam But he didn't use guard and backstep how could I solve this problem??

8
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) -- teleports the player to the sidewalk outside the boys dorm
  local l_1_3 = 25 -- Lola (this is her model id number)
  local l_1_4, l_1_5, l_1_6 = PedGetPosXYZ(gPlayer) -- gets coordinates of the player on the map
  local l_1_7 = PedCreateXYZ(l_1_3, l_1_4 + 1, l_1_5 + 1, l_1_6) -- create a ped (Lola) and spawn them near the player
  PedRecruitAlly(gPlayer, l_1_7, true) -- recruits the spawned ped as a bodyguard (local l_1_7 is assigned to model id 25 which is Lola)
  PedMakeAmbient(l_1_7) -- makes the spawned ped ambient
end
 
MissionCleanup = function() -- mission cleanup function
end -- end statement
 
main = function() -- Main mission function
  repeat -- This makes the script run until the bodyguard is dismissed, attacked by the player or the player is busted
    Wait(0) -- wait 0 seconds
  until l_0_0 ~= false
  Wait(3000) -- wait 3 seconds
  MissionSucceed() -- ends mission
end



So .... What do I have to change?????

9
Modding Questions/Help Archives / Darby boss style has problem.
« on: February 02, 2013, 11:03:05 PM »
I made the Darby boss style for Jimmy but it must have boxing Bryce next to Jimmy. If the Boxing Bryce gone Then Jimmy stop his fighting. whats wrong???

10
Modding Questions/Help Archives / how to made body guard.
« on: February 01, 2013, 02:13:29 AM »
I want to made Johnny as my body guard.  I think it is lua......................


    Does anybody know how to made the body guard?

11
Modding Questions/Help Archives / Check this out guys ha... ha...
« on: January 30, 2013, 08:49:40 AM »
what this guy did it? A lua?


 Ha..... tell me. please.....................

Pages: [1]