[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/~codjumpe/forums/
https://codjumper.com/~codjumpe/forums/viewtopic.php?t=11990
Code: Select all
currentWeapon = level.player GetCurrentWeapon();
level.player TakeWeapon( currentWeapon );