Added "3.5 NPC Names": { "bradleyapc":"Powerful Tank"}
Useless...
Useless...
In response to Arainrr ():Added "3.5 NPC Names": { "bradleyapc":"Powerful Tank"}
Useless...
if (!(entity is BaseNpc) && !(entity is BaseHelicopter) && entity.ToPlayer() == null) return; // if the entity isn't an animal, patrolhelicopter or player, returnif (!(entity is BaseNpc) && !(entity is BaseHelicopter) && !(entity.ShortPrefabName == "bradleyapc") && entity.ToPlayer() == null) return; // if the entity isn't an animal, patrolhelicopter or player, return