[Ajuda] Nгo estб salvando 2 coisas quando dб gmx
#1

Por que depois que o servidor da gmx reseta tudo?

pawn Код:
stock salvardados(playerid)
{
    GetPlayerName(playerid,nick,24);
    format(pfile,sizeof pfile,contas,nick);
    DOF2_SetInt(pfile,"dinheiro",GetPVarInt(playerid,"dinheiro"));
    DOF2_SetInt(pfile,"level",GetPVarInt(playerid,"level"));
    DOF2_SetInt(pfile,"matou",GetPVarInt(playerid,"matou"));
    DOF2_SetInt(pfile,"morreu",GetPVarInt(playerid,"morreu"));
    DOF2_SetInt(pfile,"bombas",GetPVarInt(playerid,"bombas"));
    DOF2_SetInt(pfile,"adminlevel",GetPVarInt(playerid,"adminlevel"));
    DOF2_SaveFile();
    return 1;
}

stock carregardados(playerid)
{
    GetPlayerName(playerid,nick,24);
    format(pfile,sizeof pfile,contas,nick);
    SetPVarInt(playerid,"dinheiro",DOF2_GetInt(pfile,"dinheiro"));
    SetPVarInt(playerid,"level",DOF2_GetInt(pfile,"level"));
    SetPVarInt(playerid,"matou",DOF2_GetInt(pfile,"matou"));
    SetPVarInt(playerid,"morreu",DOF2_GetInt(pfile,"morreu"));
    SetPVarInt(playerid,"bombas",DOF2_GetInt(pfile,"bombas"));
    SetPVarInt(playerid,"adminlevel",DOF2_GetInt(pfile,"adminlevel"));
    return 1;
}
Reply


Messages In This Thread
Nгo estб salvando 2 coisas quando dб gmx - by FrostGF - 24.07.2012, 01:35
Re: Nгo estб salvando 2 coisas quando dб gmx - by Hardware - 24.07.2012, 02:20
Re: Nгo estб salvando 2 coisas quando dб gmx - by FrostGF - 24.07.2012, 02:46
Re: Nгo estб salvando 2 coisas quando dб gmx - by Schocc - 24.07.2012, 02:55
Re: Nгo estб salvando 2 coisas quando dб gmx - by FrostGF - 24.07.2012, 03:16
Re: Nгo estб salvando 2 coisas quando dб gmx - by Schocc - 24.07.2012, 04:12
Re: Nгo estб salvando 2 coisas quando dб gmx - by Dracocard - 24.07.2012, 06:22
Re: Nгo estб salvando 2 coisas quando dб gmx - by FrostGF - 24.07.2012, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)