9 lines
260 B
Lua
9 lines
260 B
Lua
DarkRP.registerDarkRPVar("AFK", net.WriteBit, fn.Compose{tobool, net.ReadBit})
|
|
DarkRP.registerDarkRPVar("AFKDemoted", net.WriteBit, fn.Compose{tobool, net.ReadBit})
|
|
|
|
DarkRP.declareChatCommand{
|
|
command = "afk",
|
|
description = "Go AFK",
|
|
delay = 1.5
|
|
}
|