Jump to content

How do i put a specific Username?


NickGames2022

Recommended Posts

Quote

class CustomRank {
    constructor(player) {
        this.playerName = player;
        this.useCustomName = getSetting("Name Change Enabled");
        this.customName = getSetting("Custom Name");
        this.easyRankSwitchEnabled = getSetting("Easy Switch Enabled");
        this.easyRankSwitchValue = getSetting("Easy Rank Switch");
        this.freeTextValueRank = getSetting("Anything as Rank");
        this.settingsUpdateInterval = 1;

this.playerName stores MY name but i want a custom IGN to be that How?

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.