speed
Re: speed
Nu seip skirtingas speed su skirtingais weaponais...
- aaarnas
- Vyr. diskusijų administratorius
- Posts: 3891
- Joined: 2010 Aug 31 13:21
- Skype: fiarno
- Contact:
Re: speed
Su šiuo pluginu matysi realų ir maksimalų greitį.
Code: Select all
/* Plugin generated by AMXX-Studio */ #include <amxmodx>#include <engine> #define PLUGIN "Plugin"#define VERSION "1.0"#define AUTHOR "aaarnas" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR)} public client_PreThink(id) if(is_user_alive(id)) client_print(id, print_center, "Greitis: %d Max Greitis: %d", get_player_speed(id), floatround(entity_get_float(id, EV_FL_maxspeed))) stock get_player_speed(entity){ static Float:velocity[3] entity_get_vector(entity, EV_VEC_velocity, velocity) return floatround(vector_length(velocity));}
Palikau CS pasaulį ;/ . Nebepasiekiamas.
Re: speed
Jei kalbi apie visas sitas 4 eilutes tai net_graph 0
Who is online
Users browsing this forum: Amazon [Bot], Semrush [Bot] and 5 guests