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

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));
}
/*

1043
maps/mp/bots/_menu.gsc Normal file

File diff suppressed because it is too large Load Diff

4
scripts/bots_menu.gsc Normal file
View File

@ -0,0 +1,4 @@
init()
{
level thread maps\mp\bots\_menu::init();
}