Ищу кархелп

James_Merkuri

Новичок
Автор темы
8
0
Версия SA-MP
  1. Другая
Дайте пожалуйста номальный кархелп что бы на букву L откывалась тачка. P.S arzh у меня на сборке на ребатоет. Помогите
 

KaspeR211

Новичок
5
0
Lua:
function main()
    while not isSampAvailable() do wait(0) end
    while true do
        wait(0)
        if not sampIsChatInputActive() and not sampIsDialogActive() then
            if testCheat('L') then sampSendChat('/lock') end
            if testCheat('K') then sampSendChat('/key') end
        end
    end
end[/CODEкуда кидать
[/QUOTE]

[/QUOTE]
куда кидать?