News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Holding Hands?  (Read 4665 times)

0 Members and 1 Guest are viewing this topic.

Offline EpicPie74

  • Newbie
  • *
  • Posts: 0
    • View Profile
Holding Hands?
« on: April 24, 2013, 11:28:45 AM »
Somebody should make a mod where you can hold hands with somebody on command. Like walk up to a girl and hit a certain button so she'll hold your hand.

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: Holding Hands?
« Reply #1 on: April 24, 2013, 11:37:59 AM »
This can be done through lua.
Making a ped your ally (don't remember exactly which way), will make them hold your hand if you set it up right.

Offline EpicPie74

  • Newbie
  • *
  • Posts: 0
    • View Profile
Re: Holding Hands?
« Reply #2 on: April 24, 2013, 11:50:28 AM »
I'm not good with LUA. :P

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: Holding Hands?
« Reply #3 on: April 24, 2013, 02:36:43 PM »
^Don't worry!
Just put your mind to it and you'll become a great modder.
Remember to be original, stick to it, take your time and do something that you think is fun.

deadpoolXYZ

  • Guest
Re: Holding Hands?
« Reply #4 on: April 24, 2013, 05:05:10 PM »
If I remember correctly, to hold hands with someone use:

PedRecruitAlly(gPlayer, [Ped ID], true)

Adding true to the recruit command will make Jimmy to hold hands with the recruited ped.

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: Holding Hands?
« Reply #5 on: April 25, 2013, 10:28:52 AM »
If I remember correctly, to hold hands with someone use:

PedRecruitAlly(gPlayer, [Ped ID], true)

Adding true to the recruit command will make Jimmy to hold hands with the recruited ped.

Cookies for you!

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: Holding Hands?
« Reply #6 on: April 25, 2013, 11:04:17 AM »
If I remember correctly, to hold hands with someone use:

PedRecruitAlly(gPlayer, [Ped ID], true)

Adding true to the recruit command will make Jimmy to hold hands with the recruited ped.

This man is correct!

Offline MadmaN

  • Bully-Board Admin Team
  • Newbie
  • *
  • Posts: 0
  • Gender: Male
  • Biblio-Techa Mods (retired)
    • View Profile
Re: Holding Hands?
« Reply #7 on: April 25, 2013, 10:09:02 PM »
Yup...but without the brackets since that could confuse someone.

It should be PedRecruitAlly(gPlayer, 2, true) which in this case 2 is Zoe since you can find the model numbers in default.ide located in your objects folder inside the main bully game folder.

if you remove true from this and just have PedRecruitAlly(gPlayer, 2) then you get a normal ally which is Zoe in this case.

You should never use 0 or 1 on the model ids since it will glitch very badly and you should also never use the id for the punching bag since even tho it is setup as a ped...it really can't do anything and just glitches the game up.

deadpoolXYZ

  • Guest
Re: Holding Hands?
« Reply #8 on: April 26, 2013, 02:17:41 PM »

Offline xXxNarumi

  • Apprehended (Captured)
  • Hero Member
  • ****
  • Posts: 2,641
  • Gender: Male
  • xNarumi wont be missed.
    • View Profile
Re: Holding Hands?
« Reply #9 on: April 26, 2013, 03:07:11 PM »
So soft and chocolatey
DAMN I NEED THEM COOKIES!

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: Holding Hands?
« Reply #10 on: April 28, 2013, 04:44:18 PM »
So soft and chocolatey
DAMN I NEED THEM COOKIES!

Ask nicely and I'll give you one :)

Offline xXxNarumi

  • Apprehended (Captured)
  • Hero Member
  • ****
  • Posts: 2,641
  • Gender: Male
  • xNarumi wont be missed.
    • View Profile
Re: Holding Hands?
« Reply #11 on: April 28, 2013, 05:30:36 PM »
GIMME DEM KOOKIES!

deadpoolXYZ

  • Guest
Re: Holding Hands?
« Reply #12 on: April 28, 2013, 06:44:53 PM »
*Yawn* :sleep:

Cookies make me sleepy...

Offline perfectozzyozborne

  • -Bully_Forever-
  • Jr. Member
  • **
  • Posts: 79
  • Gender: Male
  • Hello, My name is Yes-Man,
    • View Profile
Re: Holding Hands?
« Reply #13 on: May 29, 2013, 10:46:32 AM »
What would this be good for?