How can i make my Derma menu print a message to all players?
team_1.DoClick = function()
–Print(ply:Nick()…" Has joined the Blue team")
RunConsoleCommand( “team_1” )
frame:Close()
end
How can i make my Derma menu print a message to all players?
team_1.DoClick = function()
–Print(ply:Nick()…" Has joined the Blue team")
RunConsoleCommand( “team_1” )
frame:Close()
end