21.08.2011, 12:25
I am trying to make a hook of SetPlayerPos, but there is a problem:
compile:
What am I doing wrong?
pawn Code:
#if !defined SetPlayerPos
#error "WTF?"
#endif
#undef SetPlayerPos // line 71
Quote:
C:\blah_blah.blah(71) : error 017: undefined symbol "SetPlayerPos" C:\blah_blah.blah(71) : error 010: invalid function or declaration |