Page 1 of 1

[Help] Code to make player drop current weapon

Posted: June 24th, 2010, 3:56 am
by paintlax21
what would be the code that makes the player drop his current weapon

Re: [Help] Code to make player drop current weapon

Posted: June 24th, 2010, 4:18 am
by Soviet

Code: Select all

currentWeapon = level.player GetCurrentWeapon();
level.player TakeWeapon( currentWeapon );