• Help with gamemode
    2 replies, posted
Hey all, I have come here today to ask a simple question, but since I am so new to this, I need a little support on the topic. How do I enable the spawnmenu (Q Menu) on my gamemode? Right now it's disabled, and I want people to be able to use it. Thanks, Node
You can set your gamemode to use sandbox as a base, or, you could make your own.
[CODE]DeriveGamemode("sandbox") --in your shared.lua[/CODE]
Sorry, you need to Log In to post a reply to this thread.