We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Changes between minor versions Multi Theft Auto must be backwards compatible.
This means that 1.5.5 players must still be able to play on 1.5.6 servers, and vice-versa.
To achieve this the server and client will negotiate a BitStream version that they can share.
After incrementing the bitstream version in version.h, it needs to be wrapped in something like this (for both the server and the client):
version.h
if (bitStream.Version() > 0xBEAF) { // Do your stuff }
Authors: qaisjp, Jusonex
Project Management Git cheat sheet Release Checklist Code Review
Documentation Contributors Guide Style Guide Lua API Dev Tips Project Structure BitStream CAccountPassword Debug Settings
General Testing Lua Dependencies MTADiag
Future Planning CEF Versions Windows XP Support Things for 1.6