[Ajuda] Salvamento Facзгo 'DOF2'
#6

pawn Код:
public OnPlayerConnect(playerid)
{
    if(DOF2_FileExists(Arquivo))
    {
        new Arquivo[34], NomePlayer[MAX_PLAYER_NAME];
        GetPlayerName(playerid, NomePlayer, sizeof(NomePlayer));
        format(Arquivo, sizeof(Arquivo), "Jogadores/%s", NomePlayer);
        pDados[playerid][Organizacao] = DOF2_GetInt(Arquivo, "Organizaзгo");
        pDados[playerid][Cargo] = DOF2_GetInt(Arquivo, "Cargo");
        SpawnPlayer(playerid);
        return 1;
   }
   else
   {
       ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Selecione sua facзгo", "\n\n\nRondas Ostensivas Tobias Aguiar - ROTA\nBatalhгo de Operaзхes Policiais Especiais - BOPE\nComando Vermelho - CV\nAmigo Dos Amigos - A.D.A", "Selecionar", "Sair");
   }
   return 1;
}
e remove a dialog da OnPlayerRequestClass
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{

    return true;
}
Reply


Messages In This Thread
Salvamento Facзгo 'DOF2' - by DiiMeNoR - 25.07.2013, 23:17
Re: Salvamento Facзгo 'DOF2' - by darkxdll - 25.07.2013, 23:25
Re: Salvamento Facзгo 'DOF2' - by DiiMeNoR - 25.07.2013, 23:36
Re: Salvamento Facзгo 'DOF2' - by GM_KoDi - 25.07.2013, 23:41
Re: Salvamento Facзгo 'DOF2' - by DiiMeNoR - 25.07.2013, 23:54
Re: Salvamento Facзгo 'DOF2' - by GM_KoDi - 25.07.2013, 23:59
Re: Salvamento Facзгo 'DOF2' - by DiiMeNoR - 26.07.2013, 00:10
Re: Salvamento Facзгo 'DOF2' - by GM_KoDi - 26.07.2013, 00:14
Re: Salvamento Facзгo 'DOF2' - by DiiMeNoR - 26.07.2013, 00:18
Re: Salvamento Facзгo 'DOF2' - by GM_KoDi - 26.07.2013, 02:07

Forum Jump:


Users browsing this thread: 3 Guest(s)