Я хочу чтобы при нажатии клавиши мне давала ган.и чего-то не получаеться вот
script_name(Test')
script_author("SnaKe")
require 'moonloader'
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if res and isKeyJustPressed(90) then -- Z
id = sampGetPlayerIdByCharHandle(handle)
name = sampGetPlayerNickname(id)
sampSendChat('/sellgun '..name..' eagle')
end
end
return
end
script_name(Test')
script_author("SnaKe")
require 'moonloader'
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if res and isKeyJustPressed(90) then -- Z
id = sampGetPlayerIdByCharHandle(handle)
name = sampGetPlayerNickname(id)
sampSendChat('/sellgun '..name..' eagle')
end
end
return
end