• Derma Menu Player Ban Buttons
    3 replies, posted
I'm trying to create a derma menu that creates a submenu that has a list of players and each player has another submenu that has options that will do things to players. Can someone point me in the right direction. Thanks in advance!
use [url]https://wiki.garrysmod.com/page/Category:DListView[/url] for the list and use [url]https://wiki.garrysmod.com/page/Category:DMenu[/url] for the menus [editline]4th December 2015[/editline] for the DListView to add all the players just do [code] for k, v in pairs(player.GetAll()) do AppList:AddLine( v:Nick() ) end [/code]
Thanks I'll see what I can do with this.
[QUOTE=MelonShooter;49250036]Thanks I'll see what I can do with this.[/QUOTE] if your still stuggling just reply and il help some more
Sorry, you need to Log In to post a reply to this thread.