ok retested and I was getting this.
Code:
2985.943 Player with ID 1136 has stack for "762mmBullet" greater than allowed (5615 > 500)
2985.943 Player with ID 1136 has stack for "9mmBullet" greater than allowed (4295 > 500)
2985.944 Player with ID 1136 has stack for "firstAidKit" greater than allowed (6450 > 5)
Is there a way that you can have the DLL's read this line and then also send a pm using the pm command to the player every time it reads it stating that if they do not remove the items in X amount of seconds that they will be ban from the server? Do it in PM so no other player will see it. "console - pm <steam64id> You have been caught cheating with X amount of Y in your inventory, Remove these items now or be ban from this server."
Then every time it ticks on the logs it also does a count down so
tick 1 = 1 min - Send ban warning
tick 2 = 45 sec - Send ban warning
tick 3 = 30 sec - Send ban warning
tick 4 = 15 sec - Send ban warning
tick 5 = 0 sec - Send LAST ban warning
tick 6 = auto ban cheating player
Of course change time here based on time set to check players inventory.
I know that the player can just drop the items on the ground and pick them up again restarting the ticks however it will get on a cheaters nerves to do this and they will just leave the server. Could also do a count so even if the player disconnects or drops them it saves the information and counts based on how many times the player has had the items instead of how long this way if they cheat notice they can be ban leave server and come back a week later and tries again it can pick up where it left off.
I for one would love this added as a feature and I am sure any true Admin running a legit server would love it as well.