AFKManager: make the kick flag position more clear

This commit is contained in:
Dogan 2019-07-10 01:22:30 +02:00
parent 5edac45eb7
commit 934b37d57a

View File

@ -373,7 +373,7 @@ public Action Timer_CheckPlayer(Handle Timer, any Data)
if(IdleTime_ > IdleTime)
Position++;
}
PrintCenterText(client, "You have been kick-flagged for being inactive. [%d/%d]", Position, FlaggedPlayers);
PrintCenterText(client, "You have been kick-flagged for being inactive. Your Position: [%d of %d]", Position, FlaggedPlayers);
}
}
}