Merhaba,şu eklentiyi botlar içinde uyarlayabilir misiniz? Yani T ve CT takımındaki botları da göstersin hudda teşekkürler.
Discord: ϟ Eren#4271
)

/**
* Stores a filtered list of client indexes to an array.
*
* @note Please consider using get_players_ex() instead which allows you to
* use named constants for flags instead of letters.
* @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
* @param flags Optional list of filtering flags:
* "a" - do not include dead clients
* "b" - do not include alive clients
* "c" - do not include bots
* "d" - do not include human clients
* "e" - match with team
* "f" - match with part of name
* "g" - match case insensitive
* "h" - do not include HLTV proxies
* "i" - include connecting clients
* @param team String to match against if the "e" or "f" flag is specified
*
* @noreturn
*/
native get_players(players[MAX_PLAYERS], &num, const flags[] = "", const team[] = "");
get_players(Players, Num_Alive_T, "aehi", "TERRORIST"); // ---------> ahei kısmında c olursa yukarda karşılığı botları içeri alma