ID:157343
 
How would I go about hiding something from a menu? For example it will say File and GM in the menu bar. How exactly would I hide the GM from the menu so players who aren't GMs wont be able to see it?
Duplicate your skin and give it the gm menu.

In login(), check if the player is gm and then if it is use winshow to remove the player skin. If not use
winshow() to make the gm skin disappear
In response to TacticalNoob
TacticalNoob wrote:
Duplicate your skin and give it the gm menu.

In login(), check if the player is gm and then if it is use winshow to remove the player skin. If not use
winshow() to make the gm skin disappear

I know how to do it that way. I just thought you could put its show 1 or 0.
In response to SteelPole
you can just make the menu from scratch by using the winset proc
In response to Ya Diggg
winclone you mean...
In response to Pirion
nah I mean winset
In response to Ya Diggg
Don't believe its possible to create with winset, you can only change existing ones.
In response to Pirion
Yes it is possible to create menus from winset