From 6e4a6d6b91f87f96c8f3257336b06e9ab9e3b783 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 23 Dec 2020 23:01:51 -0600 Subject: [PATCH] Fixed GTA 3 biz pickup type --- scripts/server/config.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/scripts/server/config.js b/scripts/server/config.js index 53922da6..654e3077 100644 --- a/scripts/server/config.js +++ b/scripts/server/config.js @@ -178,7 +178,7 @@ let serverConfig = { {}, { // GTA 3 - business: 2, + business: 0, house: 2, bank: 2, clothes: 2, @@ -226,6 +226,17 @@ let serverConfig = { enterPropertyDistance: 3.0, businessDimensionStart: 1000, houseDimensionStart: 3000, + + // THIS IS SCREEN HEIGHT, NOT ACTUAL DOOR POSITION IN THE WORLD + propertyLabelHeight: [ + false, + 85, + 85, + 85, + 85, + 85, + 85, + ], }; // ----------------------------------------------------------------------------