Advertisement
IdoX10

server rules

Nov 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. hook.Add("PlayerSay", "rules", function( ply, text, team )
  2.  
  3. if text == "/rules" then
  4.  
  5. ply:SendLua([[gui.OpenURL("https://forum.vgames.co.il/showthread.php?t=1587671")]])
  6. return ""
  7.  
  8. end
  9.  
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement