Files
2026-03-15 14:54:49 +03:00

18 lines
344 B
Lua

DarkRP.declareChatCommand({
command = "sleep",
description = "Go to sleep or wake up",
delay = 1.5
})
DarkRP.declareChatCommand({
command = "wake",
description = "Go to sleep or wake up",
delay = 1.5
})
DarkRP.declareChatCommand({
command = "wakeup",
description = "Go to sleep or wake up",
delay = 1.5
})