diff --git a/plugins/include/amxmisc.inc b/plugins/include/amxmisc.inc
index ad833e9e..96fc4f2b 100755
--- a/plugins/include/amxmisc.inc
+++ b/plugins/include/amxmisc.inc
@@ -861,7 +861,7 @@ stock set_task_ex(Float:time, const function[], id = 0, const any:parameter[] =
  *                    GetPlayers_IncludeConnecting - include connecting clients
  *                    GetPlayers_MatchAllFlags - match with all of the specified admin flags
  *                    GetPlayers_MatchAnyFlags - match with any of the specified admin flags
- * @param string    String to match against if the "e", "f", "j" or "k" flag is specified
+ * @param string    String to match against if a flag that demands additional information is specified
  *
  * @noreturn
  */
@@ -889,7 +889,9 @@ stock get_players_ex(players[MAX_PLAYERS] = {}, &num, GetPlayersFlags:flags = Ge
  *                    GetPlayers_CaseInsensitive - match case insensitive
  *                    GetPlayers_ExcludeHLTV - do not include HLTV proxies
  *                    GetPlayers_IncludeConnecting - include connecting clients
- * @param string    String to match against if the GetPlayers_MatchTeam or GetPlayers_MatchNameSubstring flag is specified
+ *                    GetPlayers_MatchAllFlags - match with all of the specified admin flags
+ *                    GetPlayers_MatchAnyFlags - match with any of the specified admin flags
+ * @param string    String to match against if a flag that demands additional information is specified
  *
  * @return          Number of clients on the server that match the specified flags
  */