[Ajuda] Rcon
#1

Hoje eu estava de Boa no Meu Servidor Quando eu cara derrepente Loga e Comeзa a me Dar tapas Nгo sei como ele fez isso... Alguem sabe como foi?
Reply
#2

Poste o Comando que faz o tapa!
Reply
#3

deve ele pego a rcon do seu server ou tem algum comando secreto no seu gamemode.
Reply
#4

pawn Код:
if(strcmp(cmd, "/tapa", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /tapa [id]");
                return true;
            }
            new playa;
            //new Float:shealth;
            new Float:slx, Float:sly, Float:slz;
            playa = ReturnUser(tmp);
            if (PlayerInfo[playerid][pAdmin] >=1)
            {
    if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != DONO)
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)");
                    return true;
                }
                if(IsPlayerConnected(playa))
                {
                    if(playa != INVALID_PLAYER_ID)
                    {
                        if(PlayerInfo[playa][pAdmin] >= 1340 && PlayerInfo[playerid][pAdmin] < SUB_GERENTE)
                        {
                            SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo pode dar tapas em um Admin Dono !");
                            return true;
                        }
                        GetPlayerName(playa, giveplayer, sizeof(giveplayer));
                        GetPlayerName(playerid, sendername, sizeof(sendername));
                        //GetPlayerHealth(playa, shealth);
                        //SetPlayerHealth(playa, shealth-5);
                        GetPlayerPos(playa, slx, sly, slz);
                        SetPlayerPos(playa, slx, sly, slz+12);
                        PlayerPlaySound(playa, 1130, slx, sly, slz+12);
                        printf("AdmCmd: %s slapped %s",sendername,  giveplayer);
                        if(admtrampando[playerid] == 1 && admhide[playerid] == 1)
                        {
                            format(string, sizeof(string), "AdmCmd: %s ganhou um tapa de: %s",giveplayer ,PlayerName(playerid));
                        }
                        else
                        {
                            format(string, sizeof(string), "AdmCmd: %s ganhou um tapa de: %s",giveplayer ,PlayerName(playerid));
                        }
                        ABroadCast(COLOR_LIGHTRED,string,1);
                    }
                }
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo estб autorizado a usar este comando!");
            }
        }
        return true;
}
Acredito que nгo foi isso
----
matheus_alcapone Como localizo isso?
Reply
#5

Usa GM da net? Verifica se nгo tem algum comando secreto que dб admin para quem o usa.

procura algo como:

/adminsecreto

@edit

Desculpe matheus, nгo vi que vocк tinha postado algo semelhante.
Reply
#6

na verdade o problema ta no comando /tapa poste sua variбvel de admin.
Reply
#7

CTRL + F e veja se tem esse codigo em algum Outro se tiver em algum Cmd que ache estranho Poste ^^
pawn Код:
PlayerPlaySound(playa, 1130, slx, sly, slz+12);
ou
PlayerPlaySound(plid, 1130, slx, sly, slz+12);
Reply
#8

Quote:
Originally Posted by matheus_alcapone
Посмотреть сообщение
na verdade o problema ta no comando /tapa poste sua variбvel de admin.
Na verdade nгo esta nгo por que eu e meu amigo testamos
Reply
#9

Deve ter algum comando secreto pra pegar admin no gamemode dele.
Reply
#10

Quote:
Originally Posted by matheus_alcapone
Посмотреть сообщение
o comando /tapa qualquer um ta podendo usar ele nгo importa se o cara й admin ou nгo, tire seu admin e tente usar o comando.
WFT? o cara disse que ta certa ele deve ter certeza e o comando mostra claramente que nгo tem como tem que ser outro cmd (Secreto) tipico de gm baixado !!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)