RCON login success message?
#1

When someone fails at logging into RCON, "BAD RCON ATTEMPT BY: xxxxx" will be printed to the console. Could someone give me the message that gets printed when the attempt is successful? Thanks!

PS: I don't mean In-Game RCON printings but the other ones.
Reply
#2

"[15:49:23] RCON (In-Game): Player #0 (Schneider) has logged in."
Reply
#3

https://sampwiki.blast.hk/wiki/OnRconLoginAttempt

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(success) //If the password was correct
    {

       // your msg code here
     }
     return 1;
}
Reply
#4

Nah, Schneider, I don't mean these messages:


I mean the opposite to this:
Quote:

[19:18:15] BAD RCON ATTEMPT BY: xx.xx.xx.xx

This gets printed by SA:MP when someone tries to log in from an external panel, cracking tool, etc.
Reply
#5

It just says "You are logged in as admin.".
Reply
#6

In the console?
Reply
#7

No, in-game. The console doesn't print any other messages when a player successfully logs in, besides the one that Schneider already posted.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)