1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2026-04-30 10:59:34 +00:00

Added menu

This commit is contained in:
ineedbots
2021-05-11 12:55:30 -06:00
parent 0b44c51230
commit 55cebdb9ad
3 changed files with 1049 additions and 2 deletions
+2 -2
View File
@@ -473,7 +473,7 @@ getValidGrenade()
*/
isWeaponPrimary(weap)
{
//return (maps\mp\gametypes\_weapons::isPrimaryWeapon(weap) || maps\mp\gametypes\_weapons::isAltModeWeapon(weap));
return (maps\mp\gametypes\_weapons::isPrimaryWeapon(weap) || maps\mp\gametypes\_weapons::isAltModeWeapon(weap));
}
/*
@@ -510,7 +510,7 @@ isSecondaryGrenade(gnade)
*/
isWeaponDroppable(weap)
{
//return (maps\mp\gametypes\_weapons::mayDropWeapon(weap));
return (maps\mp\gametypes\_weapons::mayDropWeapon(weap));
}
/*
File diff suppressed because it is too large Load Diff
+4
View File
@@ -0,0 +1,4 @@
init()
{
level thread maps\mp\bots\_menu::init();
}