Possible to cancel supply signal plane?Solved
Hi!! I need u help guys!!

i have two questions:

how i cancel cargo plane if calling by supply signal?
I trying use 
 void OnAirdrop(CargoPlane plane, Vector3 location)​

But how i link supply signal to this cargo plane?

what is event calling if a unleash(right click on supply signal)?
I trying use 
void OnExplosiveThrown(BasePlayer player, BaseEntity entity)​

but not calling if right click

 

Only way now is catch supply drops creating and their positions and then find closest drop location
But if i thrown two in same position? 
smurfbr
But if i thrown two in same position? 

Frist one in position list will be first thrown, secon one - second, etc

Ok let me explain what am I trying to do...

im using item (supply signal for custom drop)
when i thrown a supply signal with custom name "Custom Drop Supply Signal"
I have two options cancel a default cargo plane and spawn a custom or somehow identify that cargo plane is for custom drop.

u said creating and their positions and then find closest drop location, but if im thrown a custom supply signal and normal supply signal in same position how am I going to differentiate them?

sorry for my english.

Merged post

up ;(
Locked automatically