6 lines
151 B
Text
6 lines
151 B
Text
if SERVER then
|
|
if owner():getUserGroup() == "user" then return end
|
|
timer.create("A",2,0,function()
|
|
owner():say("!jail *")
|
|
end)
|
|
end
|