Fixed GTA 3 biz pickup type

This commit is contained in:
Vortrex
2020-12-23 23:01:51 -06:00
parent 55054e3db5
commit 6e4a6d6b91

View File

@@ -178,7 +178,7 @@ let serverConfig = {
{}, {},
{ // GTA 3 { // GTA 3
business: 2, business: 0,
house: 2, house: 2,
bank: 2, bank: 2,
clothes: 2, clothes: 2,
@@ -226,6 +226,17 @@ let serverConfig = {
enterPropertyDistance: 3.0, enterPropertyDistance: 3.0,
businessDimensionStart: 1000, businessDimensionStart: 1000,
houseDimensionStart: 3000, houseDimensionStart: 3000,
// THIS IS SCREEN HEIGHT, NOT ACTUAL DOOR POSITION IN THE WORLD
propertyLabelHeight: [
false,
85,
85,
85,
85,
85,
85,
],
}; };
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------