19.11.2016, 22:55
I had same problem on my gm but i created this.
PHP код:
public OnGameModeExit()
{
cvector_clear(players);
for(new i = 1; i <= TotalBizz; i++) SaveBizz(i);
for(new i = 1; i <= TotalHouse; i++) SaveProperty(i);
SaveAccounts();
SaveMaterials();
SaveGZ();
SaveBankMafia();
SaveBankFrac();
SaveKazino();
ClearReconnect();
GameModeExitFunc();
return true;
}