[Ajuda] Comando bughado
#2

PHP код:
new bool:AdmStatus[MAX_PLAYERS]; 
dcmd_livre(playeridparams[]) 

    
#pragma unused params 
    
if(Player[playerid][pAdmin] >= && Player[playerid][pAdmin] >= 1
    { 
        if(
AdmStatus[playerid] == true
        { 
            
SendFormattedMessage(playerid0x33AAFFFF"vocк Estб em modo Livre"getPName(playerid)); 
            
AdmStatus[playerid] = false
            return 
1
        } 
    } 
    else 
    { 
        
SendClientMessage(playeridCOR_ERRO"ERRO: Vocк nгo к um Administrador!"); 
    } 
    return 
1

dcmd_ocupado(playeridparams[]) 

    
#pragma unused params 
    
if(Player[playerid][pAdmin] >= && Player[playerid][pAdmin] >= 1
    { 
        if(
AdmStatus[playerid] == false
        { 
            
SendFormattedMessage(playerid0x33AAFFFF"vocк Estб em modo Ocupado."getPName(playerid)); 
            
AdmStatus[playerid] = true
            return 
1
        } 
    } 
    else 
    { 
        
SendClientMessage(playeridCOR_ERRO"ERRO: Vocк nгo к um Administrador!"); 
    } 
    return 
1

// Usar depois
// AdmStatus[i] == true ? ("Ocupado") : ("Livre") 
Reply


Messages In This Thread
Comando bughado - by henriqueTL - 14.01.2017, 20:49
Re: Comando bughado - by PT - 14.01.2017, 20:55
Re: Comando bughado - by henriqueTL - 14.01.2017, 21:05
Re: Comando bughado - by IlanZ - 14.01.2017, 21:26
Re: Comando bughado - by PT - 14.01.2017, 21:36
Re: Comando bughado - by henriqueTL - 14.01.2017, 23:00

Forum Jump:


Users browsing this thread: 1 Guest(s)