View Single Post
Unknown Guy
Member
Join Date: Dec 2014
Location: Munich, Germany
Old 04-21-2017 , 11:35   Re: Gun Xp Mod (Last Updated : 10-02-2011)
Reply With Quote #897

Go to scripting section and open gunxpmod.CFG

Put // on #define ZOMBIE_INFECTION
like this
Code:
/*Uncomment it if you are using Zombie Infection style mods and comment other.*/
//#define ZOMBIE_INFECTION
then put // on #define ZOMBIE_BIOHAZARD and #define ZOMBIE_PLAGUE
like this
Code:
/*================================================================================
[Uncomment it if ZOMBIE_INFECTION and select zombie style MOD.]
=================================================================================*/
//#define ZOMBIE_BIOHAZARD
//#define ZOMBIE_PLAGUE
and then remove // from #define NORMAL_MOD if you're using cs 1.6 without other gamemode
Code:
/*Normal mod,means simple cs style, without other mods.*/
#define NORMAL_MOD
or remove // from #define ZOMBIE_SWARM if you got either umbrella swarm or zombie swarm installed
like this
Code:
/*Uncomment it if you are using Zombie Swarm and comment other.*/
#define ZOMBIE_SWARM
but dont keep both #define without //, you can only uncomment only one

and then compile gunxpmod.sma again and repeat the steps of compiling
Unknown Guy is offline