[Ajuda] Arquivo nгo salva
#9

Quote:
Originally Posted by xCR7
Посмотреть сообщение
Й GetPlayerAmmo, mas tambйm tem GetPlayerWeaponData.

Olha um exemplo de inventбrio: link

Crйditos: Axll
consegui fazer desta maneira :

pawn Код:
if(dialogid == guardaritens)
    {
   
    if(response)
        {
            if(listitem == 0)
            {
             new arquivo[60], name[MAX_PLAYER_NAME];
            if(DOF2_FileExists(arquivo)) //Verifica se a pasta existe
    {
       
        GetPlayerName(playerid, name, 32); //Para pegar o nome do playerid
        format(arquivo, 40, "inventario/%s.ini", name);
       
            DOF2_SetInt(arquivo, "eagle", Player[playerid][eagle]); //Vai salvar a eagle
            DOF2_SetInt(arquivo, "shotgun", Player[playerid][shotgun]); //Vai salvar shot
            DOF2_SetInt(arquivo, "mp5", Player[playerid][mp5]); //Vai salvar mp5
            DOF2_SetInt(arquivo, "m4", Player[playerid][m4]); //Vai salvar m4
            DOF2_SetInt(arquivo, "ak47", Player[playerid][ak47]);
 
            DOF2_SaveFile(); //E finalmente salvando o arquivo, sem essa funзгo o arquivo nгo serб salvo!
            return 1;
    }else{
     
    GetPlayerName(playerid, name, 32); //Para pegar o nome do playerid
    format(arquivo, 40, "inventario/%s.ini", name);
                DOF2_CreateFile(arquivo); //Vai criar o arquvivo na pasta inventario
                DOF2_SetInt(arquivo, "eagle", Player[playerid][eagle]); //Vai salvar a eagle
                DOF2_SetInt(arquivo, "shotgun", Player[playerid][shotgun]); //Vai salvar shot
                DOF2_SetInt(arquivo, "mp5", Player[playerid][mp5]); //Vai salvar mp5
                DOF2_SetInt(arquivo, "m4", Player[playerid][m4]); //Vai salvar m4
                DOF2_SetInt(arquivo, "ak47", Player[playerid][ak47]); //Vai salvar ak47
                DOF2_SaveFile(); //E finalmente salvando o arquivo, sem essa funзгo o arquivo nгo serб salvo!
           
         
                 balas[playerid] = GetPlayerAmmo(playerid);
              DOF2_SetInt(arquivo, "eagle", balas[playerid]);
             
              DOF2_SaveFile();
              return 1;
            }
            }
            if(listitem == 1)
            {
           
           
              return 1;
            }
            if(listitem == 2)
            {
           
           
            return 1;
            }
Pondo if dentro do list,porйm pra eu nao colocar isso em todos os listitem,tem como criar uma stock ou algo assim ?
e como seria feito ?
Reply


Messages In This Thread
Arquivo nгo salva - by Saidmrn - 08.10.2014, 22:47
Re: Arquivo nгo salva - by CLANdok - 08.10.2014, 22:51
Re: Arquivo nгo salva - by ipsLuan - 08.10.2014, 22:52
Re: Arquivo nгo salva - by MultiKill - 08.10.2014, 22:53
Re: Arquivo nгo salva - by Saidmrn - 08.10.2014, 22:56
Re: Arquivo nгo salva - by Saidmrn - 08.10.2014, 23:01
Re: Arquivo nгo salva - by MultiKill - 08.10.2014, 23:06
Re: Arquivo nгo salva - by ipsLuan - 08.10.2014, 23:06
Re: Arquivo nгo salva - by Saidmrn - 08.10.2014, 23:42

Forum Jump:


Users browsing this thread: 1 Guest(s)