08.06.2011, 21:16
I think you should define new autofix globally, so outside of OnPlayerCommandText, like this
pawn Код:
#include <a_samp>
#define FILTERSCRIPT
forward AutoR();
new flying;
new autofix;
// ... rest of code

