Jump to content

Dutchman101

MTA Anti-Cheat Team
  • Posts

    2,298
  • Joined

  • Days Won

    112

Everything posted by Dutchman101

  1. Note that setting game speed affects everything around them and not just walking, as well as worsening sync (everything around them will appear badly synced, and others will see that player as moving around badly synced) This is a reason why I personally would never touch setGameSpeed. It's not really a feature designed for multiplayer SetPedAnimationSpeed also cannot be used, because it doesn't support active walking styles (the player movement anim group and ID instead of a static anim) and also would only support slow-downs (speed 0.0 - 1.0). You will have to use custom animations; find (or create) IFP walking style that has a speed you desire. @Lergen
  2. There's no kickPlayer permission in any of your admin/moderator ACL groups. Usually, it's under the Moderator ACL so other staff ACLs can inherit it like this: <group name="Admin"> <acl name="Moderator"></acl> As i can see, your admin and supermoderator groups are still correctly inheriting the Moderator group like the above, so you can fix it by adding this line in the Moderator ACL: <right name="function.kickPlayer" access="true"></right> So actually, something corrupted/misconfigured your ACL. I also see a lot of empty groups there, which is probably not intended either. Note: don't forget to check & fix permissions with everything similarly to my kickPlayer example. Just mind that some permissions (like ban) aren't inherited from Moderator ACL but only given through the Admin ACL for obvious reasons (just add it to an ACL you assign to your staff that should be able to ban etcetera). If you're lost or afraid to introduce insecurities, refer to the default ACL.xml structure.
  3. It was a bug and it's fixed in the latest version of official resources, which you can get by one of the following steps: 1) download them from https://mirror.multitheftauto.com/mtasa/resources/mtasa-resources-latest.zip 2) empty your \server\mods\deathmatch\resources folder and re-installing MTA or the server to avoid folder/zip conflict (must use https://nightly.multitheftauto.com/?mtasa-1.5-rc-latest since the main installer doesn't contain it yet) 3) manually implement this change for the mapmanager warning: https://github.com/multitheftauto/mtasa-resources/commit/09d88e2e8d44eb7649c2bfa670777e09db415f30
  4. Please download and run MTADiag and follow the instructions. Post any Pastebin URL MTADiag gives you in this topic.
  5. You downloaded one that has modded vehicle handling code, aka engineered to cheat. Since you're also a racing/DD player, I don't think it was an accident. Although you won't get an early unban, please PM me the source of the file.
  6. https://forum.multitheftauto.com/topic/118251-timecycdat/ https://forum.multitheftauto.com/topic/117279-timecyc-does-not-work/ Russian info (about using modded files in general): https://forum.multitheftauto.com/topic/116635-this-server-is-blocking-your-customized-gta-sa-files/ Topic moved to russian section @znatov
  7. Re-banned for ban evading (your appeal was denied at https://forum.multitheftauto.com/topic/113277-cd47-ban-without-reason-first-run/ and you evaded like 15 times after that). Evading doesn't give you a new chance to appeal. Locked
  8. Please use https://nightly.multitheftauto.com/?multitheftauto_linux_x64-1.5-latest, The linux page is out of sync due to some technical difficulties
  9. Please don't try to appeal permanent bans that result from attempting to use detected cheats. They cannot be appealed and won't be reduced Пожалуйста, не пытайтесь обжаловать постоянные запреты, которые возникают в результате использования обнаруженных читов.
  10. I tried to reproduce by: 1) modding my timecyc.dat, so that all players and vehicles become red 2) whitelisting timecyc.dat on local server by adding <client_file name="data/timecyc.dat" verify="0"/> 3) starting local server and MTA, then enabling this option: 4) restarting MTA and then joining my local server Results: As you can see, my modded timecyc.dat loaded successfully. So it works, and you apparently did something wrong. Make sure that your line <client_file name="data/timecyc.dat" verify="0"/> isn't commented out by <!-- and --> like the example. dat file is by default. So it should look like: instead of like: That is the most common mistake when it comes to whitelisting any GTA data files.
  11. Please be more detailed.. do you mean changing the texture of sniper scope?
  12. It will only work if the server explicitly whitelisted the file in config, and your timecyc.dat is actually one of your modded GTA files. Again, none of this is rocket science : )
  13. You will need to update the server to a build that supports it (from after this change: https://github.com/multitheftauto/mtasa-blue/commit/8b6bfe2b6009e42f5783a023d466cc215885b5cd) 64-bit server: - https://nightly.multitheftauto.com/?mtasa_x64-1.5-rc-latest - https://nightly.multitheftauto.com/?multitheftauto_linux_x64-1.5-latest regular server: re-download installer from https://multitheftauto.com
  14. No, it will only cause possible unfair advantage, like back to before we made it a protected file. Nothing of this is rocket science
  15. That's already possible. Ask them to add this line to mtaserver.conf <client_file name="data/timecyc.dat" verify="0"/> in the way described at https://wiki.multitheftauto.com/wiki/Anti-cheat_guide#.3Cclient_file_name.3D.22data.2Fcarmods.dat.22_verify.3D.220.22.2F.3E Also give my reply at https://forum.multitheftauto.com/topic/117279-timecyc-does-not-work/ a read for more background information. Because you're not right by saying: As there are multiple ways to get an unfair advantage on racing/DD server, it remains up to the server owner to whitelist (allow) timecyc.dat mods. They can do that on their own discretion after considering the risks. Also, you could monitor the progress in https://github.com/multitheftauto/mtasa-blue/issues/1008, as despite all of this, we're still looking for ways to smoothen it out and make it easier with some sort of extra whitelist.
  16. Dutchman101

    crash 0x00281DCA

    This crash has already been fixed. Get the update by re-downloading MTA from https://multitheftauto.com/ or wait for the auto update. @mezox3
  17. Dutchman101

    FPS DROPS

    If you're on Windows 7, then re-download MTA (from https://multitheftauto.com/) to get an update that may fix your FPS win7 users were affected by a bug that caused performance degradation (lower FPS than usual) and high CPU usage @Trippy'
  18. Download and install these drivers; 1) Realtek sound driver: https://www.dropbox.com/s/44jwesymphkiglm/RealtekHD-driver.zip?dl=1 2) Graphics driver (as it also includes audio interfaces): http://us.download.nvidia.com/Windows/430.86/430.86-desktop-win10-64bit-international-whql.exe Preferably perform a clean install for graphics drivers (which it will offer) After that, download and install this MTA update: https://nightly.multitheftauto.com/?mtasa-1.5-latest. If nothing listed here resolves it, then right-click your taskbar sound icon and select "volume mixer", then take a printscreen of it (since it should reveal all of your sound interfaces, not just volume). And let me know of the results of the above instructions, @jakobs08
  19. Ok, regardless of that, please follow all of my instructions one by one. Also, show me a new screenshot of the folder once you completed all steps, including the one about re-installing MTA.
  20. Before you start: 1) Download and run https://mirror.multitheftauto.com/mtasa/utils/MTADiag.exe, provide the resulting link in this topic After posting the link, you can already take the following steps in advance: 2) open cmd (command prompt) from start menu (rightclick > "Run as Administrator) and enter this command: sfc /scannow 3) when sfc has completed, go to C:\Program Files (x86)\MTA San Andreas 1.5\MTA\cgui (or your custom MTA install folder > MTA\cgui) .. and right-click the file unifont-5.1.20080907.ttf > select "Install" from the dropdown menu. Alternatively, double-click it and press the button "install" (top left) in the resulting interface. Now, copy the same .ttf file from that MTA folder to C:\Windows\Fonts Restart your PC, and try again. *Note: if said .ttf file isn't in the \MTA\cgui\ folder, first re-download and re-install MTA from https://multitheftauto.com/
  21. We fixed it (https://github.com/multitheftauto/mtasa-blue/commit/627b39d9d40bdcfce139abec97a800a855cd7cc6), please wait for a new nightly build at https://nightly.multitheftauto.com/ and let us know of the results. Your scripts were probably doing something dodgy with reloading weapons, and although it's rare MTA shouldn't crash (which is why we fixed it, also there should have been a check there anyways). Feel free to share any script that deals with player reloading anyways, also for evaluation in the case the fix doesn't work. @JMirror
  22. Both the section description and information topic mention that automatic temporary bans (as a result of trying to use a detected cheat or method) cannot be appealed individually. So unfortunately there won't be early unban. That .exe is meant to cheat, as it contains modified handling code. Which is why it's detected. Be careful where you download stuff from, and pay attention to what they say it does. Wait for the ban to expire
  23. most ENB's will work fine as long the creator used a recent base version for their release. Since MTA 1.3.5, only ENB v0.306 and higher works. http://enbdev.com/download_mod_gtasa.htm If you download a modded ENB from another source than said page (which is most likely) and it doesn't work, then you should contact its author so they can sync their release to latest ENB version. You could also try to locate the original source of said ENB mod to see if the author already released an update. @HustraDev
  24. I don't think it was a joke, we saw multiple players using an "aimbot" application which turned out to be fake, and actually a njRAT created by you. So it looks like you advertised something as cheat, persuading some players to download it and infect themselves with a virus. Please don't lie. Illegal activities like this on MTA are always rewarded with a ban. You can call yourself lucky, unban will be in 2 months.
×
×
  • Create New...