From 398983fc49b1c1f63c9db7f63e5a7d3053dd0a42 Mon Sep 17 00:00:00 2001 From: justgo97 Date: Sat, 29 Apr 2017 20:56:20 +0200 Subject: [PATCH] Update amxmodx.inc (#432) --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 6b98de84..89501ade 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1312,7 +1312,7 @@ native get_playersnum(flag = 0); /** * Stores a filtered list of client indexes to an array. * - * @note Example retrieving all alive CTs: get_players(players, num "ae", "CT") + * @note Example retrieving all alive CTs: get_players(players, num, "ae", "CT") * * @param players Array to store indexes to * @param num Variable to store number of indexes to