Detecting when cargo ship spawns?Solved
Is there a hook/event that signals the spawning of the Cargo Ship - if not how can I detect it using OnEntitySpawned?

I currently use `if (entity is BaseHelicopter) {` for the heli, is there something similar to this?

Thanks in advance,


Tony.
Hey!
Try using CargoShip
In response to misticos ():
Hey!
Try using CargoShip
Thankks :)

I'll give that go.

Merged post

Worked perfectly - thanks.

Merged post

If I want to detect the Chinook, do I use something like CH47 or something like that?
Locked automatically