mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
#include common_scripts\utility;
|
|
#include maps\mp\_utility;
|
|
#include maps\mp\bots\_bot_utility;
|
|
|
|
init()
|
|
{
|
|
maps\mp\bots\_bot_utility::onUsePlantObjectFix(level);
|
|
}
|