Leaderboard

Instructions on how to download and install the basics of Leaderboard

Installation #

This product is completely standalone but you need to follow some steps

First of all, you must have your steam web apikey in the server.cfg file of your server.

set steam_webApiKey "YOURSTEAMWEBAPIKEY"

How can i add kills and deaths into the leaderboard?

  • Death and killing are too easy to add. The exports you will use will be as follows;

exports["cb-leaderboard"]:addKill(plySource)
exports["cb-leaderboard"]:addDeath(plySource)

If you do everything correctly, you can access the menu by typing /leaderboard in the game.

Last updated