AFKManager: make kick position even more clear
This commit is contained in:
parent
6a1a8cb451
commit
71d55c68ee
@ -373,7 +373,7 @@ public Action Timer_CheckPlayer(Handle Timer, any Data)
|
|||||||
if(IdleTime_ > IdleTime)
|
if(IdleTime_ > IdleTime)
|
||||||
Position++;
|
Position++;
|
||||||
}
|
}
|
||||||
PrintCenterText(client, "You have been kick-flagged for being inactive. Your Position: [%d of %d]", Position, FlaggedPlayers);
|
PrintCenterText(client, "You have been kick-flagged for being inactive. Your Kickposition: [%d of %d]", Position, FlaggedPlayers);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user