ItsMods

Full Version: if(self isSprinting()); aadsasd
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
70% percent of the time I don't get an answer/nobody can find a solution but I need to ask sth again.

How can I check if somebody is sprinting?
(08-24-2011, 13:00)Lemon Wrote: [ -> ]70% percent of the time I don't get an answer/nobody can find a solution but I need to ask sth again.

How can I check if somebody is sprinting?

I released this on MW2, Nyan Cat
Code:
if( self getStance() == "sprint" );
o rly? Thx.
(08-24-2011, 13:05)Lemon Wrote: [ -> ]o rly? Thx.

I think that works @ blops, not sure tho
If you're interested, I believe you can use these waittill's "sprint_begin" and "sprint_end"
This is better thx.