- 103
- 30
- Версия SA-MP
-
- 0.3.7 (R1)
- 0.3.7-R2
- 0.3.7-R3
Lua:
local keys = require "vkeys"
require "lib.moonloader"
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait (0)
local res, tar = getCharPlayerIsTargeting(PLAYR_HANDLE)
if res then res, tarId = sampGetPlayerIdByCharHandle(tar) end
if res and isKeyJustPressed(VK_B) then
sampSendChat('/cuff ' ..tarId)
end
end
end
как сюдa добавить переключение режима чтобы он после последующей активации писал не cuff а например uncuff