1. i know this is of subject Wulf but i looked at my consol and see this u know wat it means?
    player attempted to do something they are not allowed: 24
    [DOUBLEPOST=1480438274][/DOUBLEPOST]do u know wat it means Wulf? its not some1 attempting to use a hack on my server is it?
     
  2. Most of the "not allowed" debug log messages are just HasAuthority checks that fail. (return false) meaning the player doies not have authority to do what they are trying to do. Most of this time this check fails because they are simple just not close enough to what they are trying to interact with.

    Here's a quick list of some of the common ones.

    Inventory;
    RPCAutoMoveItem = "not allowed"
    RPCMoveItem = "not allowed"
    RPCSplitSlot = "not allowed. 14"
    RPCAutoMoveItem + RPCMoveItem = "not allowed. 15"
    RPCDropAll = "not allowed. 135"

    Campfire;
    RPCSetPowered "not allowed. 18"

    Crafter Server;
    RPCCancelItem + RPCSetRecipeIndex + RPCStartCraftingSelected + DrillMachineTogglePower + RPCSetPowered + RPCDropSlot = "not allowed. 18"

    OwnershipStakeServer;

    RPCGetTerritoryStatus = "not allowed: 24"

    RaidDrillMachineServer;
    RaidDrillSetRPM + RaidDrillTogglePower = "not allowed. 28"
    SetTargetRPM = "not allowed. 29"
    AttemptUnjam = "not allowed. 30"

    VehicleStatManager;
    RPCToggleClaim = "not allowed! 39"

    SignServer;
    UpdateSignServer = "not allowed. 247"
     
  3. oh ok least it's not a hacker trying to exploit on another note Noviets have u gave any thought to adding invisibility to Admin tools or is it possible?