Advertisement
Roite

M4S4

Oct 26th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. workshop = ("https://www.exemple.fr/")
  2.  
  3. if SERVER then
  4.     local function workshop( ply, text, public )
  5.         text = string.lower( text )
  6.         if ( text == "!site" ) then
  7.             gui.OpenURL( workshop )
  8.         end
  9.     end
  10.     hook.Add( "PlayerSay", "ouvretonworkshop", workshop )
  11. end
  12. --[j'aimerais bien voir comment marche ton serveur un de ces jours]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement