[Ajuda] Como bloquear o comando ao ficar afk ?
#7

Essas chavetas... :/

PHP код:
new IsAFK[MAX_PLAYERS];
CMD:afk(playeridparams[])
{
    if(
IsAFK[playerid] == 0)
    {
        
IsAFK[playerid] = 1;
        
SendClientMessage(playeridVermelho"Entraste no modo AFK!");
        
// resto da funзгo
    
}
    else if(
IsAFK[playerid] == 1)
    {
        
SendClientMessage(playeridVermelho"Jб estбs no modo AFK!");
    }
    return 
1;
}
CMD:online(playeridparams[])
{
    if(
IsPlayerAFK[playerid] == 1)
    {
        
IsAFK[playerid] == 0;
        
SendClientMessage(playeridVermelho"Saнste do modo AFK!!");
    }
    else if(
IsPlayerAFK[playerid] == 0)
    {
        
SendClientMessage(playeridVermelho"Tu nгo estбs no modo AFK!");
    }
    return 
1;
}
CMD:todososcomandos(playeridparams[])
{
    if(
IsPlayerAFK[playerid] == 0)
    {
        
//fuзao do cmd
    
}
    else
    {
        
SendClientMessage(playeridVermelho"Estбs no modo AFK nгo podes executar comandos!");
    }
    return 
1;

Reply


Messages In This Thread
Como bloquear o comando ao ficar afk ? - by clerISoN - 17.06.2013, 23:20
Re: Como bloquear o comando ao ficar afk ? - by AlucardSnow - 17.06.2013, 23:26
Re: Como bloquear o comando ao ficar afk ? - by -GooGle- - 17.06.2013, 23:29
Re: Como bloquear o comando ao ficar afk ? - by Lucas_Pawno - 17.06.2013, 23:41
Re: Como bloquear o comando ao ficar afk ? - by Gii - 17.06.2013, 23:49
Re: Como bloquear o comando ao ficar afk ? - by clerISoN - 18.06.2013, 02:12
Re: Como bloquear o comando ao ficar afk ? - by bruxo00 - 18.06.2013, 09:56
Re: Como bloquear o comando ao ficar afk ? - by Lucas_Pawno - 18.06.2013, 11:35
Re: Como bloquear o comando ao ficar afk ? - by clerISoN - 18.06.2013, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)