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?
ID:157343
![]() Mar 28 2010, 6:02 pm
|
|
TacticalNoob wrote:
Duplicate your skin and give it the gm menu. I know how to do it that way. I just thought you could put its show 1 or 0. |
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