[Ajuda] Salvamento de Armas.
#9

Quote:
Originally Posted by matheus_alcapone
Посмотреть сообщение
pawn Код:
SalvarArmas(playerid) {
    new i, path[50], string[80], weaponid, ammo;
    path = GetPlayerFormattedName(playerid);
    if (!DOF2_FileExists(path)) DOF2_CreateFile(path);
    for (i=0; i<13; i++) {
        GetPlayerWeaponData(playerid,i,weaponid,ammo);
        format(string,sizeof(string),"Arma - %d",i);
        DOF2_SetInt(path,string,weaponid);
        format(string,sizeof(string),"Municao - %d",i);
        DOF2_SetInt(path,string,ammo == 65535 ? 0 : ammo);
        DOF2_SaveFile();// Tava faltando
    }
}
Nгo funcionou.
O arquivo salva tudo certinho etc, porйm, eu jб logo no servidor sem armas '-'

Tentarem retirar o ResetPlayerWeapon, do carregararmas.
Reply


Messages In This Thread
Salvamento de Armas. - by Ley - 07.04.2013, 21:00
Re: Salvamento de Armas. - by Ley - 07.04.2013, 22:14
Re: Salvamento de Armas. - by Lуs - 07.04.2013, 22:17
Re: Salvamento de Armas. - by Ley - 07.04.2013, 22:18
Re: Salvamento de Armas. - by MatheusAlcapone - 07.04.2013, 22:25
Re: Salvamento de Armas. - by Ley - 07.04.2013, 22:38
Re: Salvamento de Armas. - by joao0945 - 07.04.2013, 22:44
Re: Salvamento de Armas. - by MatheusAlcapone - 07.04.2013, 23:06
Re: Salvamento de Armas. - by Ley - 07.04.2013, 23:17
Re: Salvamento de Armas. - by Ley - 08.04.2013, 18:26

Forum Jump:


Users browsing this thread: 2 Guest(s)