Prohibir comandos [Ayuda]
#10

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

    if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        // Do something here
        return 1;
    }
    return 0;
}
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)