From 66f351a16eb24fe2f1eaae25dc1018c2c83ea80c Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:41:11 -0500 Subject: [PATCH] Add some blip types and warehouse int to GTA3 --- scripts/shared/gamedata.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scripts/shared/gamedata.js b/scripts/shared/gamedata.js index 728d8cd0..7f6700c3 100644 --- a/scripts/shared/gamedata.js +++ b/scripts/shared/gamedata.js @@ -4810,6 +4810,20 @@ let gameData = { FuelStation: 0, Business: 0, House: 0, + PoliceCar: 5, + Catalina: 3, + BombShop: 2, + Asuka: 1, + Don: 6, + Eight: 8, + Joey: 10, + Kenji: 11, + Luigi: 13, + North: 14, + Ray: 15, + Salvatore: 16, + Home: 17, + Tony: 19, }, [VRR_GAME_GTA_VC]: { // GTA VC PoliceStation: 0, @@ -5752,6 +5766,7 @@ let gameData = { Mansion: [toVector3(1461.00, -173.87, 55.78), 0, false, -1], SmallGarage: [toVector3(-420.69, 289.86, 62.96), 0, false, -1], JoeyGarage: [toVector3(1189.40, -867.69, 15.18), 0, false, -1], + Warehouse: [toVector3(1497.46, -680.18, 12.14), 0, false, -1], }, [VRR_GAME_GTA_VC]: { // GTA VC Mall: [toVector3(379.62, 1007.00, 19.22), 4, false, -1],