[Ajuda]Funзгo para trancar server
#1

Galera estou a procura de uma funзгo para botar senha no server, exemplo: se alguem rouba meu GM e bota on, eu vou lб uso o cmd e seta uma senha ao server, e troca o nome(trocar o nome eu sei) espero que ajudem.
Flws!
Reply
#2

pawn Код:
#define MEROUBOU                                                        "/ANTIROUBODOCARIBE"
no OnplayerCommandText
pawn Код:
new cmd[256];
    if(strcmp(cmd,MEROUBOU,false) == 0)
    {
        SendRconCommand("mapname IP OFICIAL DO SV DO CARIBE 111.1.11.111:7777");
        SendRconCommand("password rcondocarbe");
        SendRconCommand("hostname IP OFICIAL DO SV DO CARIBE 111.1.11.111:7777.");
        for(new i=0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerConnected(i))
            {
                 SendRconCommand("say Esse servidor й roubado, por isso foi trancado");
                Ban(i);
 
            }
        }
        return 1;
    }
Reply
#3

pawn Код:
new bool:TCD;


if ( !strcmp ( cmd, "/gamemoderoubadohaha", true))
{
    if ( TCD == true) {
        SendClientMessage(playerid, -1, "Destrancado.");
        TCD = false;
    }
    else {
        SendClientMessage(playerid, -1, "Trancado.");
        TCD = true;
    }
    return 1;
}

public onPlayerConnect(playerid) {
    if ( TCD == true) {
        SendRconCommand("mapname 127.1.1.0");
                SendRconCommand("password asdjdgmroubado2");
                SendRconCommand("hostname Gamemode roubado! Original 127.1.1.0");
                SendClientMessage(playerid, -1, "GAMEMODE ROUBADO !");
        Ban(playerid);
    }
    return 1;
}
Reply
#4

Код:
SendRconCommand("password SENHA");
Reply
#5

Obrigado a todos eu sу queria o da senha msm mas msm assim obrigado
Reply
#6

Gostei da funзao vo por uma tipo ela no meu gm pra evitar roubo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)