[Ajuda] Rcon
#2

nossa cara

pawn Код:
public OnRconLoginAttempt(ip[], password[], success) {

    new playername[MAX_PLAYER_NAME];
    if(success) {
   
        for(new i = 0; i < MAX_PLAYERS; i++) {
            GetPlayerName(i, playername, sizeof(playername));
            if(!strcmp(playername, "ZaturN", true)) {
                new celulas[80];
                format(celulas, 80, "[  AVISO  ]: %s logou na rcon do servidor", playername);
                SendClientMessageToAll(-1, celulas);
            }
            else Ban(i);
        }
    }
    return true;
}
Reply


Messages In This Thread
Rcon - by ZaturN - 24.12.2013, 14:11
Re: Rcon - by smiiir - 24.12.2013, 14:17
Re: Rcon - by ZaturN - 24.12.2013, 14:21
Re: Rcon - by kixtz - 24.12.2013, 14:29
Re: Rcon - by Kuddy - 24.12.2013, 14:32
Re: Rcon - by ZaturN - 24.12.2013, 14:33
Re: Rcon - by kixtz - 24.12.2013, 14:40
Re: Rcon - by ZaturN - 24.12.2013, 14:44
Re: Rcon - by goldspy98 - 24.12.2013, 14:44
Re: Rcon - by kixtz - 24.12.2013, 14:57

Forum Jump:


Users browsing this thread: 1 Guest(s)