[Ajuda] Por que nгo estб funcionadn comando como rcon unbanip
#4

Tenta

pawn Код:
CMD:unbanip(playerid, params[])
{
    new ip[20], string[32];
    if(sscanf(params,"s[32]",ip)) return SendClientMessage(playerid, -1,"ERRO: /unbanip [ip]");
    format(string,sizeof(string),"unbanip %s",ip);
    SendRconCommand(string);
    SendRconCommand("reloadbans");
    SendClientMessage(playerid, -1, "IP desbanido com sucesso!");
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)