
Originally Posted by
pizza127
hmm.. i just wanted an unlimietd ammio
with reload for ai zombie mod with random wep

Well, you should start with something more easyer that you maybe understand ( I am very sure you do.)
Well, now you make everything random.
Try to start with a presetted class / Weapons.
Code to do here:
RandomWeapons()
{
switch(RandomInt(3))
{
case 0:
self giveweapon("ak47_mp");
break;
case 1:
self giveweapon("ak47_fmj_mp");
break;
case 2:
self giveweapon("ak47_fmj_xmags_mp");
break;
}}
And you just add more case and more weps..
That is a good way to start.
and the unlimited ammo. you can get from the sticky thread:
GSC codes. (Don't rememver the full name)