View Single Post
atomen
Veteran Member
Join Date: Oct 2006
Location: Stockholm, Sweden
Old 04-13-2008 , 16:04   Re: Stealth - Not moving
Reply With Quote #4

PHP Code:
public check(id)
{
 if(
player_is_still == true)
 {
  
//code
 
}
}

bool:player_is_still(index)
{
  new 
Float:vVelocity[3];
  
pev(indexpev_velocityvVelocity);
  
vVelocity[2] = 0.0;
  return (
vector_length(vVelocity) == 0.0);

__________________

Last edited by atomen; 04-13-2008 at 16:40.
atomen is offline
Send a message via MSN to atomen