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");
}
}
}
- You Successfuly Logged to RCON Console and
- Server : You are logged in as admin. with whitte color {FFFFFF}
any solution ??? :confused: