[Ajuda] Salvar server ao fechar o console
#5

Quote:
Originally Posted by MatheusAlcapone
Посмотреть сообщение
Vocк tem alguma CallBack que salva os dados dos player individualmente?. Se sim й sу criar um loop no OnGameModeExit.

Exempo:

pawn Код:
public OnGameModeExit(){
    for(new i = 0; i<GetMaxPlayers(); ++i){
          SalvarPlayer(i);

   }
    return 1;
}
Como funciona isso?. O loop ira dar uma volta no server atй " i" ficar igual o Maximo de players, entгo nessas voltas que ele ira dar atй chegar o valor Maximo de players ele ira Executando a funзгo que tem na CallBack SalvarPlayer para cada player que for chamado.
Isso aн eu tenho,

Код:
public OnGameModeExit()
{
    DOF2_Exit();
	for(new i=0; i<MAX_PLAYERS; i++)
	{
		SalvarConta (i);
	}
	return 1;
}
Mais gostaria de saber se tem alguma forma de salvar quando o host cai, ou o console й fechado ...
Reply


Messages In This Thread
Salvar server ao fechar o console - by .ThePro - 24.04.2013, 03:27
Re: Salvar server ao fechar o console - by Delete_ - 24.04.2013, 03:28
Re: Salvar server ao fechar o console - by Gii - 24.04.2013, 03:36
Re: Salvar server ao fechar o console - by MatheusAlcapone - 24.04.2013, 03:37
Re: Salvar server ao fechar o console - by .ThePro - 24.04.2013, 03:39
Re: Salvar server ao fechar o console - by MatheusAlcapone - 24.04.2013, 03:39
Re: Salvar server ao fechar o console - by Gii - 24.04.2013, 03:40
Re: Salvar server ao fechar o console - by .ThePro - 24.04.2013, 03:41
Re: Salvar server ao fechar o console - by Maklister - 24.04.2013, 04:07
Re: Salvar server ao fechar o console - by PT - 24.04.2013, 08:16

Forum Jump:


Users browsing this thread: 1 Guest(s)