ищу скрипт

пуки каки

Участник
Автор темы
103
3
ищу скрипт для ловли. когда на самп клиенте играешь, нажимаешь на L машина не закрывается, чтобы он азакрывалась, то же самое с /buybiz вместо команды просто нажать на N
 
Решение
Это наверное искал.

Hideme Flow

Известный
573
199
 

Winstаl

Известный
754
270
code:
function main()
    while not isSampAvailable() do wait(0) end
    while true do
        wait(0)
        if isKeyJustPressed(78) and not sampIsCursorActive() then
            sampSendChat('/buybiz')
        end
        if isKeyJustPressed(76) and not sampIsCursorActive() then
            sampSendChat('/lock')
        end
        if isKeyJustPressed(75) and not sampIsCursorActive() then
            sampSendChat('/key')
        end
        if isKeyJustPressed(80) and not sampIsCursorActive() then
            sampSendChat('/phone')
        end
        if isKeyJustPressed(50) and not sampIsCursorActive() then
            sampSendChat('/style')
        end
    end
end

вроде как все тут
 
  • Вау
Реакции: EKPAHHNY_HAGN6ATOP

Porn Hub

Известный
308
85
Это наверное искал.
 

пуки каки

Участник
Автор темы
103
3
Это наверное искал.
ДАДАДАДАДАДАДА от души вам всем