Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Disable Climbing
#1
How can I disable climbing? (without killing them.)
Reply

#2
just like yamato said

if(self IsOnLadder())
{
//something instead suicide();
}
lol
[Image: 1fxsnb.jpg]
Reply

#3
http://www.itsmods.com/forum/Thread-Bullettrace.html

if(self IsOnLadder())
{
gay = bullettrace(self.origin,self.origin-(0,0,100000),false,self);
self setOrigin(gay["position"]


Finish that and done, Smile
Reply

#4
(07-19-2011, 15:38)Yamato Wrote: http://www.itsmods.com/forum/Thread-Bullettrace.html

if(self IsOnLadder())
{
gay = bullettrace(self.origin,self.origin-(0,0,100000),false,self);
self setOrigin(gay["position"]


Finish that and done, Smile

I don't want to send them anywhere, I just want to disable climbingBig Grin
Reply

#5
http://itsmods.com/blackops/dvarlist2.txt

not there = doesn't exist
[Image: 1fxsnb.jpg]
Reply

#6
jump_ladderPushVel "128"

maybe that to 0??? Huh
Reply

#7
And what do you think this is?

bg_ladder_yawcap "100"
Reply

#8
(07-19-2011, 15:50)Lemon Wrote: And what do you think this is?

bg_ladder_yawcap "100"

Yaw is angle: (pitch,yaw,roll)
Maybe is the max yaw you can rotate while you climb.
Reply

#9
(07-19-2011, 15:43)Yamato Wrote: jump_ladderPushVel "128"

maybe that to 0??? Huh

No, didn't work.
Reply

#10
Code:
for(;;)
{
loc = self getOrigin();
wait 0.05;
if(!self isOnGround())
{
self setOrigin(loc);
self setVelocity(0,0,0);
}
}
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Disable Planting on Bomb clemi555 4 3,059 11-04-2013, 07:59
Last Post: clemi555
  Help How to disable auto balance? .sepultura. 3 3,966 10-07-2013, 19:44
Last Post: Nekochan
  [Release] Sprint Disable Plugin for version 1.9.446 blueberry9 5 4,129 01-21-2013, 22:00
Last Post: thanatos
  Help Disable fall damage Puffiamo 5 4,410 10-23-2012, 14:50
Last Post: Puffiamo
  How to disable "Choose Class"? DidUknowiPwn 8 5,139 10-07-2012, 21:09
Last Post: JariZ
  [Request] Disable Friendly Fire and Enable Kill Cam on hardcore mode. Dumas 15 10,060 09-10-2012, 14:45
Last Post: OzonE
Information Help How to disable Auto Team-balance? DidUknowiPwn 5 8,675 07-29-2012, 20:54
Last Post: DidUknowiPwn
  disable Lyrics? kpoviv 1 1,830 07-08-2012, 00:02
Last Post: JariZ
  enable killcam and disable friendly fire in harcore mamalialex 1 2,114 06-19-2012, 20:24
Last Post: Kasperle
  [Request] Disable Drops pollarpart 3 2,471 05-08-2012, 07:16
Last Post: zxz0O0

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.