OnSleepingBagDestroy OnSleepingBagDestroyed NOT WORKING.

Seems like these two hooks are not working. I have tried both G map and death map.

SleepingBag bag, ulong userID  is the hook var now.

New

object OnSleepingBagDestroy(SleepingBag sleepingBag, ulong userID)
{
    Puts("OnSleepingBagDestroy works!");
    return null;
}​