←  Dodatki

AMXX.pl: Support AMX Mod X i SourceMod

»
Wklejka 134920649826975 dodana przez GT Team, 02.10.2012 20:34
Typ:


patrickx
134920649826975
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
pev(ent2, pev_origin, Origin2)	
 
if(get_distance_f(Origin, Origin2) <= 1.0)
{
	monster_track[monster_id[ent]]++;
	entity_set_float(ent, EV_FL_nextthink, get_gametime()+0.05);
}
else
{
	entity_set_aim(ent, Origin2)
	velocity_by_aim(ent, 200, Velocity);
	entity_set_vector(ent, EV_VEC_velocity, Velocity);
}