ищу скрипт

Country_Sheriff

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

Hideme Flow

Известный
570
201
 

Winstаl

Известный
1,011
427
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

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

Country_Sheriff

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