21.08.2011, 13:01
Get rid of
#if defined SetPlayerPos
#undef SetPlayerPos
Then you can use it as it is already included in a_samp so you must have at the top of your script
#include <a_samp> // Its a requirement to include it.
#if defined SetPlayerPos
#undef SetPlayerPos
Then you can use it as it is already included in a_samp so you must have at the top of your script
#include <a_samp> // Its a requirement to include it.