Mafia Connected support

This commit is contained in:
Vortrex
2021-08-14 20:49:47 -05:00
parent ebd8a91c87
commit 4fe9c45e0a
39 changed files with 2084 additions and 1669 deletions

View File

@@ -1057,4 +1057,22 @@ function areBlipsSupported() {
return true;
}
// ===========================================================================
function isFadeCameraSupported() {
return true;
}
// ===========================================================================
function isCustomCameraSupported() {
return true;
}
// ===========================================================================
function areWorldLabelsSupported() {
return false;
}
// ===========================================================================