Thanks
Forum
CS2D Scripts New LeaderboardNew Leaderboard
4 replies 1
Thanks
Score = ((kills * 3) + (assists * 2)) - deaths
And sort by score.
Unless you mean you want multiple sorting types in which case you'd need to store them in a table and use
table.sortwith a custom function.
edited 1×, last 09.07.19 07:43:20 pm
Also writing a custom scoreboard in Lua wouldn't be very efficient because it's a ton of values which need to be displayed and transferred to all clients.
1