Originally posted by QuantumLobbies
can anyone help me with bots, maps, gamemodes , messages and etc for my menu? mw2 1.14
For bots shark has released a project for this i suggest you look into it, also it can be found
You must login or register to view this content.
And for changing the map i suggest using cbuf_addtext and use the cfg codes for changing map or gamemodes.
void ChangeMap(string MapName) {
Cbuf_AddText(MapName);
}
And do the same for gamemodes etc...