• Onload?
    3 replies, posted
How would I do it so when a player joins my server, They open up the gamemode menu, (It's a command, sv_register)
PlayerInitialSpawn -> ply:ConCommand("sv_register")
Next Question; Were do I put that LerpaDerp? I can't find a PlayerInitialSpawn.lua
[lua]local hook = hook; hook.Add("PlayerInitialSpawn", "InitialMenu", function( ply ) ply:ConCommand("sv_register"); end) [/lua] [url=http://wiki.garrysmod.com/page/Main_Page]Use this to find what you're looking for from now on[/url].
Sorry, you need to Log In to post a reply to this thread.