mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-06-27 06:41:52 +00:00
added bot_aim dvar
This commit is contained in:
@ -4517,7 +4517,8 @@ bot_cap()
|
||||
getCarrierEntNum()
|
||||
{
|
||||
carrierNum = -1;
|
||||
if (isDefined(self.carrier))
|
||||
|
||||
if ( isDefined( self.carrier ) )
|
||||
carrierNum = self.carrier getEntityNumber();
|
||||
|
||||
return carrierNum;
|
||||
|
Reference in New Issue
Block a user