Problem | file Functions
#2

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
pawn Код:
while(fread(file, buffer))
{
    //Compare here the buffer array with your constant string.
}
Reply


Messages In This Thread
Problem | file Functions - by Dan_S - 15.03.2012, 13:28
AW: Problem | file Functions - by BigETI - 15.03.2012, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)