Re: Using a trigger to get ammo 0
Posted: March 30th, 2010, 11:00 pm
Code: Select all
knifeonly()
{
while(1)
{
self waittill( "trigger", other );
other setweaponammoclip("m16_mp", 0);
other setweaponammostock("m16_mp", 0);
}
}CoDJumper.com - For all your CoDJumping needs!
https://www.codjumper.com/forums/
Code: Select all
knifeonly()
{
while(1)
{
self waittill( "trigger", other );
other setweaponammoclip("m16_mp", 0);
other setweaponammostock("m16_mp", 0);
}
}Code: Select all
knifeonly()
{
while(1)
{
self waittill( "trigger", other );
other setweaponammostock("m16_mp", 0);
other setweaponammoclip("m16_mp", 0);
other setweaponammostock("mp5_mp", 0);
other setweaponammoclip("mp5_mp", 0);
}
}Code: Select all
knifeonly()
{
while(1)
{
self waittill( "trigger", other );
other setweaponammostock("m16_mp", 0);
other setweaponammoclip("m16_mp", 0);
other setweaponammoclip("m16_gl_mp", 0);
other setweaponammostock("mp5_mp", 0);
other setweaponammoclip("mp5_mp", 0);
}
}concussion_grenade_mpOi!mel wrote:Do you know whats the name of the stun grenade? Can't find it. Thanks