26.04.2013, 11:15
just one thing, why is that
Why do u close the file when it fails to open ?
also, this is not a bug but, why the function return type is integer ? the func always returns 0 so u could just use "void" as a type and remove the return, but as i said its not a big deal, just to point it out
pawn Код:
else
{
// Close file from reading.
fclose(team_file);
// ....
also, this is not a bug but, why the function return type is integer ? the func always returns 0 so u could just use "void" as a type and remove the return, but as i said its not a big deal, just to point it out

