Prohibir comandos [Ayuda]
#4

Quote:
Originally Posted by _Zume
Посмотреть сообщение
Asн:

pawn Код:
new
    UsarComandos[MAX_PLAYERS]
    ;

public OnPlayerCommandReceived(playerid, cmdtext[])
{
    if(UsarComandos[playerid] < gettime()){
        SendClientMessage(playerid, -1, "Te han disparado, no puedes usar comandos! espera un momento!");
        return 0;
    }
    return 1;
}

public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
{
    if(playerid != INVALID_PLAYER_ID){
        UsarComandos[playerid] = gettime()+3;
    }
    return 1;
}
si usas strcmp sуlo ponlo en la callback, al principio.
*_* muchas gracias probando!!!!
Reply


Messages In This Thread
Prohibir comandos [Ayuda] - by Zodiaco - 26.01.2015, 14:22
Re: Prohibir comandos [Ayuda] - by silenthill - 26.01.2015, 14:34
Respuesta: Prohibir comandos [Ayuda] - by Zume - 26.01.2015, 14:36
Respuesta: Prohibir comandos [Ayuda] - by Zodiaco - 26.01.2015, 15:01
Respuesta: Prohibir comandos [Ayuda] - by Zodiaco - 26.01.2015, 15:11
Respuesta: Prohibir comandos [Ayuda] - by Zume - 26.01.2015, 15:14
Respuesta: Prohibir comandos [Ayuda] - by Zodiaco - 26.01.2015, 15:16
Respuesta: Prohibir comandos [Ayuda] - by Zume - 26.01.2015, 15:18
Respuesta: Prohibir comandos [Ayuda] - by Zodiaco - 26.01.2015, 15:31
Respuesta: Prohibir comandos [Ayuda] - by Zume - 26.01.2015, 15:35

Forum Jump:


Users browsing this thread: 4 Guest(s)