mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 15:11:49 +00:00
Added menu
This commit is contained in:
@ -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
1043
maps/mp/bots/_menu.gsc
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user