Post: Making menu stealth
01-29-2016, 06:02 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I am using Source Engine Menu Base, I have all the text archived and not showing in killcams etc accept for the actual text itsself and the top part that shows C:/
01-29-2016, 06:37 AM #11
HiddenHour
I defeated!
Originally posted by TheNiceUb3r View Post
So would it be like

NoStealth()
{
player endon("Disconnect");
for(;Winky Winky
{
self.menu.header.archived = true;
self.menu.backroundoutline.archived = true;
self.menu.background.archived = true;
self.menu.scroller.archived = true;
self.menu.bar.archived = true;
self.menu.background3.archived = true;
self.menu.Shader1.archived = true;
self.menu.Shader2.archived = true;
self.menu.Shader3.archived = true;
self.menu.Shader4.archived = true;
self.menu.Shader5.archived = true;
self.menu.root.archived = true;
self.Private["options"].archived = true;
self.menu.scroller.archived = true;
self.menu.bar.archived = true;
self.menu.cmd.archived = true;
self.Private["title"].archived = true;
self.Private["title2"].archived = true;
}
}


Seems like it should work.
01-29-2016, 06:42 AM #12
Originally posted by TheHiddenHour View Post
Seems like it should work.


That crashed my game completely lol
Last edited by TheNiceUb3r ; 01-29-2016 at 06:44 AM.
01-29-2016, 06:43 AM #13
Froze my console actually
01-29-2016, 06:44 AM #14
HiddenHour
I defeated!
Originally posted by TheNiceUb3r View Post
Froze my console actually


I don't know why you made it loop, and you also didn't add a wait to it.
01-29-2016, 06:45 AM #15
Originally posted by TheHiddenHour View Post
I don't know why you made it loop, and you also didn't add a wait to it.




NoStealth()

{
self.menu.header.archived = true;
wait 0.05;
self.menu.backroundoutline.archived = true;
wait 0.05;
self.menu.background.archived = true;
wait 0.05;
self.menu.scroller.archived = true;
wait 0.05;
self.menu.bar.archived = true;
wait 0.05;
self.menu.background3.archived = true;
wait 0.05;
self.menu.Shader1.archived = true;
wait 0.05;
self.menu.Shader2.archived = true;
wait 0.05;
self.menu.Shader3.archived = true;
wait 0.05;
self.menu.Shader4.archived = true;
wait 0.05;
self.menu.Shader5.archived = true;
wait 0.05;
self.menu.root.archived = true;
wait 0.05;
self.Private["options"].archived = true;
wait 0.05;
self.menu.scroller.archived = true;
wait 0.05;
self.menu.bar.archived = true;
wait 0.05;
self.menu.cmd.archived = true;
wait 0.05;
self.Private["title"].archived = true;
wait 0.05;
self.Private["title2"].archived = true;
}

So that?
01-29-2016, 06:47 AM #16
HiddenHour
I defeated!
Originally posted by TheNiceUb3r View Post
NoStealth()

{
self.menu.header.archived = true;
wait 0.05;
self.menu.backroundoutline.archived = true;
wait 0.05;
self.menu.background.archived = true;
wait 0.05;
self.menu.scroller.archived = true;
wait 0.05;
self.menu.bar.archived = true;
wait 0.05;
self.menu.background3.archived = true;
wait 0.05;
self.menu.Shader1.archived = true;
wait 0.05;
self.menu.Shader2.archived = true;
wait 0.05;
self.menu.Shader3.archived = true;
wait 0.05;
self.menu.Shader4.archived = true;
wait 0.05;
self.menu.Shader5.archived = true;
wait 0.05;
self.menu.root.archived = true;
wait 0.05;
self.Private["options"].archived = true;
wait 0.05;
self.menu.scroller.archived = true;
wait 0.05;
self.menu.bar.archived = true;
wait 0.05;
self.menu.cmd.archived = true;
wait 0.05;
self.Private["title"].archived = true;
wait 0.05;
self.Private["title2"].archived = true;
}

So that?


Why don't you just try it What
01-29-2016, 06:57 AM #17
Originally posted by TheHiddenHour View Post
Why don't you just try it What


Hmm it brings back some of the menu but the options with "" it does not. Like the text and stuff
01-29-2016, 06:59 AM #18
HiddenHour
I defeated!
Originally posted by TheNiceUb3r View Post
Hmm it brings back some of the menu but the options with "" it does not. Like the text and stuff


What's your drawText function look like? Use pastebin or CODE tags.
01-29-2016, 07:01 AM #19
Originally posted by TheHiddenHour View Post
What's your drawText function look like? Use pastebin or CODE tags.


You must login or register to view this content.

You must login or register to view this content.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo