stringstring 10 Posted February 2, 2014 How do you make a filter to log createVehicle with the new REGEX thing? Can one of the devs please take 5 minutes to explain this. Without logs we can't catch hackers. A simple log that logs ALL createVehicle on the server. PLEASE. Share this post Link to post Share on other sites
ebay 10 Posted May 15, 2014 (edited) How do you make a filter to log createVehicle with the new REGEX thing? Can one of the devs please take 5 minutes to explain this. Without logs we can't catch hackers. A simple log that logs ALL createVehicle on the server. PLEASE. If you wanted to log all createVehicle your createvehicle.txt should be this: //new 1 "" One thing that should be added in the OP is that double quotes " still need to be escaped with a \ when used within exceptions. This is confusing because in most regex flavors " is not considered a metacharacter and $able did not list it. I see lots of admins not escaping them and having broken filters as a result. Dwarden was kind enough to clarify this for me on skype. :) Edited May 16, 2014 by ebay Share this post Link to post Share on other sites
Sari 18 Posted January 12, 2015 Technically an Arma 2 problem but I guess the core problem could also apply to Arma 3 and I'm not getting any response in the A2 subforum. Could someone please take a look here please and explain where i might be going wrong? http://forums.bistudio.com/showthread.php?138736-Introducing-Server-side-Event-Logging-Blocking&p=2852784&viewfull=1#post2852784 Share this post Link to post Share on other sites