Seems like these two hooks are not working. I have tried both G map and death map.
OnSleepingBagDestroy OnSleepingBagDestroyed NOT WORKING.
SleepingBag bag, ulong userID is the hook var now.
New
object OnSleepingBagDestroy(SleepingBag sleepingBag, ulong userID)
{
Puts("OnSleepingBagDestroy works!");
return null;
}