[Ajuda] Comando bughado
#1

PHP код:
printf(" %d - %s",livre[i], ocupado[i], DOF2_GetString(sztring"FunзгoADM")); 
PHP код:
livre[i], ocupado[i] ? ("Ocupado") : ("Livre"), DOF2_GetString(sztring"FunзгoADM")); 
PHP код:
dcmd_livre(playeridparams[])
{
    
#pragma unused params
    
if(Player[playerid][pAdmin] >= && Player[playerid][pAdmin] >= 1)
    {
        if(
livre[playerid] == false)
        {
            
SendFormattedMessage(playerid0x33AAFFFF"vocк Estб em modo Livre"getPName(playerid));
            
livre[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(
ocupado[playerid] == false)
        {
            
SendFormattedMessage(playerid0x33AAFFFF"vocк Estб em modo Ocupado."getPName(playerid));
            
ocupado[playerid] = true;
            return 
1;
        }
    }
    else
    {
        
SendClientMessage(playeridCOR_ERRO"ERRO: Vocк nгo к um Administrador!");
    }
    return 
1;

PHP код:
new bool:ocupado[MAX_PLAYERS];
new 
bool:livre[MAX_PLAYERS]; 
Bom eu queria uma ajuda no comando /livre e /ocupado quando eu executo o comando /ocupado ele buga e fica asim como esta no print.

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: 2 Guest(s)