[Ajuda] Comando
#7

pawn Код:
CMD:ts(playerid)
{
    if (APlayerData[playerid][LoggedIn] == true)
    {
        if (APlayerData[playerid][PlayerLevel] >= 7)
        {
            SendRconCommand("password chafik");
            SendClientMessage(0xFF0000, "Server Trancado com Sucesso!");
            return 1;
        }
    }
}

CMD:as(playerid)
{
    if (APlayerData[playerid][LoggedIn] == true)
    {
        if (APlayerData[playerid][PlayerLevel] >= 7)
        {
            SendRconCommand("password 0");
            SendClientMessage(0xFF0000, "Server Aberto com Sucesso!");
            return 1;
        }
    }
}
Tenta...
Reply


Messages In This Thread
Comando - by GHLEMES - 09.05.2014, 18:52
Re: Comando - by DogeMan - 09.05.2014, 18:54
Re: Comando - by GHLEMES - 09.05.2014, 18:59
Re: Comando - by TheHiredKillers - 09.05.2014, 19:22
Re: Comando - by arakuta - 09.05.2014, 19:22
Re: Comando - by GHLEMES - 09.05.2014, 20:39
Re: Comando - by DiiMeNoR - 09.05.2014, 20:51
Re: Comando - by PT - 09.05.2014, 21:06
Re: Comando - by GHLEMES - 10.05.2014, 02:33

Forum Jump:


Users browsing this thread: 3 Guest(s)