Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. You mean Vice City to GTA:SA (MTA)? i don't think that such thing exists. VC to GTA:SA maybe, but not MTA.
  2. Nice map, I could never create such map
  3. This depends on what commands are available on particular server. Default commands can be found here: https://wiki.multitheftauto.com/wiki/Co ... _and_CVars
  4. If it's Linux, there should be SFTP by default. If you want FTP server, try searching on google. If you have Debian search for "Installing FTP server on Debian".
  5. MIKI785

    MTA:SA 1.4.0

    According to roadmap, there's just 21% out of 1.4 done. There will be 1.3.2 before that, it has 44%. Don't expect anything soon.
  6. This should go to scripting... anyway, if all your DD maps got DD prefix, you could create resource which checks map name at start and if it has DD, use stopResource to stop toptimes. stopResource needs ACL allowance. If you can't do it, post in scripting section.
  7. I don't know about that but try using string.gsub, it's the simplest solution, at least I think so.
  8. I don't like this theme because it's all squared and simple. I'll stay with Lighter Black.
  9. I don't think so... The best way is cancelling onPlayerChat.
  10. MIKI785

    Country

    What? Why would you do it via PHP if admin resource exports getPlayerCountry?
  11. MIKI785

    help

    That won't work while the server is running. You need to reload bans by reloadBans or command reloadbans. I think that there are commands in admin resource, unbanip and unbanserial. I'm not sure though.
  12. I saw somewhere on this forum that dxDrawColorText makes the code harder to decompile. If you put that function in yout code.
  13. MIKI785

    ban a region.

    Yes, you can. Use admin resource. addEventHandler("onPlayerJoin", root, function () if exports.admin:getPlayerCountry(source) == "RU" then --If russia kickPlayer(source, "Reason") --Change reason end end)
  14. try this: guiBringToFront(text)
  15. MIKI785

    command hook

    Event onConsole will do the thing.
  16. What? It doesn't need to be .zip. Just put all the files in one folder and put that folder in resources.
  17. This will remove any '. string.gsub(stringToClear, "'", "") Is that what you want?
  18. Because it's the way it is? The first thing can be resolved in resource's settings. Change it via Admin Panel. It's something like random maps, set that to true. Second needs editing of destructionderby.lua.
  19. Or you could alternatively disable the control using toggleControl
  20. I don't quite understand your code so this is just example but it should help you: 1st resource with the event: function removeMyEvent () removeEventHandler("eventName", element, function) --Put there the same arguments as in addEventHandler end meta of 1st resource: function="removeMyEvent" type="server"/> change server/client... 2nd resource where you want to remove the event: exports.Side:removeMyEvent() --I presume that Side is the name of your resource with the event If you don't understand it, post codes of both resources.
  21. i already told you that original is not compiled... this is not original. I don't think that you will get support if you use probably stolen race.
  22. What? You mean decompile? Original is not compiled.
×
×
  • Create New...