mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
ctf
This commit is contained in:
@ -259,6 +259,11 @@ inFinalStand()
|
||||
return (isDefined(self.inFinalStand) && self.inFinalStand);
|
||||
}
|
||||
|
||||
isFlagCarrier()
|
||||
{
|
||||
return (isDefined(self.carryFlag) && self.carryFlag);
|
||||
}
|
||||
|
||||
isWeaponDroppable(weap)
|
||||
{
|
||||
return (maps\mp\gametypes\_weapons::mayDropWeapon(weap));
|
||||
|
Reference in New Issue
Block a user