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
3 sec ago
Untitled
4 sec ago
Untitled
12 sec ago
Untitled
9 sec ago
Untitled
11 sec ago
Untitled
15 sec ago
Untitled
16 sec ago
Untitled
17 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Feb 8th, 2010 | Syntax:
Lua
| Size: 0.45 KB | Hits: 64 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
local
speed
=
1
--Hvor ofte den skal bytte mellom navna i sekunder
local
names
=
{
-- Husk komma etter vært ord!
"G"
,
"Go"
,
"GoD"
,
"GoDN"
,
"GoDNe"
,
"GoDNeS"
,
"GoDNeSS"
,
}
local
name
local
counter
=
0
timer.Create
(
"cycle names"
, speed, 0,
function
(
)
if
counter
>=
#names
then
counter
=
0
end
counter
=
counter + 1
name
=
names
[
counter
]
end
)
hook.Add
(
"Think"
,
"aname"
,
function
(
)
RunConsoleCommand
(
"setinfo"
,
"name"
, name
)
end
)
create new paste
|
create new version of this paste
RAW Paste Data