Maybe some think like that works, btw i go sleep good night
Code:
static Float:Velocity[ 3 ];
pev( Client, pev_velocity, Velocity );
if( vector_lenght( Velocity ) > 250.0 )
client_print( Client, print_center, "WALKING" );
else
client_print( Client, print_center, "RUNNING" );