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

Quote:
Originally Posted by iCasTiel
Посмотреть сообщение
Caso esteja usando ZCMD.

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) {

    if (Afk[playerid] && strcmp(cmdtext, "/afk") != 0 && strcmp(cmdtext, "/on") != 0)
        return SendClientMessage(playerid, -1, "Vocк estб AFK, por isso nгo pode usar este comando!");

    return true;
}
Castiel aparece a mensagem, mas o comando digitado aparece tbm '-'

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendClientMessage(playerid, 0xBCD2EEAA, "[SERVER] Comando invбlido.");
if (AFK[playerid] && strcmp(cmdtext, "/afk") != 0 && strcmp(cmdtext, "/online") != 0)
return SendClientMessage(playerid, -1, "Vocк estб AFK, por isso nгo pode usar este comando!");

return true;
}
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: 3 Guest(s)