fixed warelock

update
rubin 2 years ago
parent a5e9738e17
commit 81d92331ce
  1. 3
      mafia-tools.lua

@ -716,6 +716,9 @@ get_guns.onServerMessage = function(color, message)
get_guns.warehouse = true
get_guns.start_get()
end
if message:find("^ .+ открыл%(а%) склад с оружием$") and not message:find(getLocalPlayerNickname()) then
get_guns.warelock_send = {}
end
if message == " Броня уже 100%" and get_guns.getgun then
antiflood.send[#antiflood.send+1] = "/getgun"
end

Loading…
Cancel
Save