[Solved]how to disable the leave button?Hey Fox I just want to ask if you can disable the choose class button can you then disable the leave button. and if possible how?
I know it's possible, but I don't know how to do it. This should be in the GSC Modding Discussion/Help section by the way.
closeOMAMenuOnDeath() { self endon ( "menuresponse" ); self endon ( "disconnect" ); level endon ( "game_ended" ); self waittill ( "death" ); self _enableWeaponSwitch(); self closePopupMenu(); } I think thats it lol... Correct me if i'm wrong!!
Originally Posted by master131 Code: while(1) { self CloseInGameMenu(); self closepopupMenu(); wait 0.01; } that it o.0 ;ppp i just paste that on playerspwaned =D