Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. Read this: https://wiki.multitheftauto.com/wiki/Element_Data Maybe you're saving something that cannot be saved into element data.
  2. The debug doesn't output anything?
  3. Read the wiki for once... what you wrote doesn't make sense. getTime returns 2 ints.
  4. Use this function: setObjectBreakable
  5. That's because race rewrites getPlayerName somewhere. In utils or _common.lua I think. If you want to show colorcodes (why?) use _getPlayerName to get player's nick.
  6. My MTA didn't crash for a long time, it crashes every few minutes now after this update...
  7. I would put fadeCamera there as well, just to make sure.
  8. That's obvious 'cause you don't know how to use setCameraTarget.. read the wiki for once. Should be setCameraTarget(player)
  9. Nice, but the download size is gonna be pretty big, no?
  10. Support for flash objects (or something like that) was requested ages ago on bug tracker... it was declined mainly because of security reasons i think. Btw. you should have reported this on bugtracker, but it won't be added anyway
  11. He's trying to make the same thing as FFS/TG, that is a pretty big project. Well, 38 lines aren't enough for sure
  12. You're trying to make arenas like this? LoL, you really think that it's this simple? You gotta be naive as hell... arenas are thousands of lines of code... learn Lua first, this is totally advanced thing to do and you can't even do setElementDimension correctly.
  13. Wrong section. You can do this by scripting, but you won't be able to save the logs to "logs" folder but to the resource's folder.
  14. MIKI785

    display chat

    Read this: https://wiki.multitheftauto.com/wiki/OnPlayerCommand There is example that is what you want, just edit it.
  15. I really doubt that this is legitimate as well.
  16. You can't simply 'export it'. But you can make it by using images and dx Functions dxDrawImage / dxDrawImageSection or guiCreateStaticImage. There is no other way.
  17. You can't, interiors in GTA:SA don't allow this. But you can make your own building with your own interior in map editor. This way it can be seen from outside.
  18. You should post it at bug tracker: https://bugs.multitheftauto.com/
  19. The moderator will move it. Btw. this can be useful, good job.
  20. CHANGE IT TO BOOLEAN! addEventHandler("onClientRender", getRootElement(), mainDrawing, true, "high")
  21. You don't even know booleans? True/False? ...
  22. The fourth argument shouldn't be as string but as boolean. My bad. But you can't fix even that? O_o
×
×
  • Create New...