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

Pages: 1 2 [3] 4 5 ... 23
31
Try this, an example using three peds
Code: [Select]
MissionSetup = function()
  AreaTransitionXYZ(0, 480.52, -200.43, 2.91)
  PlayerSetHealth(2000)
end

MissionCleanup = function()
end

main = function()
  Peanut = PedCreateXYZ(21, 478.22 , -200.73 , 2.95)
  PedSetHealth(Peanut, 100)
  PedSetPedToTypeAttitude(Peanut,13,0)
  PedAttackPlayer(Peanut,1)
 
  Hal = PedCreateXYZ(22, 475.22 , -202.22 , 3.00)
  PedSetHealth(Hal, 100)
  PedSetPedToTypeAttitude(Hal,13,0)
  PedAttackPlayer(Hal,1)
 
  Johnny = PedCreateXYZ(23, 473.29 , -203.48 , 3.05)
  PedSetHealth(Johnny, 100)
  PedSetPedToTypeAttitude(Johnny,13,0)
  PedAttackPlayer(Johnny,1)
 
  repeat
Wait(0)
  until (not PedIsValid(Peanut) or PedIsDead(Peanut)) and
  (not PedIsValid(Hal) or PedIsDead(Hal)) and
  (not PedIsValid(Johnny) or PedIsDead(Johnny))

  MissionSucceed()
end

32
Bully Modding Archives / Re: Bully College Edition Mod
« on: July 08, 2016, 01:11:46 AM »
Killing Weapon Pack
Pimp My Ride

33
Bully Modding Archives / Re: Bully College Edition Mod
« on: July 07, 2016, 01:27:15 AM »
Why did you use my skin without informing me first?
And I already put a note in my mods ("Do not reupload my mods")
If you want to share my mods, just share my mod download page

34
Resolutions / Re: Shutting down the site ??
« on: July 03, 2016, 10:43:12 AM »
The Owner is AJ Collins
BTW, He is like the real life unicorn;
You heard about this man, but the fact is you'll never actually see him, active in the forum

35
Bully 2 Discussion / Re: What We Would Like To See In Bully 2
« on: July 03, 2016, 01:53:49 AM »
^ I actually have the same idea as you, for Bully 2 Plot
The protagonist should be pretty weak & he is the victim of the bullies, but one day he reach one point in his life and he is so done with the bullies. And now he will stand and fight against all the bullies in the school
THE END

36
Mod Releases / Re: Zombie Mod Beta Release
« on: June 26, 2016, 05:26:06 AM »
There is no download link...

37
Suggestions & Feedback / Re: Why Not Spoilers
« on: June 03, 2016, 12:18:46 AM »
[spoiler_block][/spoiler_block]

38
Bully Modding Archives / Re: [Discussion]Fastman 92's Limit Adjuster
« on: June 01, 2016, 02:18:19 PM »
@Fastman92
Are you the real fastman92?
if you are the real one, can you show to us, how to use your script and break bully limitation?
It would be great if you can help this little community, because nowadays there is no more significant discovery for bully modding

BTW, Bully limitation
peds: max 23 - 24, I guess
vehicles: max 11 - 13, I guess
effects: max 10 - 15, I guess
props & breakable props: I don't know

39
Requests / Re: A Fix for the game on Windows 10.
« on: June 01, 2016, 02:02:02 PM »
I never use Windows 10, so I don't know the real answer
But there is a genius dawg named Google, and here is his answer for you
>>Goooooooooogle<<

40
Try this
Faggot = PedCreateXYZ(4, 270, -110, 7)
PedSetFlag(Faggot, 84, true)

or the other ways by changing their genital (turn them into a faggot)
but I don't know, the lua code for it

41
^ NOOO, you gay faggot!
Insanity Edition is more than that...
Insanity Edition is THIS!!!

42
Modding Questions/Help Archives / Re: P_Striker_B Evade Counter?
« on: May 14, 2016, 01:08:42 PM »
They're self explanatory
Defense = Block, Evade, Duck, etc
Offense = Punch, Kick, etc

43
Sorry, I will not use them in my project
Because they're irrelevant with Bully Myths & Legends

44
Is this dead?
Ummm.....


.

.

.

[spoiler_block]
But to be honest, I have been pretty busy with my dang life lately & there is a problem in the mod that I still can't solved yet
So I guess this mod is on hiatus for a few weeks or maybe months
But don't worry, I will post a little update for this mod, maybe next week[/spoiler_block]

45
Bully Modding / Re: [WIP] Bully Multiplayer
« on: March 26, 2016, 02:56:12 PM »
^ Indeed
This's just a sarcastic joke, dawg!
Don't take it to heart, cause I know you, the modder might be working your ass really hard on this or maybe not
But to be honest, I don't really know about it



Pages: 1 2 [3] 4 5 ... 23