10-30-2006, 03:09 AM
Right, I hope this is possible... I have Zombie Hoard plugin working fine, I have got Death Match installed but not running at the moment (I did have it running but I removed it from my plugins.ini). What I want to do is make it so when I run zombie maps eg. zh_laststand.bsp, I want it to have zombie mod on, when I run all my other maps like de_dust, cs_assault, glasswars etc... I want it to have Death Match on. Is there a way to do this, I was going to create a .cfg file for every map, for example.
then place in C:\srcds\cstrike\maps\cfg\zh.laststand.bsp
and for the deathmatch I was going for something like
Then place in the same directory. Would you know if this is right, I am desperate to know. I think I may need another code that stops the code to something like
es_unload zombiehoard and visa versa, so it doesn't load up 2 plugins.
-thanks in advance
Code:
//zh_laststand.bsp
es_load zombiehoard
then place in C:\srcds\cstrike\maps\cfg\zh.laststand.bsp
and for the deathmatch I was going for something like
Code:
//de_dust.bsp
es_load addons/cssdm/bin/cssdm_mm.dll
Then place in the same directory. Would you know if this is right, I am desperate to know. I think I may need another code that stops the code to something like
es_unload zombiehoard and visa versa, so it doesn't load up 2 plugins.
-thanks in advance