15.03.2012, 13:49
This is actually not a SA:MP bug.
Post here your problem: http://forum.sa-mp.com/forumdisplay.php?f=12
Anyways fread will not return a string. You have to loop through your whole file by using
Post here your problem: http://forum.sa-mp.com/forumdisplay.php?f=12
Anyways fread will not return a string. You have to loop through your whole file by using
pawn Код:
while(fread(file, buffer))
{
//Compare here the buffer array with your constant string.
}