1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00
This commit is contained in:
ineed bots
2023-12-11 17:15:38 -06:00
parent 2eff53e976
commit a838a56770
3 changed files with 4 additions and 14 deletions

View File

@ -716,16 +716,6 @@ isWeaponDroppable( weap )
return ( maps\mp\gametypes\_weapons::mayDropWeapon( weap ) );
}
/*
Returns the height the viewpos is above the origin
*/
getEyeHeight()
{
myEye = self getEye();
return myEye[2] - self.origin[2];
}
/*
Does a notify after a delay
*/