16.10.2010, 22:44
Well, yea, that was just an example, I'm making a top 5 command, and I save the persons in a file with their name and score, "MyName 500", and I need to take "500" from the file.. I used:
But didn't work..
pawn Код:
File: hsfile = fopen("/Top5/Top5.ini", io_read);
fread(hsfile, tmp, 128);
buff = strval(tmp);