Kamil Schneider
Kamil Schneider
The PR fixes the issue with incorrect display of vehicle upgrades compatibility in serverside. Resolves #2476 and #3248.
This PR fixes https://github.com/multitheftauto/mtasa-blue/pull/3238 Tested on debug and release project. 
Adds a new function: ```lua bool isPedReloadingWeapon(ped thisPed) ``` Related to #1525 and #1529 due to lack of compatibility with BitStream.
This pull request introduces a replacement of the "old" and collision-prone json-c library with rapidjson. Rapidjson is a memory-friendly library (each value occupies less than 16 bytes on 32/64-bit devices),...
This PR adds the serverside event **onElementHealthChange** I think this is an insignificant change for many people, but it will certainly make life easier for ours scripters. Refers to #3136
This PR adds the sync argument to createVehicle function on the server side. Resolves #3333