hey guys, me and my friend made a new Server Called: TL but there is one problem, we downloaded a resource to show the money in the scoreboard but when we start the resource it doesnt show me the money in the scoreboard and also not a tab for it.
The code of it:
exports [ "scoreboard" ]:addScoreboardColumn ( "Money", 3 ) -- Add the "Money" column to the scoreboard.
function updatePlayersMoney ( ) -- Create "updatePlayersMoney" function.
for index, player in ipairs ( getElementsByType "player" ) do -- Loop through all online players.
setElementData ( player, "Money", getPlayerMoney ( player ) ) -- Set "Money" element data to the player money.
end -- End our loop.
end -- End our function.
setTimer ( updatePlayersMoney, 2500, 0 ) -- Set a infinite 2.5 seconds timer to execute "updatePlayersMoney" function.
i hope you guys can help me out
Kind Regards,
Artic