Post: Prone, Stand, and Crouch Stealth binds
02-28-2011, 02:00 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by another user
if ( self GetStance() == "stand" )
{
//code here
}


Originally posted by another user
if ( self GetStance() == "crouch" )
{
//code here
}


Originally posted by another user
if ( self GetStance() == "prone" )
{
//code here
}



These codes will activate what ever you want for example.

Originally posted by another user
if ( self GetStance() == "prone" )
{
createMoney()
{
self endon ( "disconnect" );
self endon ( "death" );
while(1)
{
playFx( level._effect["money"], self getTagOrigin( "j_spine4" ) );
wait 0.5;
}
}
}


The code above should turn bleed money on when you prone if I am correct you can also use this for other mods.
(adsbygoogle = window.adsbygoogle || []).push({});
02-28-2011, 02:54 AM #11
This shit's old as :FU:
02-28-2011, 06:29 AM #12
Originally posted by TheWraith
copy and paste?Upside Down Happy


no its not Not Happy or Sad
02-28-2011, 07:42 AM #13
Originally posted by BadMan
- Stance
== equals to.
=+ equal and above.

=- equal and lower.


=+ and =- (plus / minus adjusters..)

>= and <= (equal to or greater than / equal to or lower than)

why would you ever need your stance to be "greater than" crouch anyway .. ?
02-28-2011, 07:50 AM #14
Blackstorm
Veni. Vidi. Vici.
Originally posted by BadMan
- Stance
== equals to.
=+ equal and above.

=- equal and lower.
"+actionslot 2" - botton. 1,2,3,4

     createMoney()
{
if ( self GetStance() [COLOR="SeaGreen"]=+/COLOR] "[COLOR="Red"]crouch[/COLOR]" )
{
self notifyOnPlayerCommand( "SL", "[COLOR="DarkOrange"]+actionslot 2[/COLOR]" );
for(;Winky Winky{
self waittill("SL");
//code here
}}}

better tut in a reply ?:black:
for(;Winky Winky{ is for the loop.


Actually, =+ would give you a script compile error cause that is incorrect mathematics in C++.

    
= // Is Equal To
+= // Adds up by the number in front the =
-= // Subtracts by the number in front of the =


you could do what you're referring to via variables. Maybe some arrays or something :P

---------- Post added at 12:50 AM ---------- Previous post was at 12:49 AM ----------

Originally posted by Chrome
These aren't even binds, they are just if statements. lol.


yeah lol if statements..

:P
02-28-2011, 10:21 AM #15
Woof
...hmm
Originally posted by ..V.. View Post
=+ and =- (plus / minus adjusters..)

>= and <= (equal to or greater than / equal to or lower than)

why would you ever need your stance to be "greater than" crouch anyway .. ?

my personal patch has aimbot bind as crouch and higher.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo