Bully-Board
Bully Modding Section => Requests => Requests Archive => Topic started by: EpicPie74 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.
-
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.
-
I'm not good with LUA. :P
-
^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.
-
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.
-
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!
(http://1.bp.blogspot.com/-0wLKeCIIt5Q/T6T9GLPq5ZI/AAAAAAAACKU/1DAgDRn-0G4/s1600/jQuery%2BCookies.jpg)
-
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!
-
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.
-
(http://1.bp.blogspot.com/-0wLKeCIIt5Q/T6T9GLPq5ZI/AAAAAAAACKU/1DAgDRn-0G4/s1600/jQuery%2BCookies.jpg)
I was hungry thanks. ;D
-
So soft and chocolatey
DAMN I NEED THEM COOKIES!
-
So soft and chocolatey
DAMN I NEED THEM COOKIES!
Ask nicely and I'll give you one :)
-
GIMME DEM KOOKIES!
-
*Yawn* :sleep:
Cookies make me sleepy...
-
What would this be good for?