- Поддерживаемые игры
- CS: Source (OrangeBox)
- CS: GO
Позволяет плагинам контролировать, какие игроки должны атаковать боты. Полезно для того, чтобы заставить ботов правильно играть в игровые режимы типа «Free For All». Поддерживает CS: S и CS: GO.
Updated gamedata: botattackcontrol.games.txt
PHP:
* @brief Called when bots determine if a player is an enemy.
*
* @param bot Client index of the bot.
* @param player Client index of the player.
* @param result Contains the original result. Can be changed.
* @return Plugin_Changed to use the result param, Plugin_Continue otherwise.
*
* @note Called several times per tick with bots in the server.
*/
forward Action:OnShouldBotAttackPlayer(bot, player, &bool:result);
Updated gamedata: botattackcontrol.games.txt