From cd12b0653d9274dfd54d1bff3ef1d737f6aa759d Mon Sep 17 00:00:00 2001 From: rubin Date: Thu, 9 Feb 2023 00:07:51 +0300 Subject: [PATCH] delete score in send chat --- mafia-tools.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mafia-tools.lua b/mafia-tools.lua index 5dc95e6..8c3122b 100644 --- a/mafia-tools.lua +++ b/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))