Get rid of these two lines:
Code:
entity_set_int(entFollow, EV_INT_movetype, MOVETYPE_FOLLOW)
entity_set_edict(entFollow, EV_ENT_aiment, target)
Apparently those are the lines that causes those errors. Instead you should constantly change the origin of the follow_entity, using client_PreThink.
__________________
GRR If only the amxmod programming were in Java.....
Java and C used to be two different languages, now Java is turning into another C. My
logevent plugin