Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
sampRegisterChatCommand('speed', function() act = not act end)
while true do
wait(0)
if act then
printStringNow(string.format('%.3f', getCharSpeed(PLAYER_PED)), 0)
end
end
end
function main()
sampRegisterChatCommand('speed', function() act = not act end)
while true do
wait(0)
if act then
printStringNow(string.format('%.3f', getCharSpeed(PLAYER_PED)), 0)
end
end
end