Advertisement
vrondakis

Untitled

Jul 17th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. hook.Add( "PlayerSay", "ChatDonateCommand", function(ply,text,teamonly)
  2. if(text=="!donate") then
  3. ply:SendLua('gui.OpenURL("YOURURLHERE")')
  4. end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement