From 934b37d57a21cd5363912d3b9e342e7fd8738732 Mon Sep 17 00:00:00 2001 From: Dogan Date: Wed, 10 Jul 2019 01:22:30 +0200 Subject: [PATCH] AFKManager: make the kick flag position more clear --- AFKManager/scripting/AFKManager.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFKManager/scripting/AFKManager.sp b/AFKManager/scripting/AFKManager.sp index 61050668..e816bcbe 100644 --- a/AFKManager/scripting/AFKManager.sp +++ b/AFKManager/scripting/AFKManager.sp @@ -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); } } }