Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(90) then
sampSendChat('/time')
sampSendChat('/id ' .. select(2, sampGetPlayerIdByCharHandle(PLAYER_PED)))
end
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(90) then
sampSendChat('/time')
sampSendChat('/id ' .. select(2, sampGetPlayerIdByCharHandle(PLAYER_PED)))
end
end
end