Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local samp = require 'lib.samp.events'
function main() --this function will start when script load
while not isSampAvailable() do wait(0) end --wait for samp load
while true do
wait(0)
if isKeyDown (18) and isKeyJustPressed (49) then
sampSetSpecialAction(68)
end
end
end
local samp = require 'lib.samp.events'
function main() --this function will start when script load
while not isSampAvailable() do wait(0) end --wait for samp load
while true do
wait(0)
if isKeyDown (17) and isKeyJustPressed (49) then
sampSetSpecialAction(68)
end
end
end
local samp = require 'lib.samp.events'
function main() --this function will start when script load
while not isSampAvailable() do wait(0) end --wait for samp load
while true do
wait(0)
if isKeyDown (17) and isKeyJustPressed (49) then
sampSetSpecialAction(68)
end
end
end
local samp = require 'lib.samp.events'
function main() --this function will start when script load
while not isSampAvailable() do wait(0) end --wait for samp load
while true do
wait(0)
if isKeyDown (18) and isKeyJustPressed (49) then
sampSetSpecialAction(68)
end
end
end