Jump to content

mommytellme

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by mommytellme

  1. How about implementing Python as a scripting language? I looked over the source code - its organization makes it not look so hard to do. Python is way more powerful than Lua (but I don't say that Python should replace Lua - just be the second option) and there is a thousands of libraries that allows making awesome things
  2. More like something like Composer for MTA - for example resources.json file in main catalog, checked every restart - if changed, download new resources and update old. You can do this with scripting i think
  3. Good idea, but I would do asterisk substitute for any characters also. For example: *.txd - all files with txt extension file_*.txd - file_1, file_2, file_3, etc
  4. Are you sure? I've seen servers that used bone_attach to attach items to the CJ body. But if the problem is there, it's here too. I have no idea where the bug is, if is.
  5. If the original script works, it will work too. Is there a problem with CJ skin?
  6. Community bone_attach with interior and dimension support. Download
  7. I mean create a method by which we can export information from the MTA to external programs. For example, we can create electronic speedometer using this.
  8. Hi. I wanted to translate https://wiki.multitheftauto.com/wiki/Changes_in_1.5.1 article in wiki to polish, so i changed url from https://wiki.multitheftauto.com/wiki/Changes_in_1.5.1 to https://wiki.multitheftauto.com/wiki/PL/Changes_in_1.5.1 but it displays 404. Anyone know what way is correct?
  9. Ah, okay. Thanks, i will use it.
  10. Can you explain workaround 2? I don't get it.
  11. Hi, I'm writing a new shooting system (https://github.com/Dante383/custom-weapons) and looking for targeting animation during which you can move. Someone knows something?
  12. Hey. I'm cloned source code from github repository, and opened the file Core 2013.sln from Shared folder and tried to compile, but after a successful compilation error is displayed: Unable to start program guides 'C:\Program Files\MTA San Andreas 1.6\mta\ core_d.dll'. I'm using Microsoft Visual Studio Express 2013
  13. Hello! I have quite a strange problem. When I give myself using the admin panel or directly using the function, eg. 60 rounds of AK-47 (ie, in the clip is 30 rounds) can shoot the entire magazine and then the gun is reloaded and again I'll state the magazine before the shooting.
  14. mommytellme

    CEF

    Thanks, I forgot about it
  15. mommytellme

    CEF

    Yup, Uncaught ReferenceError: mta is not defined
  16. mommytellme

    CEF

    Yes, it is turned on
  17. mommytellme

    CEF

    Also I thought about it, but I do not see anywhere on / off JS
  18. mommytellme

    CEF

    Hi, I started with the CEF and created the login panel, but if I try to call the JS-level event MTA using mta.triggerEvent("onCEFLoginRegister"); , nothing happens. What am I doing wrong? My code: local sw,sh = guiGetScreenSize() local webView = guiCreateBrowser(0, 0, sw, sh, true, true, true) --function render () --dxDrawImage(0, 0, sw, sh, webView) --end addEventHandler("onClientBrowserCreated", webView, function() loadBrowserURL(source, "http://mta/local/html/index.html") focusBrowser(source) end ) addEventHandler("onCEFLoginRegister", root, function () outputChatBox("beniz") end)
×
×
  • Create New...