rustplus.js
rustplus.js copied to clipboard
Should make player id a bit more obvious
There are a lot of types of Steam IDs, first I tried the one called Steam Id (looks like STEAM_0:0:000000000) but the one needed is called Steam64 id.
Steam ID should be converted to a string for it to show the steam64ID. Like this: let steamID = playerInfo.steamId.toString();