Hey Everyone !
function urlCommand( pl, text, teamonly )
if (text == "!site") then
pl:SendLua([[gui.OpenURL("http://dudeperfectgmodcommunity.weebly.com")]]) -- Change ADDRESS to your chosen page.
for k, v in pairs(player.GetAll()) do v:ChatPrint( " " .. pl:Nick() .. " has Entered DP's Site & Checks What's New via !site" )
end
end
end
hook.Add( "PlayerSay", "Chat", urlCommand
i tried this code to open that url for everyone who says !site in chat (my server's site) but i cant get it to work can anyone help me make one that will actually work?