10.07.2010, 15:30
For this you could call refresh_player_data in OnFilterScriptExit, so it is called when you exit the fiterscript/close the server the normal way.
You can use the exitsing for(...) to call it for every single player:
refresh_player_data(i,1)
You can use the exitsing for(...) to call it for every single player:
refresh_player_data(i,1)