/bounties string
This commit is contained in:
2
init.lua
2
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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user