05.05.2014, 17:18
To slow :/ but you could also use and else statment
pawn Код:
//
if(success)
{
format(string, sizeof(string), "{FF0000}AdmWarning{FFFF00}: %s has successfully logged it on the Rcon.",sendername);
}
else
{
format(string, sizeof(string), "{FF0000}AdmWarning{FFFF00}: %s is attempting to log on the Rcon.",sendername);
}
ABroadCast(COLOR_WHITE,string,100001);