Error al copilar
#6

Prueba asн:

pawn Код:
CMD:log(playerid,params[])
{
    if(Informacion[playerid][pAdmin] >= 1)
    {
        for(new i = 0; i < 50; i++)
        {
            SendClientMessageToAll(-1, " ");
        }
        SendClientMessageToAll(-1, "El chat ha sido borrado.");
        return 1;
    }
    else {
        SendClientMessage(playerid, -1, "Usted no tiene los permisos de administrador adecuados para este comando!");
    }
    return 1;
}
Reply


Messages In This Thread
Error al copilar - by Jeree10 - 08.08.2014, 19:07
Re: Error al copilar - by capottematias - 08.08.2014, 19:39
Respuesta: Re: Error al copilar - by Maflow - 08.08.2014, 19:44
Re: Error al copilar - by capottematias - 08.08.2014, 20:06
Respuesta: Re: Error al copilar - by Alex15 - 08.08.2014, 20:08
Respuesta: Error al copilar - by Maflow - 08.08.2014, 20:33

Forum Jump:


Users browsing this thread: 2 Guest(s)