Jump to content

Mr.Hankey

Members
  • Posts

    625
  • Joined

  • Last visited

Everything posted by Mr.Hankey

  1. Mr.Hankey

    Hacking

    The vehicle change issue seems to be caused by a similar problem within the race resource. So again a client==source check should be enough. I guess this hacker found a way to connect to normal servers with a custom compiled client which then obviously offers a way to run client-side lua scripts at his liking.
  2. You could also try to do a clean GTA install. Maybe some mods or other stuff are causing this issue. Btw does the single player work fine?
  3. Have you also tried the other possible solutions below "Crash after MTA splash screen"?
  4. The pleasure making great congratulation above Iggy with the error404-interference is my
  5. A command handler always passes the player who executed the command as first parameter so this should be valid. Somehow it still seems like this is not the case. Try "outputChatBox(type(playerSource))" somewhere to check the type of the variable (should be "userdata" in case of a player element ).
  6. I totally forgot to link you to our Known Issues page. There are a few other possible solutions that could help you.
  7. Try deleting the "gta_sa.set" file in your "Documents\GTA San Andreas User Files" folder but note that this will reset all your settings so you probably need to re-configure controls etc.
  8. 1. Thats just fine. If your resource needs access to some administrative functions such as kickPlayer then this is the way to go. 2. If you're dealing with a lot of custom permissions it's also advisable to make a custom list to keep things clean. 3. Denying a permission only in the "Default" acl group is enough since every object is part of it at first. 4. Just check "if isGuestAccount ( getPlayerAccount ( player ) ) == false" as otherwise the player would have a registered account which means he's logged in. https://wiki.multitheftauto.com/wiki/Access_Control_List
  9. Mr.Hankey

    Map problem

    In the main menu go to Settings->Video and set the Opacity under "Map rendering options" to something like 61%
  10. Mr.Hankey

    Map problem

    Make sure that the file "MTA San Andreas\MTA\cgui\images\radar.jpg" exists. Try reinstalling MTA if it doesn't.
  11. The map was originally made by Metz-ger but it looks like all the download links for his map pack on this forum are not working anymore... If im not mistaken he still is online at the eXo server from time to time so you may have a chance meeting him there.
  12. Atm there simply is no easy way to detect health hacks no matter if they are on permanently or just toggled at some points.
  13. Instead of throwing an error at the player MTA should silently replace any modded file with the original one for the time he spends on a protected server. However im not sure if including original GTA data in an MTA release wouldn't cause any legal issues.
  14. Mr.Orange the Christmas Orange!
  15. Maybe there's an exploit in your client script? It seems that someone got a cracked client running with runcode-like capabilities.
  16. Maybe there's an exploit in your client script? It seems that someone got a cracked client running with runcode-like capabilities.
  17. usually alt+tabbing solves that problem but as it seems to cause a crash in your case you might want to enable windowed mode in the settings menu and just try clicking on the desktop and back on the game window to refocus it
  18. usually alt+tabbing solves that problem but as it seems to cause a crash in your case you might want to enable windowed mode in the settings menu and just try clicking on the desktop and back on the game window to refocus it
  19. Since Kye got such a talent in pissing people off who are contributing all sorts of things to samp it's just him who "developes".
  20. Since Kye got such a talent in pissing people off who are contributing all sorts of things to samp it's just him who "developes".
  21. Mr.Hankey

    Remote Console

    You can access the web interface typing "http://serverip:httpport" in your favourite browser to remotly administrate your server. As the default webadmin doesn't really offer lots of features you might also want to try installing this resource: https://community.multitheftauto.com/index.php?p= ... ils&id=487
  22. try holding your ctrl button while starting MTA and select your gta install folder again
×
×
  • Create New...