delete score in send chat

update
rubin 2 years ago
parent 34569ce5df
commit cd12b0653d
  1. 2
      mafia-tools.lua

@ -1338,8 +1338,6 @@ function sampev.onSendCommand(cmd)
end
function sampev.onSendChat(message)
antiflood.set()
local score = sampGetPlayerScore(tonumber(message))
addChatMessage(score)
end
function sampev.onShowDialog(id, style, title, button1, button2, text)
local res = processEvent(get_guns.onShowDialog, table.pack(id, style, title, button1, button2, text))

Loading…
Cancel
Save