Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: UltimateGamer9 on February 14, 2016, 06:18:15 AM

Title: how to make a ped climb up or slide down the ladder?
Post by: UltimateGamer9 on February 14, 2016, 06:18:15 AM
so i've returning to modding. i did not make a mod since november(i don't really remember but a long time). but how do i make a ped climb up or slide down the ladder? i would really appreciate if u guys help me :biggrin:.
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: Phap on February 14, 2016, 11:38:24 PM
The grapple button mounts the ladder. The run forward to ascend the ladder, the run backward button to descend.
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: Rambo7 on February 15, 2016, 02:01:12 AM
I think, this is the code "PedClimbLadder"
But I don't know how to use the code
Maybe PedClimbLadder(Ped, Laddername, speed)
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: UltimateGamer9 on February 15, 2016, 08:17:47 PM
The grapple button mounts the ladder. The run forward to ascend the ladder, the run backward button to descend.
OH MA GOD. i'm asking another thing and u answer another thing
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: UltimateGamer9 on February 15, 2016, 08:18:05 PM
I think, this is the code "PedClimbLadder"
But I don't know how to use the code
Maybe PedClimbLadder(Ped, Laddername, speed)
uhhh... okay?
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: Phap on February 15, 2016, 11:41:22 PM
Oh oops my bad. Keyword: Ped.
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: AlphaTech on February 16, 2016, 08:36:09 AM
https://www.bully-board.com/index.php?topic=22920.msg392750#msg392750 (https://www.bully-board.com/index.php?topic=22920.msg392750#msg392750)

Here's my tutorial you should read it.
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: Rambo7 on February 16, 2016, 09:00:56 AM
^ PedClimbLadder(Ped, Ladder Coordinate, Speed)
eg. PedClimbLadder(Henry, 544.4423, -159.2737, 10.9604, 1)

Case Closed :euro:
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: UltimateGamer9 on February 16, 2016, 10:39:37 AM
^ PedClimbLadder(Ped, Ladder Coordinate, Speed)
eg. PedClimbLadder(Henry, 544.4423, -159.2737, 10.9604, 1)

Case Closed :euro:
ok but how do u make them slide down?
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: Rambo7 on February 16, 2016, 11:12:46 AM
I don't know, maybe you can try this
Change the last value (the speed) to  -1 or 0 or 2 or 3
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: UltimateGamer9 on February 16, 2016, 10:10:01 PM
I don't know, maybe you can try this
Change the last value (the speed) to  -1 or 0 or 2 or 3
i'll try. thanks
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: Rambo7 on February 17, 2016, 11:53:53 AM
Btw, dude
I'm just wondering, are you working on a new project?
Mission mod, maybe?
Title: Re: how to make a ped climb up or slide down the ladder?
Post by: UltimateGamer9 on February 17, 2016, 09:56:11 PM
Btw, dude
I'm just wondering, are you working on a new project?
Mission mod, maybe?
i've always wanted to do a mission mod but they don't turn out perfectly. besides, i'm out of ideas.