Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[HELP] Having issue with the Costum RCON Message

$
0
0
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
File Type: jpg costum RCON MESSAGE.jpg (54.1 KB)

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>