sscanf error problem.
#5

The first line of your script should be #include <a_samp>. You are most likely defining it AFTER including sscanf.

Your script:
pawn Код:
#include <sscanf2>
//Further down...
#include <a_samp>
Should be:
pawn Код:
#include <a_samp>
//Further down.. preferably right underneath a_samp.
#include <sscanf2>
Reply


Messages In This Thread
sscanf error problem. - by Smileys - 29.01.2014, 13:05
Re: sscanf error problem. - by TahaAsif12 - 29.01.2014, 13:06
Re: sscanf error problem. - by Smileys - 29.01.2014, 13:09
Re: sscanf error problem. - by Smileys - 30.01.2014, 10:19
Re: sscanf error problem. - by Threshold - 30.01.2014, 10:24
Re: sscanf error problem. - by Smileys - 30.01.2014, 10:27
Re: sscanf error problem. - by Threshold - 30.01.2014, 10:47
Re: sscanf error problem. - by Smileys - 30.01.2014, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)