diff --git a/meta.xml b/meta.xml
index 79e7de37..0cf49d8b 100644
--- a/meta.xml
+++ b/meta.xml
@@ -135,7 +135,8 @@
-
+
+
diff --git a/scripts/client/vehicle.js b/scripts/client/vehicle.js
index bc8126ff..2b28e5a2 100644
--- a/scripts/client/vehicle.js
+++ b/scripts/client/vehicle.js
@@ -5,4 +5,14 @@
// FILE: vehicle.js
// DESC: Provides vehicle functions and arrays with data
// TYPE: Client (JavaScript)
+// ===========================================================================
+
+function receiveVehicleFromServer(vehicleId, position, model, colour1, colour2, colour3 = 0, colour4 = 0) {
+ logToConsole(LOG_DEBUG, `[VRR.Job] Received vehicle ${vehicleId} (${getVehicleNameFromModel(model, getGame())}) from server`);
+
+ if(getGame() == VRR_GAME_GTA_IV) {
+
+ }
+}
+
// ===========================================================================
\ No newline at end of file