[Ajuda]Verificar arquivos existentes/с existentes
#1

topo do gm:
pawn Код:
new aname[MAX_PLAYER_NAME];
em OnPlayerConnect
pawn Код:
if(Logado[playerid] == 0)
    {
        GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
        format(file, sizeof(file), PASTA_CONTAS, aname);
        if(fexist(file))
        {
            //funзoes existir o "file"
        }
        if(!fexist(file))
        {
            //funзoes se nao existir o "file"
        }
    }
O problema й que sу exibe as funcoes do if(fexist(file))
e nao do if(!fexist(file))


tem algo errado ai?
Reply


Messages In This Thread
[Ajuda]Verificar arquivos existentes/с existentes - by DrTHE - 23.01.2012, 11:51
Re: [Ajuda]Verificar arquivos existentes/с existentes - by paulor - 23.01.2012, 12:06
Re: [Ajuda]Verificar arquivos existentes/с existentes - by DrTHE - 23.01.2012, 12:19
Re: [Ajuda]Verificar arquivos existentes/с existentes - by paulor - 23.01.2012, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)