Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Disable Climbing
#11
if(!self isOnGround())
would be
if(self IsOnLadder())

@AZUMIKKEL
[Image: MaEIQ.png]
Reply

#12
(07-19-2011, 16:27)AZUMIKKEL Wrote:
Code:
for(;;)
{
loc = self getOrigin();
wait 0.05;
if(!self isOnGround())
{
self setOrigin(loc);
self setVelocity(0,0,0);
}
}

And if they jump?
Reply

#13
omfg......... just use isonlader
[Image: 1fxsnb.jpg]
Reply

#14
(07-19-2011, 16:27)AZUMIKKEL Wrote:
Code:
for(;;)
{
loc = self getOrigin();
wait 0.05;
if(!self isOnGround())
{
self setOrigin(loc);
self setVelocity(0,0,0);
}
}

You can still climb.
Reply

#15
Code:
for(;;)
{
loc = self getOrigin();
wait 0.05;
if(!self isOnladder())
{
self setOrigin(loc);
self setVelocity(0,0,0);
}
}

omg
[Image: MaEIQ.png]
Reply

#16
(07-19-2011, 16:51)Pozzuh Wrote:
Code:
for(;;)
{
loc = self getOrigin();
wait 0.05;
if(!self isOnladder())
{
self setOrigin(loc);
self setVelocity(0,0,0);
}
}

omg

Of course I used that...

edit:if(self isOnladder())
Reply

#17
You can also let someone jump as soon as they get on a ladder? so they jump off.
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#18
(07-19-2011, 19:14)iAegle Wrote: You can also let someone jump as soon as they get on a ladder? so they jump off.

How?
Reply

#19
(07-19-2011, 19:45)Lemon Wrote:
(07-19-2011, 19:14)iAegle Wrote: You can also let someone jump as soon as they get on a ladder? so they jump off.

How?

with a menu file

Code:
execNow "+jump"
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#20
before you need monitor player, this allow you to get position of all player and stance,
now that you now wath player really do, you can easy disable run, jump, diving, stand or climb, can also be combine togheater for all pourpose.
OpenWarfare team is already work on it and make a great job to monitor player, not only stand and crouch but even specific dvar are monitored like not jump after a run 'cause a real soldier in combat asset will tired after run with jacket and wepoun or cant jump high

Very impresive work , i hope that OpenWarfare mod will released soon....
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Disable Planting on Bomb clemi555 4 3,036 11-04-2013, 07:59
Last Post: clemi555
  Help How to disable auto balance? .sepultura. 3 3,939 10-07-2013, 19:44
Last Post: Nekochan
  [Release] Sprint Disable Plugin for version 1.9.446 blueberry9 5 4,110 01-21-2013, 22:00
Last Post: thanatos
  Help Disable fall damage Puffiamo 5 4,388 10-23-2012, 14:50
Last Post: Puffiamo
  How to disable "Choose Class"? DidUknowiPwn 8 5,106 10-07-2012, 21:09
Last Post: JariZ
  [Request] Disable Friendly Fire and Enable Kill Cam on hardcore mode. Dumas 15 10,029 09-10-2012, 14:45
Last Post: OzonE
Information Help How to disable Auto Team-balance? DidUknowiPwn 5 8,660 07-29-2012, 20:54
Last Post: DidUknowiPwn
  disable Lyrics? kpoviv 1 1,823 07-08-2012, 00:02
Last Post: JariZ
  enable killcam and disable friendly fire in harcore mamalialex 1 2,103 06-19-2012, 20:24
Last Post: Kasperle
  [Request] Disable Drops pollarpart 3 2,458 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.