Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jan 31st, 2010 | Syntax: None | Size: 0.13 KB | Hits: 116 | Expires: Never
Copy text to clipboard
  1. addhook("spawn","example")
  2.  
  3. function example(p)
  4.         timer(p,"message","hey")
  5. end
  6.  
  7. function message(string)
  8.         msg(string)
  9. end