31.01.2016, 00:51
quando reinicio o servidor o score de alguns players resetam porque sera? sendo que no log da conta esta salvo o score do player certinho... alguem sabe?
public Atualizar()
{
for (new i = 0; i < MAX_PLAYERS; i++)
{
SetPlayerScore (i, Player [i][cLevel]); //informaзгo do level do player
}
return true;
}
OnGameModeInit ()
{
SetTimer("Atualizar", 3000, true);
}