diff --git a/init.lua b/init.lua index fd5db07..e686b5d 100644 --- a/init.lua +++ b/init.lua @@ -187,7 +187,7 @@ core.register_chatcommand('bounties', { privs = { interact = true }, func = function(name, params) for key, value in pairs(bounty.data) do - core.chat_send_player(name, key .. ' - ' .. bounty.get_player_bounty(key)) + core.chat_send_player(name, key .. ' - $' .. bounty.get_player_bounty(key):split(" ")[2] .. "00") end end })