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