- 83
- 5
- Версия SA-MP
-
- Другая
Код(LUA):
local memory = require "memory"
function main()
while not isSampAvailable() do wait(0) end
sampAddChatMessage('{8A2BE2}[Mouse control transport] {7E7E7E}• {FFFFFF}Скрипт загружен. {FFFFFF}Автор: {8A2BE2}Next..', 0xAA7E7E7E)
while true do wait(0)
if isKeyDown(0x01) and isCharInAnyCar(PLAYER_PED) then
memory.setint8(0xC1CC02, 1)
else
memory.setint8(0xC1CC02, 0)
end
end
end
Нужно заменить кнопку активации или чит кодом и чтобы не зажатие а нажатие тобишь 1 раз нажал всё робит 2 не робит
local memory = require "memory"
function main()
while not isSampAvailable() do wait(0) end
sampAddChatMessage('{8A2BE2}[Mouse control transport] {7E7E7E}• {FFFFFF}Скрипт загружен. {FFFFFF}Автор: {8A2BE2}Next..', 0xAA7E7E7E)
while true do wait(0)
if isKeyDown(0x01) and isCharInAnyCar(PLAYER_PED) then
memory.setint8(0xC1CC02, 1)
else
memory.setint8(0xC1CC02, 0)
end
end
end
Нужно заменить кнопку активации или чит кодом и чтобы не зажатие а нажатие тобишь 1 раз нажал всё робит 2 не робит