22-10-13, 00:45
(This post was last modified: 29-05-18, 20:24 by akcaliberkk.)
Açıklama :
Oyuncunun anlık hızını (velocity) bulabilirsiniz.
Yapımcı: peNgueN
Gereken Modüller ve Kütüphaneler :
Engine
Ayrıntılar :
1. parametre =Kullanıcı indexi [ 1-32 ]
Örnek :
Oyuncunun anlık hızını (velocity) bulabilirsiniz.
Yapımcı: peNgueN
Gereken Modüller ve Kütüphaneler :
Engine
PHP Code:
stock Float: get_user_velocity_one( index ) {
static Float: Velocity[ 3 ];
entity_get_vector( index, EV_VEC_velocity, Velocity );
static Float: num;
num = floatsqroot( Velocity[ 0 ] * Velocity[ 0 ] + Velocity[ 1 ] * Velocity[ 1 ] );
return num;
}
Ayrıntılar :
1. parametre =Kullanıcı indexi [ 1-32 ]
Örnek :
PHP Code:
Kullanılacak Olan : %f Yani Float Bir Değer.get_user_velocity_one( id );
client_print( id, print_center, "Hizin : %.2f", get_user_velocity_one( id ) );
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/


![[Image: amxxlarge.jpg]](https://www.amxmodx.org/images/amxxlarge.jpg)