-
Posts
3,494 -
Joined
-
Last visited
-
Days Won
115
Everything posted by Tut
-
Please remove the world object using RemoveWorldModel, and then create it using createObject. It's noted in engineReplaceModel that it may not have streamed in correctly, so doing the above should work around the issue.
-
Please create the object using Lua functions or map editor. Another thing that would explain the issue, is having poorly calculated collision boundings. If your collision boundings are not covering your DFF model, it will cause camera clipping issues. Please work on the above and reply back if the issues persists.
-
Nice mapping. I've checked the channel - says it's for SAMP. Is this mapping compatible with MTA?
-
Ok, this should demonstrate how to resolve the night lighting and collision problem. The next time that you work with world objects please use The Hero's DFF plugin, as it produces a lot better quality DFF. If the collision repair trick does not resolve your issue, please install Goldfish's scripts. Under its utilities, run export_steve_col_script. This clears up any zero-faced geometry.
-
Hi, welcome to the forums @alitaskaya19! Thread's been moved into the Turkish help section, so that it will hopefully receive the attention it needs.
-
Please check out Dutchman101's comment on this issue. Side note, this is an international forum so we expect posts in English.
-
Please upload your model here and inform me of what you're trying to do. I might record myself doing it as needed. However, I'll need to know a little more about what you're trying to create. https://upload.mtasa.com/
-
como puedo reiniciar el servidor dede host 4evergaming es que no se como
Tut replied to Filif's topic in Hosting solutions
Please use the Spanish sections: https://forum.multitheftauto.com/forum/166-spanish-español/ -
Instead of working with the Vertex Color channel, select the Vertex Illumination channel instead.
-
Hi, MTA cannot interfere with server policies and bans. This is an issue that you need to appeal with the server administration. Sorry that I cannot give you any better news.
-
Hi, welcome to the forums. We have a Turkish section, I suggest using it if you need to communicate with others from your country. https://forum.multitheftauto.com/forum/95-turkish-türkçe/
-
I have moved this into the Scripting section. Hopefully it will receive the attention it needs
-
Vertex is a point that makes up triangles. Vortex is a vehicle. Important to know! Here's a quick guide on rendering lighting into vertex colors. It uses the VertexPaint modifier, which is the same interface that you would use for manually painting vertices or faces. It's much like any other brush painting interface, should be fairly self explanatory. https://forum.multitheftauto.com/topic/125256-creating-facet-prelight-in-2-minutes/ For exporting vertex colors, it depends on the plugin that you use. If Kam's, enable 'VC' and 'NVC'. If The Hero's, enable 'Vertex prelights', 'Light flag' and 'Extra vertex colors'.
-
Are you asking how to modify the vehicle Vortex, and export the modified version into MTA?
-
I've slid this into the Scripting section, hopefully it will receive the help it needs. Added "LOD" in your title to lead the right people to your thread.
-
The 24 hour ban issued December 31st has now expired, however it was not applied in error. Sorry for the delay.
-
No worries, I've sorted out the title. Cheers
-
Title shortened. Please keep them brief, avoid adding complete errors there. i can't run my mta because of this error --------------------------- MTA: San Andreas (CTRL+C to copy) ------------- Failed to load: 'C:\Program Files (x86)\MTA San Andreas 1.5\mta\loader.dll' Error 998: Invalid access to memory location.
- 19 replies
-
- error
- loader.dll
-
(and 1 more)
Tagged with:
-
Hi there I would look into setting animation or loading Wayfarer IFP for the rider. https://wiki.multitheftauto.com/wiki/SetPedAnimation https://wiki.multitheftauto.com/wiki/EngineLoadIFP
-
Como fazer alguns veículos não utilizarem a gasolina?
Tut replied to CoringaBVL's topic in Programação em Lua
Welcome to the forums @CoringaBVL! Thread has been moved to the Portuguese scripting section. Please do not use the Title field for entering your question. Keep it short and brief! Original title (edited out) Consegui fazer com que a bike não desça a Gasolina, agora preciso por outros veículos como faço para adicionar apenas alguns modelos de veiculo por ID para a gasolina nao funcionar. (Veiculos de Empregos no caso)- 1 reply
-
- 1
-
-
ayuda con nuevas ruedas!!
Tut replied to Matias_RomanC's topic in Ayuda relacionada al cliente/servidor
Hello, welcome to the forums @Matias_RomanC Thread's been moved into the Spanish support section for best results. -
I suspect you're able to use a shader for disabling weather vertex colors. I've moved your thread into the Scripting section for best results.