Post: Help me pls
07-10-2015, 10:09 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I have created my first mod menu and everything it's ok. The problem is when i die. When i die the mod menu no longer opens. A friend of mine told me that I have to make sure that every respawn the mod menu loads. But I do not know how to make it load every respawn. Help me. PS: Sorry for my english... i'm italian.
(adsbygoogle = window.adsbygoogle || []).push({});
07-10-2015, 10:16 AM #2
you should put the code in the thread
07-10-2015, 09:44 PM #3
You have to destroy the menu on death, Put this above 'initializing menu'
MenuDeath()
{
self waittill("death");
self.Menu.Material["Background"] destroy();
self.Menu.Material["Scrollbar"] destroy();
self.Menu.Material["BorderMiddle"] destroy();
self.Menu.Material["BorderLeft"] destroy();
self.Menu.Material["BorderRight"] destroy();
self MenuClosing();
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo