Type or namespace name `NPCPlayerApex' could not be foundError

[SERVER v1.0.24] Console: HeliTargets.cs(172,11): error CS0246: The type or namespace name `NPCPlayerApex' could not be found. Are you missing an assembly reference?
HeliTargets.cs(173,61): error CS0841: A local variable `nearby' cannot be used before it is declared
HeliTargets.cs(173,10): error CS0411: The type arguments for method `Vis.Entities<T>(UnityEngine.Vector3, float, System.Collections.Generic.List<T>, int, UnityEngine.QueryTriggerInteraction)' cannot be inferred from the usage. Try specifying the type arguments explicitly
HeliTargets.cs(175,29): error CS0841: A local variable `nearby' cannot be used before it is declared

Easy fix.
Simply open the CS with notepad ++ and do Replace all
NPCPlayerApex to NPCPlayer
Scientist to ScientistNPC
And MurdererNPC to Zombie (Or whatever other plugin you use and name them as)