15.11.2018, 15:24
File functions crash when an invalid file handle is passed to them and one of these functions is using fclose with an invalid handle:
The wiki page for fclose shows how to validate the handle after using fopen: https://sampwiki.blast.hk/wiki/Fclose
pawn Код:
OnPlayerStatsUpdate(i);
SaveFactions();
SaveFactionsHQ();
SaveHouses();
SaveBiz();
SaveGates();
SaveGarages();