Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. As far as i know that shouldn't change as it's the element and that will always stay the same, you can put some element into variable and keep using it until it gets destroyed.
  2. What? Simply restart the resource.
  3. This is not a client issue as far as i know. I had the same problem few times with my server as well, about 50% of players couldn't connect so i restarted it and the issue was resolved. It happened few times after the server was up for several weeks, MTA team then released patch for the server and since then it didn't happen.
  4. No, why would you put setTimer there? If you use root in onClientResourceStart, the function will get called on start of any resource. If you use resourceRoot it will get called just for your resource the code is in. Why would you use onClientFileDownloadComplete? If you want it to get called on player's join use onClientResourceStart. And these are events, not functions.
  5. Just search in the browser, youre gonna find many english DayZ servers.
  6. MIKI785

    The last reply

    You're not original
  7. What is that?? That's the example from the wiki page, that has nothing to do with it. Simply check the command and if it's equal to whatever command you have there use cancelEvent so it won't get called. Learn the very basics of scripting first, you don't have any knowledge as i can see.
  8. MIKI785

    bindKey

    source is undefined most likely... Try this instead: addEventHandler("onPlayerJoin", root, function () bindKey(source, "u", "down", "chatbox", "party") end) Or simply use bindKey client sided.
  9. Anti command command? What the hell is that? You mean their cancellation? Simply cancel onPlayerCommand on any command you need.
  10. That's what it's for, that's its purpose, that people like you can't edit and perhaps steal other people's work. Stop trying to decompile scripts and learn to script yourself instead!
  11. MIKI785

    Siren

    Why would you do that??? He says he wants to use siren functions. use this: addVehicleSirens, there is example you can use.
  12. I still don't understand what you want... that list is a list of vehicle upgrades. id is the ID of the upgrade (Vehicle Upgrades) and there is also its name. If you want to use that file in another resource use path: ":admin/conf/upgrades.xml"
  13. What do you mean by "export"? List them out? Use XML functions in Lua.
  14. Then uoure not in the ACL group admin because by default that group can do redo.
  15. Just use UTF-8 and thats it.
  16. Are you sure? I remember that i was able to trigger onPlayerWasted. But that wasn't using triggerServerEvent but just triggerEvent and the handler was in another resource.
  17. No, you can't. The easiest way to do this is to use setAccountData and save the nick there. Using SQL is not needed.
  18. It's because of this part: if not respawn then destroyElement(v) else destroyElement(v) end What is that? You destroy it no matter what respawn is. Remove the else part.
  19. You're a funny guy. Of course you can't... you can show anything you want in scoreboard but you can't make "fake players". Attract real players in other way...
  20. If this is a bug try reporting it on http://bugs.mtasa.com.
  21. So you want the headings to be on the left and not on the top? You can't change that.
  22. What the hell? If you mean peds then use createPed.
  23. Thats probably because those objects dont have collisions.. youll have to find out their IDs.
  24. MIKI785

    The last reply

    That's actually mine, don't be jealous
  25. MIKI785

    Light mapping

    That looks like a completely different game, you wouldn't think that that's GTA:SA. Great job.
×
×
  • Create New...