mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
tdks
This commit is contained in:
@ -13,6 +13,11 @@ is_bot()
|
||||
return ((isDefined(self.pers["isBot"]) && self.pers["isBot"]) || (isDefined(self.pers["isBotWarfare"]) && self.pers["isBotWarfare"]) || isSubStr( self.guid, "bot" ));
|
||||
}
|
||||
|
||||
entIsVehicle(ent)
|
||||
{
|
||||
return (ent.classname == "script_vehicle" || ent.model == "vehicle_uav_static_mp" || ent.model == "vehicle_ac130_coop");
|
||||
}
|
||||
|
||||
/*
|
||||
Returns how much the bot is ads'ing all the way.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user