Post: 1.11 question
05-16-2012, 01:14 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I have a question.
I have a clean menu base 1.11 and if you die u lose your menu.
So how can I fix that? so if I die I still hold my menu

thnx
(adsbygoogle = window.adsbygoogle || []).push({});
05-16-2012, 01:50 PM #2
spudeeelad
I defeated!
You probably have your menu thread in the wrong place within your patch. You need to thread it in the OnPlayerSpawned part of the thread.

For example;

OnPlayerSpawned()
{
(the usual code here) - self endon ("death") etc
self thread _openmenu()
}

and anywhere else in the file

_openmenu ()
{

}

NB:- I am not an expert and the above is only intended for basic explanation only. I am not guaranteeing nor implying that it is correct, will work, or is the actual source of your problem

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo