Update amxmodx.inc (#432)

This commit is contained in:
justgo97 2017-04-29 20:56:20 +02:00 committed by Vincent Herbet
parent e9f501c250
commit 398983fc49

View File

@ -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