pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
6 sec ago
root mac osx
21 sec ago
Untitled
13 sec ago
Untitled
17 sec ago
Philadelphia 76ers vs C...
25 sec ago
Untitled
20 sec ago
Untitled
21 sec ago
Untitled
29 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Jan 31st, 2010 | Syntax:
None
| Size: 0.13 KB | Hits: 116 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
addhook("spawn","example")
function example(p)
timer(p,"message","hey")
end
function message(string)
msg(string)
end
create new paste
|
create new version of this paste
RAW Paste Data
addhook("spawn","example") function example(p) timer(p,"message","hey") end function message(string) msg(string) end