23.06.2012, 20:33
this is your error in sscanf specifiers
you using the old sscanf?
i ask because the new one expects a string len also.
pawn Код:
sscanf(File,"ssiiisfff",Name,Income,Price,Owned,Owner,X,Y,Z);
i ask because the new one expects a string len also.