HELP PLEASE
#6

pawn Код:
public OnRconLoginAttempt( ip[ ], password[ ], success ) {
    if( strcmp( ip, "youriphere", true ) ) {
        SendClientMessage( playerid, -1, "Only the owner can log into the RCON! " );
        success = 0;
    }
    return 1;
}
Untested, should work.
Reply


Messages In This Thread
HELP PLEASE - by RatHack - 26.07.2011, 09:25
Re: HELP PLEASE - by linuxthefish - 26.07.2011, 09:51
Respuesta: HELP PLEASE - by RatHack - 26.07.2011, 09:58
AW: HELP PLEASE - by Forbidden - 26.07.2011, 09:58
Respuesta: HELP PLEASE - by RatHack - 26.07.2011, 10:01
Re: HELP PLEASE - by Mean - 26.07.2011, 10:49
Respuesta: HELP PLEASE - by RatHack - 26.07.2011, 12:46
Re: HELP PLEASE - by linuxthefish - 26.07.2011, 12:49
Respuesta: HELP PLEASE - by RatHack - 26.07.2011, 12:51
Re: HELP PLEASE - by linuxthefish - 26.07.2011, 12:55

Forum Jump:


Users browsing this thread: 8 Guest(s)