
mommytellme
Members-
Posts
178 -
Joined
-
Last visited
Everything posted by mommytellme
-
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
-
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
-
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
-
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.
-
If the original script works, it will work too. Is there a problem with CJ skin?
-
Community bone_attach with interior and dimension support. Download
-
-
Attachable Items to Skin (Skin requires bone components)
mommytellme replied to Dretax's topic in Scripting
Maybe try bone_attach resource? -
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.
-
Awesome job guys! MTA 1:0 SAMP
- 84 replies
-
- mtasa
- forum stuff
-
(and 5 more)
Tagged with:
-
Translating wiki and 404.
mommytellme replied to mommytellme's topic in Site/Forum/Discord/Mantis/Wiki related
Thanks, it works. -
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?
-
Ah, okay. Thanks, i will use it.
-
Can you explain workaround 2? I don't get it.
-
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?
-
Will it be open-source?
-
Error after compiling on windows
mommytellme replied to mommytellme's topic in Open Source Contributors
Thanks, it's working. -
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
-
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.
-
Yup, Uncaught ReferenceError: mta is not defined
-
Also I thought about it, but I do not see anywhere on / off JS
-
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)
-
Good job!