10.03.2016, 09:24
You're running into problems because of the include guards. Try compiling with -Z or just do this:
Not sure if there is an official update to the include that has a better check for previous inclusion.
pawn Код:
#include <a_samp>
#define _inc_a_samp
#include <sscanf2>