Currently I'm using the Inbound plugin to alert players to Patrol Helicopters spawning. Is there a way to add a seperate notification to this plugin to make it known that it's a player called helicopter?
Possible to add notification to differentiate?
that's an 'Inbound plugin' problem if you want that to announce it. yes it should be possible.
I assume because HeliScrap plugin does it like this it does not trigger the normal OnEntitySpawned hook in Inbound?
var heli = (BaseHelicopter)GameManager.server.CreateEntity(HELI_PREFAB, new Vector3(), new Quaternion(), true);