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:06 AM #2
-Whiteboy-
┌∩┐ (◣◢Winky Winky┌∩┐
Originally posted by I View Post
These codes will activate what ever you want for example.



The code above should turn bleed money on when you prone if I am correct you can also use this for other mods.


You must login or register to view this content.
02-28-2011, 02:10 AM #3
Originally posted by KNiiFE View Post
You must login or register to view this content.


whats the point of that?
02-28-2011, 02:15 AM #4
TheWraith--
Gym leader
Originally posted by I View Post
These codes will activate what ever you want for example.



The code above should turn bleed money on when you prone if I am correct you can also use this for other mods.


copy and paste?Upside Down Happy
02-28-2011, 02:16 AM #5
-Whiteboy-
┌∩┐ (◣◢Winky Winky┌∩┐
Originally posted by I View Post
whats the point of that?


You're posting codes that have been posted before... ENZO-F is gonna close your threads. I gave you that link so you can look through codes before you post Cool Man (aka Tustin)
02-28-2011, 02:18 AM #6
jasond619
Do a barrel roll!
wtf i dont get the whole point of this thread if it was allready posted
02-28-2011, 02:22 AM #7
jkry_2_1_
Call Me The CodFather
Old!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
02-28-2011, 02:29 AM #8
Alfa
Banned
Originally posted by I View Post
These codes will activate what ever you want for example.



The code above should turn bleed money on when you prone if I am correct you can also use this for other mods.


cool your releasing something that will give you a syntax... thats always fun Not Happy or Sad those codes are supposed to go inside threads those aren't the thread names noob

The following user thanked Alfa for this useful post:

XKevin356
02-28-2011, 02:37 AM #9
Woof
...hmm
- 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.

The following user thanked Woof for this useful post:

Mabez96
02-28-2011, 02:43 AM #10
Chrome Playa
Chrome Gaming Reloaded
Originally posted by I View Post
These codes will activate what ever you want for example.



The code above should turn bleed money on when you prone if I am correct you can also use this for other mods.


These aren't even binds, they are just if statements. lol.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo