-
Posts
410 -
Joined
-
Last visited
-
Days Won
32
Everything posted by FernandoMTA
-
Like PUBG outside the safe zone where the player takes damage slowly?
-
Hi! Very interesting, it definitely sounds useful. Do you know any practical applications of this module so far?
-
I never heard of this issue. Can u provide screenshots, and what scripts u have running in your server? You can try seeking help in MTA Discord maybe that will be faster.
-
Colocar todos os mods no mtaserver.conf
FernandoMTA replied to Doongogar's topic in Programação em Lua
Eu aconselho colocar apenas 1 único recurso para iniciar automaticamente com o servidor. Esse mesmo recurso vai iniciar todos os recursos que você precisar com startResource. Eu acho que isto permite mais controlo e verificações de eventuais erros ou problemas com os recursos do servidor. -
Change will only happen if people ask for it or someone decides to do it out of own will. I don't know if there's need to upgrade Lua version entirely. I know new functions & features can be added directly when needed. You can stay up to date with MTA Development:
-
I think the Ban Appeals section should be excluded from the forum's default activity stream (recent posts) for the following reasons: - Global MTA ban appeals are only intended to be handled by MTA staff. Regular users shouldn't comment on them. - New ban appeals are posted almost every day, several times a day and seem to be happening more and more frequently. - A lot of appeal attempts are invalid and end up getting a reply by a moderator & locked quickly. - Many of the posts are in another language, and generally not interesting for anyone who is not staff to read through. - Hiding Ban Appeal posts from the recent posts stream will give more exposure to other interesting posts like Resource showcases or Looking for help posts. - Forum feed will feel less spammed. Yay or nay?
-
MTA uses Lua 5.1 https://github.com/multitheftauto/mtasa-blue/tree/master/vendor/lua (correct me if I'm wrong). Features from more recent Lua versions won't work in your MTA Lua client/server scripts. For example, the goto statement was only added in Lua 5.2 http://lua-users.org/wiki/GotoStatement
-
@greenops011 I checked and that screenshot_path coreconfig.XML setting is not used. Always defaults to the MTA installation directory / screenshots. You can open a feature request here if you think the user should be able to customize screenshots path.
-
The 2 most common ways of interacting with other resource scripts is: - calling exported functions like: exports.resourceName:functionName or exports["resourceName"]:functionName - calling events, you should look for which were added in other resources: triggerEvent, triggerServerEvent, etc
-
Hello, you should look in the MTA wiki for the syntax of the functions that you are using (dxDrawRectangle, dxDrawImage, dxDrawText) to understand how they are drawn on the screen (x and y positions, width, height, etc).
-
Important security notification for server owners and hosters
FernandoMTA replied to Dutchman101's topic in News
Thanks Dutchman ? -
Oh nice, you add as many vehicle components as you want right?
-
Hey taking advantage of this thread to ask a question xD: Has anyone tried adding more than 5 variants to a vehicle model? The wiki says you can have extra1, extra2, extra3, extra4 or extra5, but would extra6 ... work? ?
-
We are still looking for developers! We have some vacant positions Please reach out to us via the contact methods on the main post.
-
Hello, this server is currently massively using Newmodels: https://forum.multitheftauto.com/topic/133992-english-wip-6-monthz-in-zombie-apocalypse-roleplay/ They haven't experienced any lag using this lib, you can check it out for yourself Also I have did a lot of testing and it doesn't affect. The element data is set on the vehicle/object/ped you want to have a custom model. Then the client listens to that elemtn data change, this is not performance heavy. You should have no problems
-
[RP] San Andreas Roleplay [English]
FernandoMTA replied to FernandoMTA's topic in Servers to play on
San Andreas Roleplay is back with some important changes! The setting is now Las Venturas in the year 1989. A fresh start. We've added a ton of new vehicles, properties, items and are actively working on mapping and script updates to enrich the new scenarios. Come roleplay in the server and interact with the several active legal & illegal organisations. IP: server.sa-roleplay.net Forums: https://forums.sa-roleplay.net/ Discord: https://discord.com/invite/5RjXS5s5km -
It's not a module officially recommended by MTA what is your server specs? Windows/Linux? 64 bit?
-
open source SkyGFX - brings back your ps2 aesthetic graphic
FernandoMTA replied to Nurupo's topic in Resources
Fantastic stuff @Nurupo keep it up -
OVH game VPS resellers like https://soyoustart.com/ for top tier DDoS protection
-
I think you should seek help in MTA Discord showing screenshots etc so you can get live support
-
open source [REL] NandoCrypt - File Encryption Resource
FernandoMTA replied to FernandoMTA's topic in Resources
You're welcome. I'll remain open to suggestions! -
Hi you should tell us which resources you have in your server at least. Is it some gamemode like OwlGaming?
-
open source [REL] NandoCrypt - File Encryption Resource
FernandoMTA replied to FernandoMTA's topic in Resources
Here you go, it's done. @Nixon I've updated the example resource. It includes a way to set Model LOD distances like you suggested. https://github.com/Fernando-A-Rocha/mta-nandocrypt#use -
open source [REL] NandoCrypt - File Encryption Resource
FernandoMTA replied to FernandoMTA's topic in Resources
Thanks for the feedback. I appreciate the suggestions. 1. I will investigate if scanning an entire folder for file names is possible/viable. It would indeed be useful. 2. The replace script is very basic. I'm looking to improve it soon very shortly. I'll see if I can include a setting for Model LOD Distance in it and also in newmodels-example which could also use it. -
I will be trying this, thank you