[PAID]TBM In Game Whitelist

A tool where new joiners can direct whitelist in game.

Features

  1. new player must answer whitelist question if he is not whitelisted at joining time.
  2. Player has a maximum tries of whitelist. You can configure the count of tries.
  3. Player will block if they fail the test for a configured amount of minutes or permanent
  4. customization of design possible over CSS styling
  5. the questions are given in a random order for each test
  6. as many questions can be configured as desired
  7. The number of questions per test is adjustable. For example, 30 questions can be configured and 10 random questions will be asked to the player.
  8. Existing players can be imported into the whitelist automatically at the first startup
  9. command to start whitelist again for players (revoke the whitelist status for a player) “wl playerId”
wl 1
  1. you can add custom event that will triggered when player has finished the white list

Shop:

https://thebusters-shop.tebex.io/category/1838632

Showcase:

Config Example

My other Mods

9 Likes

Can you add more questions to it?

You can add so many as you want :slight_smile:

Great Mod ! THX ! :slight_smile:

just wanna point out that the idea is really cool, but unless protected, this could very easily be bypassed since it is nui based.

I have checked it. And i have removed the iframe. User can do nothing. All keys are blocked as long they have not answerd the questions… .

Does this work with a loading screen? Like would this show before ?

Yes it works. The mod will loaded after the loading screen is disappeared…

1 Like

Fix tebex store link.

Amazing work! Works perfectly fine!

Version 1.1.1 has been released

Version 1.2.0

Feature:

  • use now also licence id if steam id is not available

Bugfix:

  • fix user migration, has used a static defined database before

can u change the background

Yes, the design can completely customised. It is html and css.

how i do i set correct answers

Please take a look into config.

Questions = {
    {
        question = "What is the minimum age for our server.",
        answers = {
            "16 years",
            "18 years (this is correct)",
            "21 years"
        },
        correctAnswer = 2
    },
    {
        question = "Lorem ipsum",
        answers = {
            "lorem ipsum <b>answer</b> 1 (this is correct)",
            "lorem ipsum answer 2"
        },
        correctAnswer = 1
    }
}

do u just put , behind the correct ones ? there’s nothing that says how to select correct answers just how many there are

I don’t get it. Do you mean how player select the answers?

no i how do i select which r right cos i see where u select how many answers are right but doesn’t say how to select which is the correct answer

correctAnswer menas what is the correct answer. Not how many answers are correct.