it compiles

This commit is contained in:
ineed bots
2026-08-18 14:39:51 -06:00
parent 0ee19e7ed6
commit 5f3140288d
5 changed files with 3805 additions and 1 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -5,9 +5,11 @@ init()
level thread onPlayerConnect();
// bootstrap
level thread scripts\mp\bots_adapter_libcod::init();
//level thread scripts\mp\bots_adapter_libcod::init();
level thread scripts\mp\bots_wp_editor::init();
level thread scripts\mp\bots::init();
//level thread scripts\mp\bots_chat::init();
level thread scripts\mp\bots_menu::init();
}
onPlayerConnect()
+4
View File
@@ -0,0 +1,4 @@
init()
{
level thread maps\mp\bots\_bot_chat::init();
}
+4
View File
@@ -0,0 +1,4 @@
init()
{
level thread maps\mp\bots\_menu::init();
}