mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2026-08-21 22:04:30 +00:00
it compiles
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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()
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
init()
|
||||
{
|
||||
level thread maps\mp\bots\_bot_chat::init();
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
init()
|
||||
{
|
||||
level thread maps\mp\bots\_menu::init();
|
||||
}
|
||||
Reference in New Issue
Block a user