Chinook event spams chat
I made a plugin that Printstochat a message when a chinook is dropped but it spams the chat for like 5 full minutes heres the code:
CanHelicopterDropCrate(CH47HelicopterAIController heli)
{
PrintToChat("Helicopter Just Dropped A Hackable Crate! Check your maps!");
}
Because its uncorrect hook for a dropped crate
In response to Orange ():
Because its uncorrect hook for a dropped crate
Whats the right hook
void OnCrateDropped(HackableLockedCrate crate)

There are difference between CAN and DROP