iw3_bot_warfare icon indicating copy to clipboard operation
iw3_bot_warfare copied to clipboard

issue with mopen warfare?

Open Divity opened this issue 2 years ago • 0 comments

when adding bots to my server in tandem with open warfare it causes some script error which in turn crash the server immediately, is there anyway to remedy this

errors:: Going from CS_FREE to CS_CONNECTED for bota num 0 Going from CS_PRIMED to CS_ACTIVE for bota Going from CS_FREE to CS_CONNECTED for botb num 1 Going from CS_PRIMED to CS_ACTIVE for botb Going from CS_FREE to CS_CONNECTED for botc num 2 Going from CS_PRIMED to CS_ACTIVE for botc

******* script runtime error ******* undefined is not an array, string, or vector: (file 'openwarfare/_testbots.gsc', line 212) primary = game["classWeapons"][self.pers["team"]][ self.pers["classMap"] ][0]; * called from: (file 'maps/mp/gametypes/_globallogic.gsc', line 2573) self openwarfare_testbots::menuClass( response ); * called from: (file 'maps/mp/gametypes/_menus.gsc', line 267) self [level.class]; * started from: (file 'maps/mp/gametypes/_menus.gsc', line 101) self waittill("menuresponse", menu, response); *


----- Server Shutdown -----

With the reason: Server disconnected ==== ShutdownGame (1) ==== Player bota, 0 dropped: EXE_DISCONNECTED SV_FreeClientScriptId: 0, 2697 -> 0 Going to CS_FREE for Bot bota Player botb, 1 dropped: EXE_DISCONNECTED SV_FreeClientScriptId: 1, 290 -> 0 Going to CS_FREE for Bot botb Player botc, 2 dropped: EXE_DISCONNECTED SV_FreeClientScriptId: 2, 179 -> 0 Going to CS_FREE for Bot botc

Divity avatar Oct 14 '22 06:10 Divity