05.05.2014, 17:14
Pass the first message only if the login attempt failed.
pawn Код:
if(!success) //In case if the attempt had been failed
{
//Warn stuff here.
}

