Download the zmod v1.2.3 from
www.zombiemod.com, this is a given.
Next, go into <your server folder>/cstrike/cfg/zombiemod/zombiemod.cfg
Scroll down until you find
Code: Select all
// Space separated list of guns that are restricted during zombie mode. Takes effect immediately on change.
// Can be any combination of the following
// all - All weapons
// equip - Equipment
// pistol - All pistols
// shotgun - All shotguns.
// smg - All SMG's
// rifles - All rifles.
// sniper - All sniper rifles.
// Or each weapons short name. Ex: famas, awp, mac etc etc.
zombie_restrictions "rifles m249 flash"
Edit this to your liking, e.g. "awp m249 hegrenade m3" use the real or short name of weapons.
Now add
Code: Select all
ammo_338mag_max 10 // awp
ammo_357sig_max 500 // p228
ammo_45acp_max 500 // ump45, mac10, usp
ammo_50AE_max 500 // deagle
ammo_556mm_box_max 0 // m249
ammo_556mm_max 60 // galil, sg552, famas, m4a1, sg550
ammo_57mm_max 500 // p90, fiveseven
ammo_762mm_max 60 // scout, ak47, g3sg1, aug
ammo_9mm_max 500 // mp5navy, tmp, glock, elite
ammo_buckshot_max 128 // m3, xm1014
To the very end of the .cfg file and edit the amounts to your liking.
To edit object weight, add this to the end
And this will make it able to pull/push objects
For zombie spawn time, look in the .cfg for
Code: Select all
// Maximum amount of seconds after round_freeze_end for first random Zombification.
zombie_timer_max 12
// Minimum amount of seconds after round_freeze_end for first random Zombification.
zombie_timer_min 4
Change this to your liking, but remember, the timer starts when the round does even if still frozen.
As for the unlimited ammo thing, I don't know.