Loadouts by orange

Hello,

Am i doing something wrong or is the function block if shortname was not defined not working anymore ?

the issue i'm facing is when i try to block the rifle.ak with said function it does not block it from saving to its loadout.

the code under shows that i have to define the rifle.ak with an integer of 0 to block it from saving to the loadout.
if i remove the rifle.ak the function block if shortname was not defined should act with the blocking or am i missing something here ?
Because it does not block it from saving to the loadout.

Do i have to add something like Allowed by shortnames ?

JSON:
      "Block if shortname was not defined": true,
      "Blocked skins to save": [
        "1234",
        "555-555-555"
      ],
      "Restriction by categories": {
        "Attachment": 5,
        "Weapon": 5,
      },
      "Restriction by shortnames": {
        "rifle.ak": 0,
        "rifle.m39": 1,

Thanks for clearing things up.

1637350578707.png with current posted JSON.

With function blocking if rifle.ak is not defined

1637350810908.png

JSON:
      "Block if shortname was not defined": true,
      "Blocked skins to save": [
        "*",
        "1234",
        "555-555-555"
      ],
      "Restriction by categories": {
        "Attachment": 5,
        "Weapon": 5
      },
      "Restriction by shortnames": {
        "rifle.m39": 1,
        "weapon.mod.small.scope": 1,
 
Last edited:
Top