Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/21 in all areas

  1. Multi Theft Auto: San Andreas 1.5.9 is released! Happy autumn! We've been working hard and today we're proud to announce the release of MTA:SA 1.5.9. You will receive an automatic update soon, but if you don't have MTA installed, you can get it from the home page. Statistics This is the 26th 1.x.x release 355 days 49 new functions 16 new events 0 deprecations 77+ bug fixes and changes 334 commits (see comparison) 189 new open GitHub issues (see list) 81 resolved GitHub issues (see list) 135 closed GitHub issues (see list) 71 new open GitHub pull requests (see list) 207 merged GitHub pull requests (see list) 53 closed GitHub pull requests (see list) 38 contributors of which 11 are new (see list) 94+ total contributors (see list) 13 vendor updates Download This release is (mostly) backwards compatible with the older 1.5.x releases (1.5.8, 1.5.7, all the way to 1.5). If you're a server owner, please take note of the Changes in 1.5.9 wiki page, more specifically the Backwards Incompatible Changes. You may need to update your scripts for 1.5.9. Servers: binaries are available. Don't forget to update your default resources. WANT TO DOWNLOAD THE MOD? CLICK HERE (Win7/Win8/Win10) Twitch We hosted a community livestream event at the end of July which was very nice! We hung out and played MTA with you on various servers. You can watch a recording of the livestream on our YouTube channel at https://youtu.be/n2KcspT0F0A. We wish to do more of these livestreams soon! Merch We launched a 100% non-profit merch store on Spreadshirt earlier this year! If you feel like getting some of that official MTA swag, check out the merch store here: https://multitheftauto.myspreadshop.net/all and wear that MTA gang drip at school or work. Check out https://streamlabs.com/mtaqa/merch for merch! AMX (SAMP) amx is a software package that allows the execution of unmodified San Andreas: Multiplayer 0.3.7 gamemodes, filterscripts and plugins on Multi Theft Auto: San Andreas 1.5.8 and higher servers. It is open source, and a prebuilt binary for Windows is available for testing purposes right now. The AMX team hopes that more people get involved with the development on GitHub as they need some help! Check out our GitHub repo for more information on how to use your SAMP scripts in MTA! 1.5.9 Highlights This release includes many additions, improvements, and fixes: You can now use the new onPlayerResourceStart server-side event to trigger when client is ready! Thanks to @Lpsd You can now detect element interior or dimension change through two new client and server-side events onElementInteriorChange and onElementDimensionChange – should reduce some of your code! Thanks to @Patrick and @Strix You can now edit element bone behavior through 7 new bone manipulation functions! Great for some dynamic animations. Get started at setElementBonePosition and setElementBoneRotation. Thanks to @Saml1er More vehicle customisation options! You can now edit vehicle dummy positions per vehicle. See setVehicleDummyPosition. Thanks to @botder More audio customisation with sound effect parameters! See setSoundEffectParameter. Thanks to @Strix and @Sarrum More client download transfer box customisation options! See for example onClientTransferBoxProgressChange. Thanks to @botder and @CrosRoad95 You can now allocate custom objects and vehicles through engineRequestModel. One of the most sought after features in a long time. Thanks to @TheNormalnij You can now use scalable vector graphics (SVG) in MTA! See svgCreate for more info. Thanks to @Lpsd You can now use peds and vehicles as the camera target. Thanks to @TheNormalnij A lot more features for scripters to build even more immersive experiences with! Many synchronization improvements! Many varying size fixes, quality of life improvements, updates and security enhancements! Many default resource fixes, refactors and upgrades, including webmap working once again! We have also improved the detection of world objects in map editor (editor_main resource), so you can select many more objects that you couldn't before - such as bushes, fences and many more! You can now also remove world objects inside interiors. This should help mappers a lot. If you are a scripter, you really should wanna dig in to these improvements! Show off your creations on our #showroom channel on our Discord server and have a chance at getting your work featured on our social media pages. Read the 1.5.9 release notes for a complete set of changes and more information about the improvements listed below. Watch or star our GitHub repository to keep on top of all the things we're working on. Important future script changes This will be the last 1.5 update and in the next version of MTA there will be numerous backwards incompatible changes and refactors that may affect old code. We will try to focus on making migration from 1.5.9 to the next version smooth for everyone. From 1.6 onwards we will be making at least the following changes: callRemote callbacks currently set the error code to nil when there is no error. In 1.6, to be consistent with fetchRemote, the error code reported will be 0. See GitHub #294. Since July 2016 if you provide an invalid string like "randomstring" when a function expects a number, the string will be treated as 0 and raise a script warning. In 1.6 this will be an error. You will still be able to provide strings containing numbers (e.g. "100" and "12.34"), this change only affects invalid strings. See GitHub #1043. When providing a width and height of (0, 0) to createBrowser or guiCreateBrowser you will encounter a script error instead of a warning. The warning was introduced Feb 2019. See GitHub #1069. Some functions expect only unsigned integers (positive numbers), and since Jan 2016 providing negative numbers would be a warning. This will now be an error. See GitHub #1070. Since Aug 2015, we replaced the custom mtalocal:// URL scheme with http://mta/resourceName/blah.html. This mtalocal:// URL scheme will now be removed. See GitHub #1071. This list is incomplete and we may introduce more changes later. What's next? Our eyes are now on the next version of MTA, which will break backwards compatibility in many ways as we work to refactor MTA's codebase. We are looking to host more community livestreams in the future, especially when we get further into the development of the next version of MTA. Stay tuned for more info most likely starting next year! We are also still working on our community 2.0 website with an internal goal of having phase 1 of development finished by August 2022. Latest news on this is that we've had major advancements on our stack which has been long overdue. We have also continued design on both backend and frontend. We will keep you updated should any news on this project surface. Multi Theft Auto depends on community input and contributions. To keep a project like MTA going we need LOTS of people. You can help in the following areas: Testing and bug reporting Whenever you encounter a bug or recognise a need for improvement, we can't fix it until you tell us your problem! We're continually working on new features and fixes for MTA, and this always needs testing. Join our Nightly release stream and make sure you keep in touch with on Discord and report issues on GitHub. Programming If you know C++ you may be interested in helping improve Multi Theft Auto's client. Working on open-source software may seem scary, but the best way is to try! Read GitHub's open source guide, and then find an itch to scratch, or scratch your own! Documentation Documentation is important, but also time consuming. If you enjoy writing and have some knowledge of English, or you would like to translate the English version to your native language, you’re very welcome to do so. Just head over to our wiki, create an account, and start editing! Support Do you like people? Can you give calm and thought-out responses to users needing help? Then you can spend some time providing support to those who need it. Many answers can be found on our wiki, so make sure to take some time to read it. Then, either join our chat or forums (linked below), or simply help us sort out issues and answer questions on the GitHub repository. Translation Want to translate MTA to your own language? Awesome! Visit us on Pootle. As soon as your translation is approved, it will be pushed to our repository for use in future releases. Donations Keeping the MTA downloads, master server and websites alive costs money! If you want to help us sustain our financial expenses, please donate! Show your creativity! We are actively looking for new creations on our #showroom channel on Discord, as well as #mtasa on Twitter for content we would like to repost on our social media pages and pin on our annual recap forum post. Follow us on our social media channels: Twitch, YouTube, Facebook, Reddit, LinkedIn. Thank you! Thank you to the following community members for their donations this year: @Arran, @Azukie, @Dmi7ry, @IIYAMA, Malone, Berni, @NoHear, lupinek, @Flatliner_, @Sarrum, Shine, @Trumavarium Thank you very much to the following community members for their work towards this release: @botder, @myonlake, @Pirulax, @TheNormalnij, @sbx320, @Dutchman101, @Strix, @qaisjp, @Zango, @Sarrum, @Lpsd, @Jusonex, @Woovie, @cleopatra, @Saml1er, @Patrick, @TEDERIs, @ccw, @fastman92, @Allerek, drop-club, @CrosRoad95, @iDannz, @JeViCo, @STR6, se16n, @FileEX, delinx, emre1702, @Disinterpreter, @LosFaul, @NanoBob, @pieT, PauloKim1246, ecastro98, @Luxy.c, Unde-R, TeteX1, @The_GTA, @leetIbrahim, @mertcan4555, @Lvrent, @Inder00, @Arran, @iDannz, @xLive, jlillis, ricksterhd123, @srslyyyy, @androksi, Yamsha75, @AfuSensi, Dark-Dragon, umithyo, brenodanyel, Mkl21, 1lyncon, Dante383, @turret001, Dezash, @Deihim007, @0xCiBeR and many others who contributed to our Wiki and helped out with issues. (If your name is missing or you want to change your entry above, please let us know on Discord!) You could be on this list! We're always on the lookout for new contributors. Contribute on GitHub, and chat with us on Discord. We have channels for scripting, general support (bugs), mod development, and many more! And one more thank you to every member of the MTA staff who helps support this forum and Discord. Without your efforts, this project would not be nearly as successful as it is now. Also a big thank you to the new MTA helpers team who support our users on this forum and Discord! Finally, please give a ? to our newest staff members @androksi, @Pirulax, @Sarrum and @xLive; newest contributors colistro123, @Pirulax and @TheNormalnij, as well as our newest addition to the MTA team @myonlake! Have a good autumn! — MTA Team
    4 points
  2. I am happy to have contributed to this amazing MTA 1.5.9 release! Not only has the stability of the mod been improved (based on my contribution). By introducing strong model-related engine functions, MTA is providing the opportunity for content creators in general to make their multiplayer ideas come true. I have always been dreaming about this and thank you very much for that! On a side note I do appreciate the introduction of SVG clientside functions. It could be useful to power-users like me who wish to bundle many draw-calls into one from either external tools of a serverside thing. Cool new addition!
    2 points
  3. We have an announcement to make regarding certain services and technologies, like "Cloud Gaming" platforms and various cloud / cloud VM and hypervisor based services and software. Unfortunately, the majority of such services can no longer be used with MTA starting today. After observing a growing trend of abuse, such as server ban evading (serials related) we have enabled the same type of security, known as MTA serial verification - which usually applies to the most common consumer VM software - to all VM types and cloud services that we know of. This means that the procedure from https://updatesa.multitheftauto.com/sa/trouble/?tr=serial-validation must be followed on all relevant services, not just the aforementioned. Because most cloud & VM hosting services won't provide users access to the host machine (that hosts the VM), we expect that most "cloud gaming" users will no longer be able to play MTA using said service. Not that MTA is an attractive game to play in cloud gaming though, we advise you to use MTA like a normal user (on your own PC) and understand that we care about servers being able to reliably ban players. Cloud gaming, for instance.. would constantly offer you a new so-called environment, allowing infinite serial swaps, making you hard to ban. It's possible for some people still being able to use relevant services, as these measures will only apply to newly generated MTA serials (not retroactively). This is intended. This topic is also relevant to the "There was a problem validating your serial" error and "Banned by MTA" with reason PROHIBITED VM TYPE / SECURITY VIOLATION
    1 point
  4. Hi, I would like to make an appeal from a penalty that was given a long time ago. For many years I was a gamer, I made servers that were better, worse - I was just an ordinary developer. I fell into a bad company that dragged me into cheating fun (injector, which didn't work at all), which was a terrible thing because back then I became a cheater like any other cheater. The Society started sowing bad news about me, added a lot to my ban, and I missed any chance with you. I would like to call for a last chance, I have been a player with you for years and I would like to return to programming which is my passion, doing it honestly. I cut myself off completely from the company that was also punished, they didn't change and I realized my mistake. I tried to avoid the bans, I spent a lot of time here and I would like to continue to do so, after all, I would like to legally participate in the game, just like any other player. Serial: 03D3FAEF24A3BA95778753875217F8A3 Regards Norelock.
    1 point
  5. I'm so proud to be part of this community! MTA Since 2009 (the day I started play MTA)
    1 point
  6. No, it does not suck. YouTube is doing this to 1) advance their app agenda and 2) force people back to their website. It makes perfect sense from a business perspective. They are known to do this because they have attacked the myTube! Windows 10 app multiple times by API changes. If you want to give them the benefit of the doubt then you can blame the instability of web technologies in general. But now you understand why they are really good at their agenda and not "suck".
    1 point
  7. Awesome! Thank you all for your continued efforts.
    1 point
  8. Well done to everyone who has contributed to this amazing release!
    1 point
  9. Congrats on the release! Great to see so much progress still happening!
    1 point
  10. if not ("Cheez"):find("[^%w%d\\|@#~!\"%$%%%^&/%(%)%[%]=%?%+%*%-%.']") then outputChatBox("Valid nickname!"); end;
    1 point
  11. I'm not sure if this would work (don't have time to test it) but you could atleast try it. local charTable = {["\\"] = true, ["|"] = true, ["/"] = true, ["@"] = true, ["#"] = true, ["~"] = true, ["!"] = true, ["\""] = true, ["$"] = true, ["%"] = true, ["&"] = true, ["("] = true, [")"] = true, ["["] = true, ["]"] = true, ["="] = true, ["?"] = true, ["+"] = true, ["-"] = true, ["*"] = true, ["."] = true, ["'"] = true} if newNick:find("%W") and not charTable[newNick:find("%W")] then Basically you add all the allowed characters in a table, and then check that if a non-alphanumerical character is found and it's not in the table then you cancel it.
    1 point
×
×
  • Create New...