Allow spawn menu (Q) with base gamemode (Like flood)
4 replies, posted
How would I accomplish this? So I hold q and can spawn in items like sandbox
I tried
SANDBOX:SpawnMenuEnabled( true )
and
[CODE]
function GM:SpawnMenuEnabled()
return true
end
[/CODE]
Did not work
You gotta derive your gamemode from sandbox, not base gamemode.
Or code your own spawnmenu, which is preferable because you won't have all the unnecessary stuff.
[QUOTE=Robotboy655;43591581]You gotta derive your gamemode from sandbox, not base gamemode.
Or code your own spawnmenu, which is preferable because you won't have all the unnecessary stuff.[/QUOTE]
So I would need to create a derma with buttons and when you press it spawns the entity?
[QUOTE=Handsome Matt;43591612]uh. yeah.[/QUOTE]
Haha yeah, I don't know why I even said that..
[video=youtube;8EnIVIwppIM]http://www.youtube.com/watch?v=8EnIVIwppIM[/video]
Sorry, you need to Log In to post a reply to this thread.