[Ajuda] erro
#5

Estranho Tenta ae >
PHP код:
stock UnBanNick(Nome[])
{
    new 
mStr[128];
    
format(mStr128LOCALBANNICKNome);
    if(!
DOF2_FileExists(mStr))
    {
        
DOF2_RemoveFile(mStr);
        
format(mStr128"Aviso- O nick %s acaba de ser desbanido.",Nome);
        return 
SendClientMessageToAll(-1mStr);
    }
    return 
1;
}
stock UnBanIP(mIP[])
{
    new 
mStr[128];
    
format(mStr128LOCALBANIPmIP);
    if(!
DOF2_FileExists(mStr))
    {
        
DOF2_RemoveFile(mStr);
        
format(mStr128"-Aviso- O ip %i acaba de ser desbanido."mIP);
        
SendClientMessageToAll(-1mStr);
    }
    return 
1;

Reply


Messages In This Thread
erro - by lucaskill66 - 10.10.2012, 17:51
Re: erro - by Delete_ - 10.10.2012, 18:04
Re: erro - by lucaskill66 - 10.10.2012, 18:17
Re: erro - by mau.tito - 10.10.2012, 18:22
Re: erro - by Life Advanced - 10.10.2012, 18:40
Re: erro - by Bufige - 10.10.2012, 19:18
Re: erro - by Metropole RP - 10.10.2012, 19:22
Re: erro - by lucaskill66 - 10.10.2012, 19:30
Re: erro - by Bufige - 10.10.2012, 19:38
Re: erro - by lucaskill66 - 10.10.2012, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)