What exactly are you trying to achieve?
Try and be as detailed as possible.
Hi there. Thanks for replying.
I'm trying to set custom item limits in my server by using the built in item tracking module found in "confoglcompmod.smx" from jacob404's promod pack, like so:
confogl_addcvar confogl_enable_itemtracking 1
confogl_addcvar confogl_itemtracking_savespawns 1
confogl_addcvar confogl_itemtracking_mapspecific 3
confogl_addcvar confogl_molotov_limit 1
confogl_addcvar confogl_vomitjar_limit 1
confogl_addcvar confogl_pipebomb_limit 2
confogl_addcvar confogl_adrenaline_limit 2
confogl_addcvar confogl_pills_limit 2
I've inserted these cvars into my server.cfg file, but when I test to see if it works, it doesn't seem to be doing anything. For example, I still get more than 1 molotov spawning in the map despite the
confogl_molotov_limit cvar being set to
1.Like the OP, I've also tried to replace
confogl_addcvar with just
sm_cvar to see if it solves anything, but it does not.
I'm wondering if these cvars need to be inserted in an entirely different
.cfg file than server.cfg, or if I'm doing something entirely wrong? Thanks again for your input.