public OnPlayerDisconnect(playerid, reason) { if (playerReady(playerid)) { SaveAccount_data(playerid); } return 1; }