mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +00:00
Added menu
This commit is contained in:
parent
0b44c51230
commit
55cebdb9ad
@ -473,7 +473,7 @@ getValidGrenade()
|
|||||||
*/
|
*/
|
||||||
isWeaponPrimary(weap)
|
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)
|
isWeaponDroppable(weap)
|
||||||
{
|
{
|
||||||
//return (maps\mp\gametypes\_weapons::mayDropWeapon(weap));
|
return (maps\mp\gametypes\_weapons::mayDropWeapon(weap));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
1043
maps/mp/bots/_menu.gsc
Normal file
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
4
scripts/bots_menu.gsc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
init()
|
||||||
|
{
|
||||||
|
level thread maps\mp\bots\_menu::init();
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user