[Help] Code to make player drop current weapon
Posted: June 24th, 2010, 3:56 am
what would be the code that makes the player drop his current weapon
CoDJumper.com - For all your CoDJumping needs!
https://codjumper.com/forums/
Code: Select all
currentWeapon = level.player GetCurrentWeapon();
level.player TakeWeapon( currentWeapon );