Advertisement
vrondakis

Untitled

Jul 16th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function donateCommand( pl, text, teamonly )
  2. if (text == "!donate") then
  3. pl:SendLua([[gui.OpenURL("http://myurl.com/donate")]]) -- Change ADDRESS to your chosen page.
  4. end
  5. end
  6. end
  7. hook.Add( "PlayerSay", "Chat", donateCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement