script_name("test")
script_author("Raise")
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(81) then
sampSendChat("/time")
end
end
end
script_name("test")
script_author("Raise")
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(81) then
sampSendChat("/time")
end
end
end