I have Vehicle License installed and when players bought abd spawn their Chinook, the Chinook icon lit up red asif there is a hostile Chinook active on the map.
This causing confusion to players. Is there any way I can fix this?
Chinook icon lit up with player-spawned heli
I'll see if VL has an API to detect if it's a player chinook, otherwise I can try a workaround.
You can distinguish different chinook by its ShortPrefabName
The ShortPrefabName of the chinook spawned by VL is "ch47.entity"
The ShortPrefabName of the chinook driven by a scientist is "ch47scientists.entity"
Arainrr
You can distinguish different chinook by its ShortPrefabName
The ShortPrefabName of the chinook spawned by VL is "ch47.entity"
The ShortPrefabName of the chinook driven by a scientist is "ch47scientists.entity"
Gotcha, thanks. Will push an update later, finishing up some HuntRPG features.