Using the russian_bots ???
Posted: Mon May 10, 2004 5:11 am
Hello People,
I get the files to run a map with russian bots (russian_bots.pk3 and jv_bot01.pk3), put this files in mohaa\main and create a little map to test.
I put the spawn points to axis, allieds and deathmatch.
But when i start server to play, only me is playing.
My script is this...
Some idea ? 
I get the files to run a map with russian bots (russian_bots.pk3 and jv_bot01.pk3), put this files in mohaa\main and create a little map to test.
I put the spawn points to axis, allieds and deathmatch.
But when i start server to play, only me is playing.
My script is this...
Code: Select all
main:
setcvar "g_obj_alliedtext1" "Bots Confront"
setcvar "g_obj_alliedtext2" "Test"
setcvar "g_obj_alliedtext3" ""
setcvar "g_obj_axistext1" "Bots Confront"
setcvar "g_obj_axistext2" "Test"
setcvar "g_obj_axistext3" ""
setcvar "g_scoreboardpic" "none"
exec global/DMprecache.scr
level.script = maps/dm/user_98botsrapid.scr
level waittill spawn
exec global/russian_bots.scr
end