Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(100)
if isKeyDown(0x12) and isKeyDown(0x33) then
sampSendChat("/usedrugs 3")
end
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(100)
if isKeyJustPressed(0x12) and isKeyJustPressed(0x33) then
sampSendChat("/usedrugs 3")
end
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(100)
if isKeyJustPressed(0x12) and isKeyJustPressed(0x33) then
sampSendChat("/usedrugs 3")
end
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(100)
if isKeyDown(0x12) and isKeyDown(0x33) then
sampSendChat("/usedrugs 3")
end
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(100)
if isKeyDown(0x12) and isKeyDown(0x33) then
sampSendChat("/usedrugs 3")
end
end
end