14.08.2016, 03:15
This ?
Or that?
Btw, I only got these two lines in sscanf2.inc maybe I got the wrong one.
pawn Код:
//===============================Include Files==================================
#include <a_samp>
#include <dini>
#include <dudb>
#include <time>
#include <file>
#include <dutils>
#include <float>
#include <dcmd>
pawn Код:
native sscanf(const data[], const format[], {Float,_}:...);
native unformat(const data[], const format[], {Float,_}:...) = sscanf;