Looks fun, will be hosting a server shortly. Small bug tho:
Dr Light's team has this for rapid
if(amount<35)
{
SetFont("BIGFONT");
SetHudSize(800,600,0);
HudMessage(s:"cfAuto: cjThat's a lot of screws! I've upgraded your fire rate!"; HUDMSG_PLAIN, 46, CR_BLUE, 400.0, 210.0, 4.0);
GiveInventory("RageRune",1);
LocalAmbientSound("item/1up",127);
terminate;
Dr Wily has this
if(amount<30)
{
SetFont("BIGFONT");
SetHudSize(800,600,0);
HudMessage(s:"cfReggae: cjScrews! Screws! Fire Faster! More Screws Faster!"; HUDMSG_PLAIN, 46, CR_BLUE, 400.0, 210.0, 4.0);
GiveInventory("RageRune",1);
LocalAmbientSound("item/1up",127);
terminate;
}
So if a player on Dr light's team has 31-34 screws they will get rapid while wily will get spread I believe.
Oh, Also found that Dr Wily's team needs 15 screws for an Mtank and Dr Light's team only needs 10.
Also I'd suggest smaller awards for 5 screws. Health, 2 wtanks..or somethin.