Problem with m_ commands -
23-01-2004
I have a problem getting these commands to work with ClanMod or AMX Mod menus.
cm_cvar m_botmode "botswhenxplayers 4" "botvshuman" "humanvshuman" "botsfillserver" Xc
This is the code that I use for Clanmod to put it in the menu. The thing is, is that it won't let me switch these cvars. It will display the cvar, but none of the settings. Other non-mean cvars work perfectly.
How do I fix this?
Here are the rest of the Clanmod entries:
cm_cvar m_switchbotteam "any" "te" "ct" Xc
cm_cvar m_enforcebotteam "off" "on" Xc
cm_cvar m_botenhance "off" "on" Xc
cm_cvar m_botskill "lowest" "low" "medium" "high" "highest" "insane" "random" Xc
cm_cvar m_enforceclanteam "off" "on ct" "on te" Xc
cm_cvar m_warmode "all" "bots" "humans" "clan" "world" Xc
cm_cvar m_headshot "off" "all" "bots" "humans" "world" Xc
Here is an example of the the amxmod entries:
"m_switchbotteam" "any" "te" "ct" "u"
|