Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I fix the KO's Leadboard Script?

Asked by 7 years ago
Edited 7 years ago

My Leadboard Script is like this

['LeaderboardSettings'] = {
        ['KOs'] = true, -- KnockOuts will show on the leaderboard
        ['KillsName'] = "Kills", -- What will you call the kills
        ['WOs'] = true,-- Wipeouts will show on the leaderboard
        ['DeathsName'] = "Deaths", -- What will you call the deaths
        ['ShowCurrency'] = true, -- Will show player's money to others
        ['ShowShortCurrency'] = true -- This will change a players cash from showing "100,000" to "100K"

Everything works, except the Knock Outs :( Please help me

1 answer

Log in to vote
0
Answered by 7 years ago

['LeaderboardSettings'] = { ['KOs'] = false, -- KnockOuts will show on the leaderboard ['KillsName'] = "Kills", -- What will you call the kills ['WOs'] = true,-- Wipeouts will show on the leaderboard ['DeathsName'] = "Deaths", -- What will you call the deaths ['ShowCurrency'] = true, -- Will show player's money to others ['ShowShortCurrency'] = true -- This will change a players cash from showing "100,000" to "100K"

Ad

Answer this question