Garry's Mod

Garry's Mod

Ingame Rules List
5 Comments
Jeh0va 29 Nov, 2014 @ 2:32am 
how do i change rules
Λrrick 20 Mar, 2014 @ 10:11pm 
how do I make it show up for people automatically when they join? right now it only shows up if I run "getrules" on them
mp 9 Feb, 2014 @ 7:04pm 
Keeps having google show up, my server name isn't displayed, and it takes longer than it is set to close out. Copied settings from here into my server.cfg and no luck.
Scruffygamer (SFM COMMISSIONS) 20 Apr, 2013 @ 3:25pm 
how do you add more rules?
Karma  [author] 17 Apr, 2013 @ 6:42pm 
For those wondering how to make it autorun on a user on initial connect, create a new .lua file in the /lua/autorun/server/ folder (name it anything) and include this bit of code:

function DisplayRules(ply)
ply:ConCommand("GetRules")
end
hook.Add("PlayerInitialSpawn","ShowRules",DisplayRules)