NEW FREE SCRIPTADVANCED JAIL SYSTEM This jail system adds the jailtime on the user table so it cannot be changed with externals programms (for example cheat engine) . All you have to do is create an INT column on the user table with the default value of 0 and you are ready to go ! . ( If the player leaves and joins the server still has the same time so jail cannot be dodged by leaving the server ) . It works if you have setted a job for the command to be used (by default police ) and you have to /jail id time
Github : GitHub - iSolorak/ESX-Advanced-JailSystem
Hello thanks for the question ! From my experience there a lot of jails maybe doing the same work as mine (that’s where I got my idea from) BUT as I have seen on many servers they are easily exploitable . SO I decided to make them less exploitable . Everything is on the server side (and database) so values cannot be changed by a pointer scan ! .
Hello , Reliable network event overflow , also thanks for questioning , I’ve linked another post about event overflow so if you just spam the server with client requests eventually you will get kicked . Also triggering events from your client is an injection method not a pointer scanner . Thanks for your time !