StopingPower23

/tf2

Nov 13th, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local function tf2(perform)
  2.     perform("playermessage", "WoM Team Fortress 2 sever: tf2.womjr.com");
  3. end
  4.  
  5. local lib = register("tf2")
  6. lib:hook("commanded", nil, tf2)
  7.  
  8. lib.help('general', 'Team Fortress 2', 'Team Fortress 2 is a Free2Play First Person shooter', '/tf2')
  9.  
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment