30.01.2014, 10:24
The first line of your script should be #include <a_samp>. You are most likely defining it AFTER including sscanf.
Your script:
Should be:
Your script:
pawn Код:
#include <sscanf2>
//Further down...
#include <a_samp>
pawn Код:
#include <a_samp>
//Further down.. preferably right underneath a_samp.
#include <sscanf2>