Quantcast
Viewing all articles
Browse latest Browse all 18226

[HELP] Having issue with the Costum RCON Message

Code:

    if(success) //If the password was correct
    {
        printf("SUCCESS RCON LOGIN BY IP %s USING PASSWORD %s",ip, password);
        new pip[16];
        for(new i = GetPlayerPoolSize(); i != -1; --i)
        {
            GetPlayerIp(i, pip, sizeof(pip));
            if(!strcmp(ip, pip, true))
            {
                SendClientMessage(i, COLOR_GREENFF, "You Successfuly Logged to RCON Console");
            }
        }
    }

i get double message's

- You Successfuly Logged to RCON Console and
- Server : You are logged in as admin. with whitte color {FFFFFF}

any solution ??? :confused:

Attached Images
Image may be NSFW.
Clik here to view.
File Type: jpg
costum RCON MESSAGE.jpg (54.1 KB)

Viewing all articles
Browse latest Browse all 18226

Trending Articles