<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=D1stRU3T0R</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=D1stRU3T0R"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/D1stRU3T0R"/>
	<updated>2026-05-11T07:29:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Changes_in_1.6&amp;diff=76052</id>
		<title>Changes in 1.6</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Changes_in_1.6&amp;diff=76052"/>
		<updated>2023-01-25T23:04:08Z</updated>

		<summary type="html">&lt;p&gt;D1stRU3T0R: fixed the date&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;#4286f4&amp;quot; subcaption=&amp;quot;Next release&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
{{Changelogs}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
'''This changelog is partial and needs updating. It is updated progressively to keep the page always up to date.&lt;br /&gt;
&lt;br /&gt;
This release was planned to be released Oct 1, 2022, but since the development team run into difficulties, the release got postponed.&lt;br /&gt;
:* GitHub commit log: https://github.com/multitheftauto/mtasa-blue/compare/1.5.9...master&lt;br /&gt;
:* GitHub milestone: https://github.com/multitheftauto/mtasa-blue/milestone/9&lt;br /&gt;
:* Resources GitHub commit log: https://github.com/multitheftauto/mtasa-resources/compare/1.5.9...master&lt;br /&gt;
:* Release announcement on forums: TBA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 10 Backwards Incompatible Changes ==&lt;br /&gt;
These changes will take effect in this version and scripts may need to be manually upgraded when updating:&lt;br /&gt;
&lt;br /&gt;
:* [[callRemote]] callbacks currently set the error code to ''nil'' when there is no error. In this version, to be consistent with [[fetchRemote]], the error code reported will be '''0''' ([https://github.com/multitheftauto/mtasa-blue/issues/294 #294]).&lt;br /&gt;
:* Since Aug 2015, we replaced the custom ''mtalocal://'' URL scheme with '''http://mta/resourceName/blah.html'''. The ''mtalocal://'' URL scheme will now be removed ([https://github.com/multitheftauto/mtasa-blue/issues/1071 #1071]).&lt;br /&gt;
:* Since Jul 2016 if you provide an invalid string like ''&amp;quot;randomstring&amp;quot;'' when a function expects a number, the string will be treated as '''0''' and raise a script warning. This will be now an error. You will still be able to provide strings containing numbers (e.g. ''&amp;quot;100&amp;quot;'' and ''&amp;quot;12.34&amp;quot;''), this change only affects invalid strings ([https://github.com/multitheftauto/mtasa-blue/issues/1043 #1043]).&lt;br /&gt;
:* 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 ([https://github.com/multitheftauto/mtasa-blue/issues/1070 #1070]).&lt;br /&gt;
:* When providing a width and height of ''(0, 0)'' to [[createBrowser]] or [[guiCreateBrowser]] you will encounter a script error instead of a warning, introduced in Feb 2019 ([https://github.com/multitheftauto/mtasa-blue/issues/1069 #1069]).&lt;br /&gt;
:* The previously unused ''z'' argument in [[getElementsWithinRange]] now calculates elements in 3D space instead of 2D space ([https://github.com/multitheftauto/mtasa-blue/pull/1994 #1994]).&lt;br /&gt;
:* Flamethrower ammo is no longer multiplied by 10 ([https://github.com/multitheftauto/mtasa-blue/issues/481 #481]).&lt;br /&gt;
:* Server-side [[createBlip]] now syncs blip size and color regardless of icon ID, previously only icon ID 0 had its size and color synced to clients ([https://github.com/multitheftauto/mtasa-blue/issues/1399 #1399]).&lt;br /&gt;
:* Server-side [[givePlayerMoney]] and [[setPlayerMoney]] cap has been raised from 99.999.999 (8 digits) to 999.999.999 (9 digits) to match the maximum native UI value ([https://github.com/multitheftauto/mtasa-blue/issues/2654 #2654]).&lt;br /&gt;
:* Players are now synced when exiting vehicle ([https://github.com/multitheftauto/mtasa-blue/pull/2084 #2084]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notable Changes ==&lt;br /&gt;
This update is primarily focused on fixes and changes rather than new features, but there are a lot of features planned for the next release!&lt;br /&gt;
&lt;br /&gt;
:* Many high FPS related inconsistency issues have been fixed by Merlin!&lt;br /&gt;
:* Script support for custom IMG containers, and ability to set model flags. Thanks to TheNormalnij!&lt;br /&gt;
:* A number of graphical effects&lt;br /&gt;
::* Added support for vehicle sun glare effect. Thanks to gta191977649 and TheNormalnij.&lt;br /&gt;
::* Added corona rain reflections. Thanks to lopezloo.&lt;br /&gt;
::* Added big sun lens flare effect. Thanks to gta191977649.&lt;br /&gt;
::* Added dynamic ped shadows. Thanks to lopezloo.&lt;br /&gt;
::* Grass should now render correctly. Thanks to TFP-dev.&lt;br /&gt;
:* ARM support for MTA server is here! This support should still considered experimental. Thanks to botder.&lt;br /&gt;
:* Added new ''Default 2023'' GUI skin. Thanks to Haxardous.&lt;br /&gt;
:* Many stability improvements&lt;br /&gt;
:* Many synchronization improvements&lt;br /&gt;
:* Many varying size fixes, quality of life improvements, updates and security enhancements to both core and resources!&lt;br /&gt;
:* Updates to all language translations from our [https://multitheftauto.crowdin.com Crowdin]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Statistics ==&lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
These are some statistics since the [[Changes in 1.5.9|previous release]].&lt;br /&gt;
:* This is the '''27&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;''' 1.x.x release&lt;br /&gt;
:* '''{{date difference|2021|10|01|2023|01|06}}''' days&lt;br /&gt;
:* '''10''' backwards incompatible changes&lt;br /&gt;
:* '''7''' new functions&lt;br /&gt;
:* '''1''' new event&lt;br /&gt;
:* '''3''' deprecations&lt;br /&gt;
:* '''178+''' bug fixes and changes&lt;br /&gt;
:* '''561''' commits ([https://github.com/multitheftauto/mtasa-blue/compare/1.5.9...master see comparison])&lt;br /&gt;
:* '''153''' new open GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?q=is%3Aopen+is%3Aissue+created%3A2021-10-01..2022-12-31 see list])&lt;br /&gt;
:* '''55''' resolved GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?q=is%3Aclosed+is%3Aissue+milestone%3A%22Next+Release+%281.6.0%29%22 see list])&lt;br /&gt;
:* '''52''' closed GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?q=is%3Aclosed+is%3Aissue+closed%3A2021-10-01..2022-12-31+no%3Amilestone+-label%3Ainvalid see list])&lt;br /&gt;
:* '''27''' new open GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Aopen+is%3Apr+created%3A2021-10-01..2022-12-31 see list])&lt;br /&gt;
:* '''158''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+is%3Amerged+milestone%3A%22Next+Release+%281.6.0%29%22 see list])&lt;br /&gt;
:* '''78''' closed GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+is%3Aunmerged+closed%3A2021-10-01..2022-12-31 see list])&lt;br /&gt;
:* '''33''' contributors of which '''11''' are new ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2021-10-01&amp;amp;to=2022-12-31&amp;amp;type=c see list])&lt;br /&gt;
:* '''100+''' total contributors ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors see list])&lt;br /&gt;
:* '''17''' vendor updates&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;'''Note:''' Last update to these statistics was made {{date difference human friendly|2023|01|01}}.&amp;lt;/sub&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 14 New Features ==&lt;br /&gt;
=== Shared ===&lt;br /&gt;
:* Added RSA support on [[encodeString]], along with a new function ([https://github.com/multitheftauto/mtasa-blue/commit/e7e3ba5b337f791203ef977bd083a28226614da7 e7e3ba5], [https://github.com/multitheftauto/mtasa-blue/commit/39bc23f136d82a4849a7b09edfa65fc927b52acc 39bc23f] and [https://github.com/multitheftauto/mtasa-blue/commit/83185ef2fbc1ee086cc7acb1a97b4b15bf939a88 83185ef] by '''Inder00''', '''Pirulax''' and '''TheNormalnij''')&lt;br /&gt;
:** [[generateKeyPair]]&lt;br /&gt;
:* Added HMAC support on [[encodeString]] ([https://github.com/multitheftauto/mtasa-blue/commit/eebf228224860eed030d59d629e905dc9a79b13c eebf228] by '''Inder00''')&lt;br /&gt;
:* Added [[getProcessMemoryStats]] ([https://github.com/multitheftauto/mtasa-blue/commit/dd571b4793ac6773c634a1cdc6b28bfa00891127 dd571b4] by '''botder''')&lt;br /&gt;
&lt;br /&gt;
=== Client ===&lt;br /&gt;
:* Added vehicle sun glare effect to [[setWorldSpecialPropertyEnabled]] and [[isWorldSpecialPropertyEnabled]] ([https://github.com/multitheftauto/mtasa-blue/commit/1fac28795ece272f0a7fe0b697c793b315ac3459 1fac287] by '''gta191977649''' and '''TheNormalnij''' and [https://github.com/multitheftauto/mtasa-blue/commit/3068896767976610332272a35ceda28fd33bb75f 3068896] and [https://github.com/multitheftauto/mtasa-blue/commit/da49960feb6651e1cb6efb8a63408eb8ad89c30e da49960] by '''gta191977649''')&lt;br /&gt;
:* Added support for WebM files to [[playSound]] and [[playSound3D]] ([https://github.com/multitheftauto/mtasa-blue/commit/545a22a531b9f4eee01e3d502cbb38b0d95b4c4f 545a22a] by '''theSarrum''')&lt;br /&gt;
:* Added corona rain reflections ([https://github.com/multitheftauto/mtasa-blue/commit/c4caa4b7e82291aca67056fc0f2e9835322f7db9 c4caa4b] by '''lopezloo''')&lt;br /&gt;
:* Added [[isCapsLockEnabled]] function ([https://github.com/multitheftauto/mtasa-blue/commit/e84a15e1ea4d47769e14917243ddb2eac54ae5ee e84a15e] by '''Lpsd''')&lt;br /&gt;
:* Added [[isMTAWindowFocused]] and [[onClientMTAFocusChange]] ([https://github.com/multitheftauto/mtasa-blue/commit/2438e4f9e7fbdeb67a8013fc17f268e6d19f2044 2438e4f] by '''Lpsd''')&lt;br /&gt;
:* Added [[getElementLighting]] ([https://github.com/multitheftauto/mtasa-blue/commit/bc54720421d0dcfa188a9e418d36fb732f061002 bc54720] by '''samr46''')&lt;br /&gt;
:* Added [[setChatboxCharacterLimit]] and [[getChatboxCharacterLimit]], and increased character limit to 255 ([https://github.com/multitheftauto/mtasa-blue/commit/82801ab353a5ea50f69c16904d7e678f620729c3 82801ab] by '''Lpsd''')&lt;br /&gt;
&lt;br /&gt;
=== Server ===&lt;br /&gt;
:* Added ARM support for the server executable ([https://github.com/multitheftauto/mtasa-blue/commit/8fc9004ec945a2ab74f4262ed0de267752f66675 8fc9004] and [https://github.com/multitheftauto/mtasa-blue/commit/d01bf2eafc3059d4eff764c228dc6b82d5af7ffe d01bf2e] by '''botder''')&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 142+ Changes and Bug Fixes ==&lt;br /&gt;
=== Shared ===&lt;br /&gt;
:* '''[Breaking change]''' Change bad numberstring warning to error ([https://github.com/multitheftauto/mtasa-blue/commit/9baf6a5b6b3fdeb5abaf76c1e2863354aa88e36a 9baf6a5] by '''patrikjuvonen''')&lt;br /&gt;
:* '''[Breaking change]''' Change unsigned type check from warning to error ([https://github.com/multitheftauto/mtasa-blue/commit/1cd1b61b4b45e4fcfe2e0e1cb36bf09d74419618 1cd1b61] by '''patrikjuvonen''')&lt;br /&gt;
:* '''[Breaking change]''' Added proper 3D radius check to [[getElementsWithinRange]] ([https://github.com/multitheftauto/mtasa-blue/commit/3b2b8fa9017fa27f47af0c6c3090c881a8a44327 3b2b8fa] by '''Pirulax''')&lt;br /&gt;
:* Added [[cancelEvent]] support for [[onElementModelChange]] and [[onClientElementModelChange]] ([https://github.com/multitheftauto/mtasa-blue/commit/7e7255280d3c42f7a36329f496d72c2b9efafe57 7e72552] by '''TheNormalnij''')&lt;br /&gt;
:* Fixed calling of [[onClientColShapeLeave]], [[onClientElementColShapeLeave]], [[onColShapeLeave]] and [[onElementColShapeLeave]] even if the element was destroyed ([https://github.com/multitheftauto/mtasa-blue/commit/f6177e43408053bf8d01fd9b55c478d770945340 f6177e4] by '''Inder00''')&lt;br /&gt;
:* Fixed [[getCameraTarget]] returning the player instead of their vehicle, if available ([https://github.com/multitheftauto/mtasa-blue/commit/05b7ea2d9c936b727ac057d3307d40a434f40352 05b7ea2] by '''botder''')&lt;br /&gt;
:* Fixed several code warnings ([https://github.com/multitheftauto/mtasa-blue/commit/e43aa1ba1dfd5c27fec50924938ac14444ff045e e43aa1b] by '''botder''')&lt;br /&gt;
:* Fixed a crash in CLatentTransferManager ([https://github.com/multitheftauto/mtasa-blue/commit/6220faa318c076d1fbd79050edf6eb53aa43819d 6220faa] by '''botder''')&lt;br /&gt;
:* Improved [[addEvent]] when sharing events over multiple resources ([https://github.com/multitheftauto/mtasa-blue/commit/f3811cb47633589ec5f1b0dd409045eb8c4133a0 f3811cb] by '''Pieter-Dewachter''')&lt;br /&gt;
:* Removed leftover Discord integration ([https://github.com/multitheftauto/mtasa-blue/commit/9708440462cd5ee815769bf5dfbdbe90d704cd26 9708440] by '''Lpsd''')&lt;br /&gt;
:* Removed protocol error 14 ([https://github.com/multitheftauto/mtasa-blue/commit/828ec464d3c761143af749720fe94f9e17712ccb 828ec46] by '''botder''')&lt;br /&gt;
:* Updated source translations&lt;br /&gt;
&lt;br /&gt;
=== Client ===&lt;br /&gt;
:* '''[Breaking change]''' Error out when creating a browser with size smaller than 1x1 ([https://github.com/multitheftauto/mtasa-blue/commit/a26417f2f4f313f23cf96add09c75fd8d0256b6d a26417f] by '''patrikjuvonen''')&lt;br /&gt;
:* '''[Breaking change]''' Removed ''mtalocal://'' URL scheme and error out on bad usage ([https://github.com/multitheftauto/mtasa-blue/commit/c4c01e29d29d214e51c7d689d8753e37e31c5e27 c4c01e2] by '''patrikjuvonen''')&lt;br /&gt;
:* '''[Breaking change]''' Fixed incorrect Bloodring Banger enter/exit animation ([https://github.com/multitheftauto/mtasa-blue/commit/2c6058d3772ef8dae77df6ad0b2421a86abbe746 2c6058d] by '''lopezloo''')&lt;br /&gt;
:* Added hook to change vehicle damage debris to the vehicle color ([https://github.com/multitheftauto/mtasa-blue/commit/952448d46c9ac6066dc9d51e26b9da41808077e9 952448d] by '''Merlin''')&lt;br /&gt;
:* Added missing chat_text_outline CVAR to [[getChatboxLayout]] function ([https://github.com/multitheftauto/mtasa-blue/commit/5cc419ca173301b03db15b0ae122fe970e96c2ef 5cc419c] by '''Pieter-Dewachter''')&lt;br /&gt;
:* Added missing getType method for [[camera]] element ([https://github.com/multitheftauto/mtasa-blue/commit/a89d975d7b959fe6c9b0af73ef6261cdb3763715 a89d975] by '''TheNormalnij''' and '''StrixG''')&lt;br /&gt;
:* Added missing model ids and names scraped from .ide files ([https://github.com/multitheftauto/mtasa-blue/commit/062dea31dc1a918d440bf7c87bd6957a7d9204ad 062dea3] by '''Merlin''')&lt;br /&gt;
:* Added new world special property ''coronaztest'' ([https://github.com/multitheftauto/mtasa-blue/commit/093ecf47422f535053f2f4b321bc32ee1c63befd 093ecf4] by '''gta191977649''')&lt;br /&gt;
:* Added pthread and x64 files to the uninstall process ([https://github.com/multitheftauto/mtasa-blue/commit/6ae2ff14e966f7792de3b995d7c8e9655cd5bc75 6ae2ff1] by '''patrikjuvonen''')&lt;br /&gt;
:* Added ability to enable/disable custom weapons collisions ([https://github.com/multitheftauto/mtasa-blue/commit/e27d97dbc79e7cadc1740211b4fe2e746970d8b5 e27d97d] by '''lopezloo''')&lt;br /&gt;
:* Added dynamic ped shadows ([https://github.com/multitheftauto/mtasa-blue/commit/74c359bcaa62fe6a6e8aaa281d247f9ee53778cc 74c359b] and [https://github.com/multitheftauto/mtasa-blue/commit/136e9cf449d4370e5f30090d5adb7783814e02e0 136e9cf] by '''lopezloo''')&lt;br /&gt;
:* Added new default skin (''Default 2023'') ([https://github.com/multitheftauto/mtasa-blue/commit/2d9e03324b07e355031ecb3263477477f1a91399 2d9e033] by '''Haxardous''' and [https://github.com/multitheftauto/mtasa-blue/commit/6ae0f657b1aec4c93d823fef3529412cc754631f 6ae0f65] by '''botder''')&lt;br /&gt;
:* Avoid hierarchy in [[engineRequestModel]] ([https://github.com/multitheftauto/mtasa-blue/commit/8e94ec19f8f71ceb0b8eb09e9a7bbc7b33b1cd36 8e94ec1] and [https://github.com/multitheftauto/mtasa-blue/pull/2440/commits/85203a6222dfa989b8877defb0abb8a47891a59e 85203a6] by '''TheNormalnij''' and '''Lpsd''')&lt;br /&gt;
:* Allow allocation of ''timed-object'' models using [[engineRequestModel]] ([https://github.com/multitheftauto/mtasa-blue/commit/f0a2424dd411f5eb454b554addf1eb217090f55b f0a2424] by '''TheNormalnij''')&lt;br /&gt;
:* Changed ''Enter a domain...'' text from web settings into a placeholder ([https://github.com/multitheftauto/mtasa-blue/commit/dc8241903184cf889502925b78c4d48d3413f0f4 dc82419] by '''patrikjuvonen''')&lt;br /&gt;
:* Changed GUI ''relative'' argument to be ''false'' by default ([https://github.com/multitheftauto/mtasa-blue/commit/9b022b632ddcb3989311332b0c9cf41356d54f55 9b022b6] by '''ghostkc12''')&lt;br /&gt;
:* Changed [[setVehiclesLODDistance]] and [[setPedsLODDistance]] to be able to override client setting ([https://github.com/multitheftauto/mtasa-blue/commit/a44db243df08cd729c850652e44994de1ceedcb1 a44db24] by '''samr46''')&lt;br /&gt;
:* Changed max ''fpslimit'' to 32767 ([https://github.com/multitheftauto/mtasa-blue/commit/50d80403182b1ac377502e08e29ec6ef51214c78 50d8040] by '''Merlin''')&lt;br /&gt;
:* Changed default vector wrapping from clamp to wrap ([https://github.com/multitheftauto/mtasa-blue/commit/0dcdac3946adb3e318fe92c6f86ebf024cdca045 0dcdac3] by '''Lpsd''')&lt;br /&gt;
:* Changed to proxy dll method for loading core.dll into GTA process ([https://github.com/multitheftauto/mtasa-blue/commit/ffd2a4bad56d90b52deab8b55b9cbee65623228b ffd2a4b], [https://github.com/multitheftauto/mtasa-blue/commit/c78d7255861dd18ed9e6ecdf94c02d21e5cda932 c78d725], [https://github.com/multitheftauto/mtasa-blue/commit/80e4078d80504b81c9103f4c8b5c84ff4a40ef7a 80e4078] and [https://github.com/multitheftauto/mtasa-blue/commit/336503042c5d60b53d1e10cd420410bbdd057b71 3365030] by '''botder''' and '''ccw''')&lt;br /&gt;
:* Check custom ped models before replacement ([https://github.com/multitheftauto/mtasa-blue/commit/d999e3e97770a11f4df25cd96c8bbe360c1fd4d9 d999e3e] by '''botder''')&lt;br /&gt;
:* Cleaned up and refactored server code ([https://github.com/multitheftauto/mtasa-blue/commit/693976b7131a87df71d81256a80cc48b22ab7bcf 693976b] and [https://github.com/multitheftauto/mtasa-blue/commit/cd1d2088a92b685b3b6294acb388fc1154ddbee4 cd1d208] by '''botder''')&lt;br /&gt;
:* Cleaned up ''CClientVehicle.cpp'' file ([https://github.com/multitheftauto/mtasa-blue/commit/8b806be300c94bd15f1fa7575322bf31caf5234e 8b806be] by '''botder''')&lt;br /&gt;
:* Cleaned up game_sa project ([https://github.com/multitheftauto/mtasa-blue/commit/76b21f7ed5b23f7d734eae20d089bb50336f8518 76b21f7], [https://github.com/multitheftauto/mtasa-blue/commit/e0abb3087a63e79b4273f8185920d00472b1354a e0abb30], [https://github.com/multitheftauto/mtasa-blue/commit/889b6c8ea719cd1a9152ffee9a382a50ee960c51 889b6c8], [https://github.com/multitheftauto/mtasa-blue/commit/90bcdb487ebd9949173186f78de7d2b22b588f96 90bcdb4], [https://github.com/multitheftauto/mtasa-blue/commit/d7082ed1109094e89524cdf4e7d63ad2c2d6c65b d7082ed], [https://github.com/multitheftauto/mtasa-blue/commit/c9c97f1ad4887098b12efd78587b7ec6bed86971 c9c97f1], [https://github.com/multitheftauto/mtasa-blue/commit/3f5b8741b1faae4682942499355ec9a92fcd81a1 3f5b874], [https://github.com/multitheftauto/mtasa-blue/commit/d085fb989e86be9668cd3e9f3f4426eefe55df6d d085fb9], [https://github.com/multitheftauto/mtasa-blue/commit/5e781d51beb923c6f8e3e9f3d904bba3c2d7225e 5e781d5], [https://github.com/multitheftauto/mtasa-blue/commit/4dff64f1803af86a6c9666f0e972136a6d8c4948 4dff64f] by '''Merlin''')&lt;br /&gt;
:* Clear client script memory after load ([https://github.com/multitheftauto/mtasa-blue/commit/ce50b9ee6c9112db0358e3ddba354021ca084588 ce50b9e] by '''Pirulax''' and [https://github.com/multitheftauto/mtasa-blue/commit/cece630440c577f747e9ee890fd1563a542269e7 cece630] by '''botder''')&lt;br /&gt;
:* Detect graphics libraries in MTA directory ([https://github.com/multitheftauto/mtasa-blue/commit/a0645accecc1a6f1288671c988fff79f663e3bde a0645ac] by '''botder''')&lt;br /&gt;
:* Ensure files are within bounds ([https://github.com/multitheftauto/mtasa-blue/commit/07d0cf77e990e2b25a4f2c99fd110645a3db225a 07d0cf7] by '''patrikjuvonen''')&lt;br /&gt;
:* Fixed access violation in [[getVehicleWheelFrictionState]] for vehicles not streamed in ([https://github.com/multitheftauto/mtasa-blue/commit/dde0e59055b5092cac5f16dd8bb06f1ff91ddeed dde0e59] by '''botder''')&lt;br /&gt;
:* Fixed a small memory leak for [[engineRequestModel]] ([https://github.com/multitheftauto/mtasa-blue/commit/b2a625b100ff037908b002b586ca81692c24b2ae b2a625b] by '''TheNormalnij''' and '''Vladislav Nikolaevich''')&lt;br /&gt;
:* Fixed broken doors and damage sync for custom vehicles ([https://github.com/multitheftauto/mtasa-blue/commit/51d3288f06b62561837d9e6d5470b1476cbe6c30 51d3288] by '''BCG2000''')&lt;br /&gt;
:* Fixed camera to autofocus on new car on [[warpPedIntoVehicle]] ([https://github.com/multitheftauto/mtasa-blue/commit/607b57d36b72db62e976ef04c7bfa1d35f39da9a 607b57d] by '''TheNormalnij''' and '''Vladislav Nikolaevich''')&lt;br /&gt;
:* Fixed chatbox when using ''inputBlocked'' argument ([https://github.com/multitheftauto/mtasa-blue/commit/bd62e563e082533e3c35df877cf99ccdd54f5be8 bd62e56] by '''Pieter-Dewachter''')&lt;br /&gt;
:* Fixed crash when pickup has invalid custom model ([https://github.com/multitheftauto/mtasa-blue/commit/1b17869cb58277d596d2865c2a2f777963fe18be 1b17869] by '''TheNormalnij''')&lt;br /&gt;
:* Fixed crash when removing key binds while processing a key stroke ([https://github.com/multitheftauto/mtasa-blue/commit/90f757d26f2c49b02cc5f67e7146c2c7db0dcbe0 90f757d] by '''botder''')&lt;br /&gt;
:* Fixed [[getVehicleType]] and [[getVehicleMaxPassengers]] not returning specific values and players cannot enter as passengers on vehicles added with [[engineRequestModel]] ([https://github.com/multitheftauto/mtasa-blue/commit/141438fe462795c136f92b4fca9901e03dcec3f2 141438f] by '''BCG2000''')&lt;br /&gt;
:* Fixed interiors lacking radio ([https://github.com/multitheftauto/mtasa-blue/commit/e573959da339f9c19eef9f4b8a54e2da50b402ac e573959] by '''lopezloo''')&lt;br /&gt;
:* Fixed key binds breaking on resource stop ([https://github.com/multitheftauto/mtasa-blue/commit/8c78fbaca9b837f11fe846792e4a9bf2ca43a8c9 8c78fba] and [https://github.com/multitheftauto/mtasa-blue/commit/280131fd07af4863cb40bad3ae32e1c0f02135e9 280131f] by '''botder''')&lt;br /&gt;
:* Fixed mirrored position of ''light_front_second'' vehicle dummy ([https://github.com/multitheftauto/mtasa-blue/commit/32aeb0e67915744402fdac0619b8807db6352957 32aeb0e] by '''botder''')&lt;br /&gt;
:* Fixed [[setElementModel]] forcing an element to be streamed in no matter the distance from [[localPlayer]] ([https://github.com/multitheftauto/mtasa-blue/commit/467df061b5fadcee81bb7c0c4fb6cf23e741b3eb 467df06] by '''TheNormalnij''')&lt;br /&gt;
:* Fixed sync of damaged light states and wheel states ([https://github.com/multitheftauto/mtasa-blue/commit/fe48d0968042b0bc5e5375c0c2f8f9ee2ed951ba fe48d09] by '''Addlibs''')&lt;br /&gt;
:* Fixed unused binds descriptions are always in English ([https://github.com/multitheftauto/mtasa-blue/commit/32962a6a90178dbf4638df83c0985db1826ed8b1 32962a6] by '''patrikjuvonen''')&lt;br /&gt;
:* Fixed single player HUD setting affecting MTA ([https://github.com/multitheftauto/mtasa-blue/commit/7ead65dcf207befd0eafadbaff3ac5aae62b0a08 7ead65d] by '''Merlin''')&lt;br /&gt;
:* Fixed [[isElementInWater]] returning false if ped or player is in vehicle in water ([https://github.com/multitheftauto/mtasa-blue/commit/29f303860e5404aa98a2a69ca5a3b6e80eebd2df 29f3038] by '''Santi''')&lt;br /&gt;
:* Fixed refresh rate limited to 60Hz in full screen mode for some setups ([https://github.com/multitheftauto/mtasa-blue/commit/5207a314272fda9b54443edd30efb11e6e846dd6 5207a31] and [https://github.com/multitheftauto/mtasa-blue/commit/5c77d974c10fc5096b0ecf600343f7c975e8a2c2 5c77d97] by '''samr46''')&lt;br /&gt;
:* Fixed water sound level outside of game boundaries on [[setWaterLevel]] ([https://github.com/multitheftauto/mtasa-blue/commit/aed055497e2662119ba178b878c74c28aa5e018f aed0554] by '''samr46''')&lt;br /&gt;
:* Fixed muzzle flash not showing for the last bullet in magazine ([https://github.com/multitheftauto/mtasa-blue/commit/80b17d96097c6977915c91f31ae2161a1bce1fdc 80b17d9] by '''Merlin''')&lt;br /&gt;
:* Fixed various high FPS related issues&lt;br /&gt;
::* Fixed health bar blinking faster on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/df4d35d2a14cba7fc5549b13cc6cf221d2e7132a df4d35d] by '''Merlin''')&lt;br /&gt;
::* Fixed walking while aiming on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/e64d311f62de2bd848c07b59f4f53a30826c1bed e64d311] by '''Merlin''')&lt;br /&gt;
::* Fixed aircraft and boat lights blinking faster on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/f597c46a45dea26742a680b5a2ab56d6dcb02368 f597c46] by '''Merlin''')&lt;br /&gt;
::* Fixed breakable objects decaying faster on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/7c26dddcc4ad68dbd79509494bb560fc3f784766 7c26ddd] by '''Merlin''')&lt;br /&gt;
::* Fixed rocket launcher spawning too many effects on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/167addab6694e76d177989fb4caf3c5bf252dfc7 167adda] by '''Merlin''')&lt;br /&gt;
::* Fixed wheels spawning too many surface effects on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/d2b2c45789747d8412a207e6c7b3094e8556ac73 d2b2c45] by '''Merlin''')&lt;br /&gt;
::* Fixed stuntplane and cropduster spawning too many smoke trail particles on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/e9cc0a3d515165072863a6b1d3b1652814c24924 e9cc0a3] by '''Merlin''')&lt;br /&gt;
::* Fixed water cannon decaying much faster on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/32c04f0b25c959007b96d42cdbfefbadca22ca64 32c04f0] by '''Merlin''')&lt;br /&gt;
::* Fixed [[setCameraShakeLevel]] shaking too fast on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/893858ddc5a768194b435da40230fca8ef7da752 893858d] by '''Merlin''')&lt;br /&gt;
::* Fixed [[setPedHeadless]] spawning too many particles on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/2e1042fd67b4438cf2f8e207af241ad98a4e1a88 2e1042f] by '''Merlin''')&lt;br /&gt;
::* Fixed more high FPS issues ([https://github.com/multitheftauto/mtasa-blue/commit/bcc56b5ee6df43697069f38977d09eae23f7e62c bcc56b5] by '''Merlin''')&lt;br /&gt;
:::* Fixed money animation playing faster on high FPS&lt;br /&gt;
:::* Fixed walking through water spawn too many particles on high FPS&lt;br /&gt;
:::* Fixed spawning too many weather particles on high FPS&lt;br /&gt;
:::* Fixed airplane spawning too many damage particles on high FPS&lt;br /&gt;
:::* Fixed vehicles spawning too much sand and water particles on high FPS&lt;br /&gt;
:::* Fixed boats spawning too many particles on high FPS&lt;br /&gt;
:::* Fixed spawning too many rain particles on vehicles on high FPS&lt;br /&gt;
:::* Fixed airplanes spawning too many particles when damaged on high FPS&lt;br /&gt;
:::* Fixed vehicles spawning too many exhaust particles on high FPS&lt;br /&gt;
:::* Fixed spawning too many particles while swimming on high FPS&lt;br /&gt;
::* Fixed helicopters taking off faster on high FPS ([https://github.com/multitheftauto/mtasa-blue/commit/40c178ed787b50ef3fc1d878d794b6b885bc00b9 40c178e] by '''Merlin''')&lt;br /&gt;
::* Fixed more high FPS issues ([https://github.com/multitheftauto/mtasa-blue/commit/7c8a1ab93d091b06262749b482d6c8142ca69eea 7c8a1ab] by '''Merlin''')&lt;br /&gt;
:::* Fixed fog moving too fast on high FPS&lt;br /&gt;
:::* Fixed glass shards spinning and expanding too fast on high FPS&lt;br /&gt;
:::* Fixed boats being slow on high FPS&lt;br /&gt;
:* Fixed camera drunk/shake level not resetting on server disconnect ([https://github.com/multitheftauto/mtasa-blue/commit/3f71f1b64f0359ea2309224d46e1aa65d2d7c3c3 3f71f1b] by '''Lpsd''')&lt;br /&gt;
:* Fixed grass not rendering ([https://github.com/multitheftauto/mtasa-blue/commit/52798a2d923bdb4e29f6fb9c63178e30e40479b6 52798a2] by '''TFP-dev''')&lt;br /&gt;
:* Fixed server browser search input disappearing at times ([https://github.com/multitheftauto/mtasa-blue/commit/7c750151a1f5ee11330fec23664359f4d2c535e9 7c75015] by '''lopezloo''')&lt;br /&gt;
:* Fixed interior radio crash ([https://github.com/multitheftauto/mtasa-blue/commit/d00336070f6f726b66445213f43b50e605aefcd4 d003360] by '''TheNormalnij''' and [https://github.com/multitheftauto/mtasa-blue/commit/7eb36134dab77b2edf28d6efe6ef9c82c1e9d3f0 7eb3613] by '''Lpsd''')&lt;br /&gt;
:* Fixed installer overwriting MTA shortcuts ([https://github.com/multitheftauto/mtasa-blue/commit/d55710491940a5023545208ce14c087a78aa37e4 d557104] by '''se16n''')&lt;br /&gt;
:* Fixed a typo in fakelag command text ([https://github.com/multitheftauto/mtasa-blue/commit/39e726857ec7b9a146323d63200d3e1c8031478d 39e7268] by '''JessePinkman''')&lt;br /&gt;
:* Fixed zoom_in/out binds being inverted &amp;amp; fix ability to control zoom by weapon_next/previous binds ([https://github.com/multitheftauto/mtasa-blue/commit/4a4bcbc413ad33b56acd7284c81361187c7df8d6 4a4bcbc] by '''darkdrifter''')&lt;br /&gt;
:* Fixed a game crash if FxEmitterBP_c::LoadTextures failed to load main texture ([https://github.com/multitheftauto/mtasa-blue/commit/5a598d70161a85a961de462f28279d38df70aae3 5a598d7] and [https://github.com/multitheftauto/mtasa-blue/commit/9667cbea40a2b834107c781411a2c9658fec5073 9667cbe] by '''botder''')&lt;br /&gt;
:* Fixed a crash in FxPrim_c::Enable ([https://github.com/multitheftauto/mtasa-blue/commit/05c639c05faf2b01ab001adaff33b503ce2d36b7 05c639c] by '''botder''')&lt;br /&gt;
:* Fixed model replacement for unstreamed models ([https://github.com/multitheftauto/mtasa-blue/commit/c667e2ad05c97511e7b5cf63d223f762eea41e10 c667e2a] and [https://github.com/multitheftauto/mtasa-blue/commit/7d8718cde378787818637936a9873dfab689638c 7d8718c] by '''botder''')&lt;br /&gt;
:* Fixed desktop shortcut creation in installer script ([https://github.com/multitheftauto/mtasa-blue/commit/1c043468b52348589d0ae379f914e490c0630cdf 1c04346] and [https://github.com/multitheftauto/mtasa-blue/commit/3f6dac669b5aed51a695cc59e13e3b552e0340e3 3f6dac6] by '''botder''')&lt;br /&gt;
:* Fixed broken client Windows GDF file and updated its hardcoded version and URLs ([https://github.com/multitheftauto/mtasa-blue/commit/d54afd76ed67ba80cfb2fb221229ca01a4f42508 d54afd7] and [https://github.com/multitheftauto/mtasa-blue/commit/579775d79b166c82c1c2a3c1b020eb2febfff202 579775d] by '''patrikjuvonen''')&lt;br /&gt;
:* Fixed a client crash caused by buffer overflow issues in ''GetNameAndDamage'' ([https://github.com/multitheftauto/mtasa-blue/commit/1129399a129f44d6c729064603d5e84578290411 1129399] and [https://github.com/multitheftauto/mtasa-blue/commit/1fc700f5030b21d1c4f6ef65d76a3a3c9d987fd4 1fc700f] by '''Pirulax''' and [https://github.com/multitheftauto/mtasa-blue/commit/29dfe4bd095170a131b27f9687262995ad301489 29dfe4b] by '''Pieter-Dewachter''')&lt;br /&gt;
:* Fixed a client crash caused by GOOGLE_API_KEY, GOOGLE_DEFAULT_CLIENT_ID and GOOGLE_DEFAULT_CLIENT_SECRET environment variables ([https://github.com/multitheftauto/mtasa-blue/commit/9f8e6cd2c588ff4516572707cffe943175937ae5 9f8e6cd] by '''TEDERIs''')&lt;br /&gt;
:* Group windows under a single taskbar button on Windows ([https://github.com/multitheftauto/mtasa-blue/commit/56fbfc3b69400a86dd682dfbb86ee02bc2e3f3ca 56fbfc3] by '''botder''')&lt;br /&gt;
:* Improved [[setSoundEffectParameter]] error messages ([https://github.com/multitheftauto/mtasa-blue/commit/cf5d16630f8e0ffa560e1abd1a83b03892d2274e cf5d166] by '''Pirulax''' and '''botder''')&lt;br /&gt;
:* Improved CEF DX utilization &amp;amp; thread-safety fixes ([https://github.com/multitheftauto/mtasa-blue/commit/8863f603fb9cfa50ffc3822e378b5af6b1090cf9 8863f60] by '''TEDERIs''')&lt;br /&gt;
:* Improved SVG stability ([https://github.com/multitheftauto/mtasa-blue/commit/403df24fce070b630ac2f474933daaab62efbc44 403df24] by '''TEDERIs''')&lt;br /&gt;
:* Improved unescape safety ([https://github.com/multitheftauto/mtasa-blue/commit/ed5e6c4fc06a9ecef21897dbcbe323fa0550e976 ed5e6c4] by '''Jusonex''')&lt;br /&gt;
:* Improved http error safety ([https://github.com/multitheftauto/mtasa-blue/commit/88b623ec72da363f83544f540287514fcf8e3bbe 88b623e] by '''Jusonex''')&lt;br /&gt;
:* Massively increase quality of splash image ([https://github.com/multitheftauto/mtasa-blue/commit/ab2a1b974fc29f9ae8fc009b633283a77a3c4825 ab2a1b9] and [https://github.com/multitheftauto/mtasa-blue/commit/4a82776bfccd8ecd91caf9972bd686dfd0ff05a7 4a82776] by '''botder''' and [https://github.com/multitheftauto/mtasa-blue/commit/11c3116cc29197223b796d7e557907c2fa958c74 11c3116] by '''Dutchman101''')&lt;br /&gt;
:* Refactored key binds ([https://github.com/multitheftauto/mtasa-blue/commit/2878168ba2749dfedc8fcc7c5c80637891c7277c 2878168], [https://github.com/multitheftauto/mtasa-blue/commit/5c0afad233bd5ae1a8835356f7de62db8be066fa 5c0afad], [https://github.com/multitheftauto/mtasa-blue/commit/6e8755178780a45c729f8f2d48514f360c63754c 6e87551] and [https://github.com/multitheftauto/mtasa-blue/commit/73e4e420b6948ae1bfda0c80d643e43550da2745 73e4e42] by '''botder''')&lt;br /&gt;
:* Removed async tasks in SVG and updated callback usage ([https://github.com/multitheftauto/mtasa-blue/commit/31579051cc046bc5cb55c59fc4e9e70ec1bdce34 3157905] by '''Lpsd''')&lt;br /&gt;
:* Removed now unnecessary strafe workaround ([https://github.com/multitheftauto/mtasa-blue/commit/a331072759e69f36062ed1c9b848f6df6f808c9a a331072] by '''Merlin''')&lt;br /&gt;
:* Do not reset handling for custom models on a non-local vehicle ([https://github.com/multitheftauto/mtasa-blue/commit/3c3af040173b66e21bbc587fbca48548866bb2b7 3c3af04] by '''Inder00''')&lt;br /&gt;
:* Show dialog for dxgi.dll in GTA install directory ([https://github.com/multitheftauto/mtasa-blue/commit/fb26d72b66a2223237c3f022dfad39230232dc3f fb26d72] by '''botder''')&lt;br /&gt;
:* Split grenade collision from weapon collision ([https://github.com/multitheftauto/mtasa-blue/commit/0e2b203aa1d12f15931eb7d9522a5edf987f45ff 0e2b203] by '''Merlin''')&lt;br /&gt;
:* Translated news window title ([https://github.com/multitheftauto/mtasa-blue/commit/a446f02701b6cd8325c13ab9e71b1e651bd3d827 a446f02] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated main menu images ([https://github.com/multitheftauto/mtasa-blue/commit/d38c107372a05d73f5efd8813575c3ac4f740d60 d38c107] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated CGUI images ([https://github.com/multitheftauto/mtasa-blue/commit/c1a958c7fc6f7e9f5e1937fb59bbd1fa341da86e c1a958c] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated en_US images, added ''latest_news.png'' ([https://github.com/multitheftauto/mtasa-blue/commit/42693d806b132e4299173059f423c61fa13f5c21 42693d8] and [https://github.com/multitheftauto/mtasa-blue/commit/cd0cce740cb63b2b2c6c79a7bd4ebc3fad6ad9aa cd0cce7] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated main menu logo ([https://github.com/multitheftauto/mtasa-blue/commit/4b9a3a4a7717db059277a5fdb9f2653bb90b7496 4b9a3a4] and [https://github.com/multitheftauto/mtasa-blue/commit/aa1e1d4336068438b2436efbc71b7a9231199e45 aa1e1d4] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated translations ([https://github.com/multitheftauto/mtasa-blue/commit/7f3d15bab0301af793ce3c38ae64a4f573b84888 7f3d15b] and [https://github.com/multitheftauto/mtasa-blue/commit/f01fe5d711fd3b9d655a0846880461ff1368c72e f01fe5d] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated various non-https links to https ([https://github.com/multitheftauto/mtasa-blue/commit/2722466f0f837151aeae4ab4acba3bff3be19257 2722466] by '''patrikjuvonen''')&lt;br /&gt;
&lt;br /&gt;
=== Server ===&lt;br /&gt;
:* '''[Breaking change]''' Changed [[callRemote]] to return 0 as ''errno'' upon successful request to be consistent with [[fetchRemote]] ([https://github.com/multitheftauto/mtasa-blue/commit/507de5fc63fe207bb4f9d77706f7c54e1ffb3ba1 507de5f] by '''patrikjuvonen''')&lt;br /&gt;
:* '''[Breaking change]''' Fixed flamethrower ammo to not be multiplied by 10 ([https://github.com/multitheftauto/mtasa-blue/commit/35ea5e48fb7de6ce729961cfd24b68f3a2fd1c78 35ea5e4] by '''patrikjuvonen''')&lt;br /&gt;
:* '''[Breaking change]''' Fixed [[createBlip]] to sync blip size and color regardless of icon ID ([https://github.com/multitheftauto/mtasa-blue/commit/049e9762777828a416d9331d671250a267dc4fc5 049e976] by '''patrikjuvonen''')&lt;br /&gt;
:* '''[Deprecation]''' Changed [[givePedJetPack]], [[removePedJetPack]] and [[doesPedHaveJetPack]] to throw a warning on use, please upgrade to [[setPedWearingJetpack]] and [[isPedWearingJetpack]] instead ([https://github.com/multitheftauto/mtasa-blue/commit/804c66b88e0324eb6b2d9c83fdf7606ba05566c6 804c66b] by '''qaisjp''')&lt;br /&gt;
:* Consider only affected players for element data stats ([https://github.com/multitheftauto/mtasa-blue/commit/2b549e49c7a3456cb668debdf6b02db9a981281c 2b549e4] by '''TEDERIs''')&lt;br /&gt;
:* Fixed server executable name for x64 on Windows ([https://github.com/multitheftauto/mtasa-blue/commit/a11758c71cbbdd4eea9362aba255e324b374c20c a11758c] by '''botder''')&lt;br /&gt;
:* Fixed [[onPedDamage]] not working ([https://github.com/multitheftauto/mtasa-blue/commit/143102a38acdabba8d7837252fd8c95f704d4ef8 143102a] by '''xLive''')&lt;br /&gt;
:* Updated and fixed server launcher icon ([https://github.com/multitheftauto/mtasa-blue/commit/8729c9f0a6fb2d396cd057abd0b7815be318aa0f 8729c9f] by '''patrikjuvonen''')&lt;br /&gt;
:* Use vector length method instead of manual distance calculation when using [[removeWorldModel]] server-side ([https://github.com/multitheftauto/mtasa-blue/commit/a3c83c8927c709ca1999f2664d791274c3a7b969 a3c83c8] by '''NanoBob''')&lt;br /&gt;
&lt;br /&gt;
=== More Technical Changes and Bug Fixes ===&lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
:* Added null-pointer checks in CWorld::FindObjectsKindaCollidingSectorList ([https://github.com/multitheftauto/mtasa-blue/commit/8e8aa3ab41928bd01c09c231679e0ecbc9bf7c97 8e8aa3a] by '''Merlin''')&lt;br /&gt;
:* Added a weak crash fix for CPed::GetBonePosition ([https://github.com/multitheftauto/mtasa-blue/commit/3d1b87a7c11ef1cdde0c1475923f4a1b80b7f3fb 3d1b87a] by '''botder''')&lt;br /&gt;
:* Added null-pointer check for a few RpClump functions ([https://github.com/multitheftauto/mtasa-blue/commit/3e348d140618346c9dfadbbd752f450f5535a6cf 3e348d1] and [https://github.com/multitheftauto/mtasa-blue/commit/4582f8a81d5dee0713067a5f3ea71948264d077b 4582f8a] by '''botder''')&lt;br /&gt;
:* Added check for active resource in CLuaDefs::CanUseFunction ([https://github.com/multitheftauto/mtasa-blue/commit/4a94343ed44ff66c75d3c04ed2d45fae842054d5 4a94343] by '''Lpsd''')&lt;br /&gt;
:* Various code clean ups and refactors&lt;br /&gt;
::* Refactored CBufferRef to use std::shared_ptr ([https://github.com/multitheftauto/mtasa-blue/commit/49fa84851caf21458809d955a8131edb61ff4086 49fa848] by '''Pirulax''')&lt;br /&gt;
::* Removed non-existent vendor from include ([https://github.com/multitheftauto/mtasa-blue/commit/9616ae131b1583682612b41a4f52fc35eb83db06 9616ae1] by '''patrikjuvonen''')&lt;br /&gt;
:* Got rid of ''std::function'' in ''AsyncTaskSched'' ([https://github.com/multitheftauto/mtasa-blue/commit/c372dc38ff76ca8ff33f853e4384ab4a9d657881 c372dc3] by '''Pirulax''')&lt;br /&gt;
:* Improved performance of CClientObjectManager::UpdateLimitInfo ([https://github.com/multitheftauto/mtasa-blue/commit/0160e1828127b0f183425074401d8bab6391dc9b 0160e18] by '''Merlin''')&lt;br /&gt;
:* Initialized ''lastSyncType'' variable in [[addElementDataSubscriber]] ([https://github.com/multitheftauto/mtasa-blue/commit/ca3b0b778e9695ce7da6391eda14429aa055d1f2 ca3b0b7] by '''botder''')&lt;br /&gt;
:* Removed CRefCountableST ([https://github.com/multitheftauto/mtasa-blue/commit/4482f133eff87396029ee1c1d71a02125fbb0834 4482f13] by '''Pirulax''')&lt;br /&gt;
:* Updated GitHub issue templates ([https://github.com/multitheftauto/mtasa-blue/commit/9b2dbbb8ad81edfc0d0837d43e2a9af57bfb8e8a 9b2dbbb], [https://github.com/multitheftauto/mtasa-blue/commit/70e59bb576dad330de243243791a1cb5bf441f91 70e59bb] and [https://github.com/multitheftauto/mtasa-blue/commit/07204d2a989ad882950bcb66d0bb8ef5293089d5 07204d2] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated launchers ([https://github.com/multitheftauto/mtasa-blue/commit/5b4ce8a741fefb09980c3f4ff998d79218c4aef4 5b4ce8a] by '''patrikjuvonen''', [https://github.com/multitheftauto/mtasa-blue/commit/368864b1bd61d5c7eabf14e13014dea7f01e57bd 368864b] and [https://github.com/multitheftauto/mtasa-blue/commit/11c3116cc29197223b796d7e557907c2fa958c74 11c3116] by '''Dutchman101''')&lt;br /&gt;
:* Upgraded l10n scripts to use python3 and automate pot file generation ([https://github.com/multitheftauto/mtasa-blue/commit/583f2b94c3d1039fab249843781fa42a8cea1782 583f2b9] by '''darkdreamingdan''' and '''patrikjuvonen''')&lt;br /&gt;
:* Upgraded to Visual Studio 2022 and v143 toolset ([https://github.com/multitheftauto/mtasa-blue/commit/3d94c21db1780c0f35148492ff6cc59dba3892bc 3d94c21], [https://github.com/multitheftauto/mtasa-blue/commit/bbd0c4244cc2d93809ed2d892c9110fa54e3d5e3 bbd0c42], [https://github.com/multitheftauto/mtasa-blue/commit/d3079d5b9f2b837a91d5f503df7f03f55c6a66fc d3079d5] and [https://github.com/multitheftauto/mtasa-blue/commit/5a7bb84fe5dab7a18415f07000ff22d4f77cc594 5a7bb84] by '''Dutchman101''' and [https://github.com/multitheftauto/mtasa-blue/commit/96e690ed8f04bf044d2d561b7ef5d4671a7691fc 96e690e], [https://github.com/multitheftauto/mtasa-blue/commit/d8cfdea9a6068481a0a31cf1e3e5c1520b03af68 d8cfdea] and [https://github.com/multitheftauto/mtasa-blue/commit/f2dda37aba06f1394c3495a5717365d37df449b4 f2dda37] by '''botder''')&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 17 Vendor Updates ==&lt;br /&gt;
=== Client ===&lt;br /&gt;
:* Updated BASS libraries ([https://github.com/multitheftauto/mtasa-blue/commit/4dac6e566d1323bb19fcc926dc8f468c97b27962 4dac6e5] by '''Dutchman101''')&lt;br /&gt;
:* Updated CEF from Chromium 94.0.4606.61 (CEF 94.4.2+g6a963ca) to Chromium 108.0.5359.125 (CEF 108.4.13+ga98cd4c) ([https://github.com/multitheftauto/mtasa-blue/commit/12f68a7c9542f32139e11d5642e1a060368df3b8 12f68a7] by '''Dutchman101''' and '''patrikjuvonen''' and [https://github.com/multitheftauto/mtasa-blue/commit/4b03b13571d0ace954d0f6d6c15046405ba1a4b2 4b03b13] and [https://github.com/multitheftauto/mtasa-blue/commit/e45a765f344041f5fbcb3f70b95b29a5d9eab0da e45a765] and [https://github.com/multitheftauto/mtasa-blue/commit/acdb3cbf0bd6d829bf739efc52b50fd222c158d5 acdb3cb] by '''Lpsd''')&lt;br /&gt;
:* Updated freetype from 2.10.4 to 2.12.1 ([https://github.com/multitheftauto/mtasa-blue/commit/bce4ae768ab4075fc08e2919787e58591899eee5 bce4ae7] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated libspeex from 1.2rc2 to 1.2 and libspeexdsp from 1.2rc2 to 1.2rc3 ([https://github.com/multitheftauto/mtasa-blue/commit/deef8dcb534991376f51bd27c5293a78bb2e80ee deef8dc] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated lunasvg from 2.2.0 to 2.3.5 ([https://github.com/multitheftauto/mtasa-blue/commit/331d695d658c12b6d338e9cdaa1f8525a01aa4d7 331d695] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated libpng from 1.6.37 to 1.6.39 ([https://github.com/multitheftauto/mtasa-blue/commit/94bab0928f776a86bf77cab612d4d58a4549ec7b 94bab09] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated nvapi to r525 ([https://github.com/multitheftauto/mtasa-blue/commit/a23a58d809793671d5b830ce8962899f5cfc5aab a23a58d] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated libjpeg from 9d to 9e ([https://github.com/multitheftauto/mtasa-blue/commit/c6aafc659bf93fa9875c25683b63c27379ec2a0c c6aafc6] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated unifont from 13.0.06 to 15.0.01 ([https://github.com/multitheftauto/mtasa-blue/commit/17f4f6c9cd5b3c40cc7bdc0e79dab5b970e10173 17f4f6c] by '''patrikjuvonen''')&lt;br /&gt;
&lt;br /&gt;
=== Server ===&lt;br /&gt;
:* Updated sqlite from 3.36.0 to 3.40.1 ([https://github.com/multitheftauto/mtasa-blue/commit/412fe815559dabce02e27bce13005dc685798f9f 412fe81] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated mysql-connector-c from 6.0.2 to 6.1.11 ([https://github.com/multitheftauto/mtasa-blue/commit/9f88f41909780e914879dd385f5975006a8b818c 9f88f41] by '''patrikjuvonen''')&lt;br /&gt;
&lt;br /&gt;
=== Shared ===&lt;br /&gt;
:* Updated curl from 7.79.1 to 7.86.0 ([https://github.com/multitheftauto/mtasa-blue/commit/44577e8509705ef360cc5da9136337d78b8d70fd 44577e8] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated mbedtls from 2.27.0 to 2.28.2 ([https://github.com/multitheftauto/mtasa-blue/commit/d8e29bea30d46098ea2da170c4aae24564c5b44a d8e29be] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated cryptopp from 8.6.0 to 8.7.0 ([https://github.com/multitheftauto/mtasa-blue/commit/c10ca9249cb027598dac99dff19f65b95641d58d c10ca92] by '''patrikjuvonen''')&lt;br /&gt;
:* Updated zlib from 1.2.11 to 1.2.13 ([https://github.com/multitheftauto/mtasa-blue/commit/6df121b676811b62deca5a55cd0a6bbacc149f6c 6df121b] by '''patrikjuvonen''' and [https://github.com/multitheftauto/mtasa-blue/commit/e467585d70058551ba9e69beaf86c782c374115c e467585] by '''Lpsd''')&lt;br /&gt;
:* Updated unrar from 6.02 to 6.11 ([https://github.com/multitheftauto/mtasa-blue/commit/66a16ff78331f5b632be63d010ee666d01681ba0 66a16ff] by '''patrikjuvonen''' and [https://github.com/multitheftauto/mtasa-blue/commit/66017cd0ec47b7bcc64dc7be8d27234517dccc17 66017cd] by '''Lpsd''')&lt;br /&gt;
:* Updated json-c from 0.15 to 0.16 ([https://github.com/multitheftauto/mtasa-blue/commit/4cfbaa76ca834a0bac8d97f873e5bfde844834ff 4cfbaa7] by '''patrikjuvonen''')&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== 36+ Changes and Bug Fixes ===&lt;br /&gt;
:* Fixed empty if branches ([https://github.com/multitheftauto/mtasa-resources/commit/2660580de2750ca617a86f7e3ccb8235331935a8 2660580] by '''ArranTuna''')&lt;br /&gt;
:* Fixed inconsistent indentation ([https://github.com/multitheftauto/mtasa-resources/commit/49d325928a8de114587568196d2ad4f1207f5d8d 49d3259] and [https://github.com/multitheftauto/mtasa-resources/commit/2d684707648b13c028d386a27abbcc08b22f3945 2d68470] by '''ArranTuna''')&lt;br /&gt;
:* Fixed lines containing trailing whitespaces ([https://github.com/multitheftauto/mtasa-resources/commit/555a8ba0caf188fa6a0bdc755530ba4e9e9b121a 555a8ba] by '''ArranTuna''')&lt;br /&gt;
:* Fixed lint errors ([https://github.com/multitheftauto/mtasa-resources/commit/ccf98a117cd57d9459036bc227d3499a66a10b19 ccf98a1] and [https://github.com/multitheftauto/mtasa-resources/commit/7ee88903da99c837f268a13c7281fdf9476ea9ed 7ee8890] by '''ArranTuna''')&lt;br /&gt;
:* Fixed lint warnings ([https://github.com/multitheftauto/mtasa-resources/commit/b139dd9f878a89f6de01f9416b81605705af30ba b139dd9], [https://github.com/multitheftauto/mtasa-resources/commit/372a8fab81e6a367ab3c2531885966617b563f9b 372a8fa], [https://github.com/multitheftauto/mtasa-resources/commit/ad1522f221aecee76fe42ed5f15b77785a299589 ad1522f], [https://github.com/multitheftauto/mtasa-resources/commit/386801682dc437e8527def6ece63d607b95ae775 3868016], [https://github.com/multitheftauto/mtasa-resources/commit/a7fbea7a549328a7a3aa074b635cb2638252b027 a7fbea7], [https://github.com/multitheftauto/mtasa-resources/commit/a474c544bd8d01b799addb84d91e98b606e93081 a474c54] and [https://github.com/multitheftauto/mtasa-resources/commit/18a495cefa6b5fb343f5576f54bce19e75a412f8 18a495c] by '''ArranTuna''')&lt;br /&gt;
:* Fixed &amp;quot;shadowing definition of loop variable&amp;quot; lint warnings ([https://github.com/multitheftauto/mtasa-resources/commit/02233dbc7d20205c2ce28da06a93d1637d841b7b 02233db] by '''ArranTuna''')&lt;br /&gt;
:* Fixed elementbrowser and resourcemanager not working by removing legacy JSON library and some ajax refactoring ([https://github.com/multitheftauto/mtasa-resources/commit/bde31f8a890057f2a7e02940f37489037b3de9a8 bde31f8] by '''4O4''')&lt;br /&gt;
:* Removed some unused variables ([https://github.com/multitheftauto/mtasa-resources/commit/0d424d13eabd9ef68c5282c46fc24c4f880b1c95 0d424d1] by '''ArranTuna''')&lt;br /&gt;
:* Replaced [[getLocalPlayer]] with [[localPlayer]] across multiple resources ([https://github.com/multitheftauto/mtasa-resources/commit/01f7695d3a49ce97639666773c274b747a7a158d 01f7695] by '''ArranTuna''')&lt;br /&gt;
:* Replaced [[getResourceRootElement]] with [[resourceRoot]] across multiple resources ([https://github.com/multitheftauto/mtasa-resources/commit/0dee4961826feaad364fcb1565cba0824a4e1849 0dee496] by '''ArranTuna''')&lt;br /&gt;
:* Replaced [[getRootElement]] with [[root]] across multiple resources ([https://github.com/multitheftauto/mtasa-resources/commit/9582a82ea92d9e8f89a958dd7b33d82698ed1c9f 9582a82] by '''ArranTuna''')&lt;br /&gt;
:* Upgraded admin2, interiors, parachute and freeroam resources to use the new jetpack functions ([https://github.com/multitheftauto/mtasa-resources/commit/c618a18c6698839074014b747c3826f60feae0c6 c618a18] by '''xLive''')&lt;br /&gt;
:* [admin] Fixed &amp;quot;previously defined&amp;quot; warnings ([https://github.com/multitheftauto/mtasa-resources/commit/4ffc5d067f48a83d2df7c375a512fb0de83e576c 4ffc5d0] and [https://github.com/multitheftauto/mtasa-resources/commit/3ed3219498813e130650231ff10a9fbe99c30fd9 3ed3219] by '''ArranTuna''')&lt;br /&gt;
:* [admin] Removed non-existent functions ([https://github.com/multitheftauto/mtasa-resources/commit/a5941740d3ee16b42ad883e7eecdb30266f692d5 a594174] by '''ghostkc12''')&lt;br /&gt;
:* [admin] Removed serial validation ([https://github.com/multitheftauto/mtasa-resources/commit/c6259f627936cea2743a40201a04a23dc78d5e7a c6259f6] by '''srslyyyy''')&lt;br /&gt;
:* [admin] Improved admin to use a newly added server event instead of a client script ([https://github.com/multitheftauto/mtasa-resources/commit/0cb4877b2770666f95c01ba75f208315f1edc4bf 0cb4877] by '''srslyyyy''')&lt;br /&gt;
:* [ajax] Use ''application/json'' request header when sending a JSON POST request ([https://github.com/multitheftauto/mtasa-resources/commit/11c466a102556369887eba944128cd0641ff018a 11c466a] by '''Xenius97''')&lt;br /&gt;
:* [ctf] Various fixes, cleanups and refactoring ([https://github.com/multitheftauto/mtasa-resources/commit/609ac0cc614944ec7e53292ad705b046134cc41f 609ac0c] by '''IIYAMA12''')&lt;br /&gt;
:* [editor] Fixed some debug warnings ([https://github.com/multitheftauto/mtasa-resources/commit/5e9f2220b645c369e9654c577403530c076e1749 5e9f222] by '''ArranTuna''')&lt;br /&gt;
:* [editor] Improved some debug outputs ([https://github.com/multitheftauto/mtasa-resources/commit/be3477dc310f0f77a33531cc59ccdd7e1cd0e6ec be3477d] by '''ArranTuna''')&lt;br /&gt;
:* [editor] Small improvements in editor_main ([https://github.com/multitheftauto/mtasa-resources/commit/7816898d991a072b35e62ccf06c73775f39cb3eb 7816898] by '''srslyyyy''')&lt;br /&gt;
:* [editor] Updated gamemodestopper.lua in editor_main ([https://github.com/multitheftauto/mtasa-resources/commit/bfad62487c08237f6227546b98878fd05ec08474 bfad624], [https://github.com/multitheftauto/mtasa-resources/commit/3063712ac88d489eecae0263bf6ae086959ff6b5 3063712] and [https://github.com/multitheftauto/mtasa-resources/commit/7955351e58844bdbefa76d8e82102a6c829f4496 7955351] by '''srslyyyy''')&lt;br /&gt;
:* [editor] Fixed a typo in text ([https://github.com/multitheftauto/mtasa-resources/commit/8722f2b1ea85acca225dd700779ea18d2ffd0fac 8722f2b] by '''Dutchman101''')&lt;br /&gt;
:* [editor_main] Improved scripting extensions ([https://github.com/multitheftauto/mtasa-resources/commit/7a8ae063c127fcb62a7d50d565355e1bb2bd7038 7a8ae06] by '''srslyyyy''')&lt;br /&gt;
:* [gameplay] Added button to delete handlings in hedit ([https://github.com/multitheftauto/mtasa-resources/commit/0835ecd1f77fe98b1dcc84130d068f8fadb6af0d 0835ecd] and [https://github.com/multitheftauto/mtasa-resources/commit/6509b7424c3c2d6b38054e86904cc5b9a9c7fa78 6509b74] by '''ricksterhd123''', '''Inder00''', '''Disinterpreter''' and '''Dutchman101''')&lt;br /&gt;
:* [gameplay] Fixed a debug warning in freeroam ([https://github.com/multitheftauto/mtasa-resources/commit/36b4f00181e804111a83b4bd8083be88325fded3 36b4f00] by '''ArranTuna''')&lt;br /&gt;
:* [gameplay] Fixed steering lock glitch on bikes and motorcycles in hedit ([https://github.com/multitheftauto/mtasa-resources/commit/f76952b7606a7121d26eea086b7382554d5247e0 f76952b] and [https://github.com/multitheftauto/mtasa-resources/commit/d252b9f7a849ddacb0dd84b72c51b80899c33c76 d252b9f] by '''Dutchman101''')&lt;br /&gt;
:* [gameplay] Fixed typos in hedit and sfxbrowser ([https://github.com/multitheftauto/mtasa-resources/commit/814437b19d05924373810f3961e6768744f45b90 814437b] by '''TheNormalnij''')&lt;br /&gt;
:* [gameplay] Settings support and code refactor for joinquit ([https://github.com/multitheftauto/mtasa-resources/commit/bbd536d18abb27850bb4ec0895031558a2c90501 bbd536d] by '''itslewiswatson''')&lt;br /&gt;
:* [gameplay] Small fixes for defaultstats ([https://github.com/multitheftauto/mtasa-resources/commit/b09bd68c960644e339a1e74f6002e3822f13191b b09bd68] by '''srslyyyy''')&lt;br /&gt;
:* [gameplay] Small optimization on servers that use a lot of element data in parachute ([https://github.com/multitheftauto/mtasa-resources/commit/7b9d047fae1c3163aa7b2a380be87a149bf51906 7b9d047] and [https://github.com/multitheftauto/mtasa-resources/commit/d252b9f7a849ddacb0dd84b72c51b80899c33c76 d252b9f] by '''Dutchman101''')&lt;br /&gt;
:* [gameplay] Some improvements in deathpickups ([https://github.com/multitheftauto/mtasa-resources/commit/aa9782ea996bbe684587c8e9cf542a575a23779f aa9782e] by '''srslyyyy''')&lt;br /&gt;
:* [play] Refactored code ([https://github.com/multitheftauto/mtasa-resources/commit/7b66c7855735a4d43845863802814952d45773ab 7b66c78] by '''srslyyyy''')&lt;br /&gt;
:* [web] Fixed resourcemanager ([https://github.com/multitheftauto/mtasa-resources/commit/37348cecb60a6c999c316398a17f866d54569953 37348ce] by '''ArranTuna''')&lt;br /&gt;
:* [webadmin] Fixed a typo in CSS ([https://github.com/multitheftauto/mtasa-resources/commit/70361a4b19fb2773903de3431c37ab34a3252a03 70361a4] by '''RatajVaver''')&lt;br /&gt;
:* [webmap] Switched to assets.multitheftauto.com domain for loading map tiles ([https://github.com/multitheftauto/mtasa-resources/commit/218f2c7ff17884f6905593ab716c52a38f2e90ed 218f2c7] by '''patrikjuvonen''')&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extra information ==&lt;br /&gt;
''More detailed information available on our GitHub repositories:&lt;br /&gt;
:* [https://github.com/multitheftauto/mtasa-blue MTA:SA Blue]&lt;br /&gt;
:* [https://github.com/multitheftauto/mtasa-resources MTA:SA Official Resources]&lt;br /&gt;
&lt;br /&gt;
[[Category:Changelog]]&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>D1stRU3T0R</name></author>
	</entry>
</feed>