I am using the EF_MoveToOrigin in my plugin which requires fakemeta. I have AMXX 1.71 and fakemeta included, but on compile it says
error 17: undefined symbol "EF_MoveToOrigin"
Here is the code:
Code:
#include <fakemeta>
#define MOVETYPE_FLY 5
// ...
public passFunc() {
// code inbetween
EF_MoveToOrigin (entid, Origin2, float(dis), MOVETYPE_FLY )
}
Is there a reason for this error?
__________________