diff --git a/scripts/server/native/connected.js b/scripts/server/native/connected.js index d3ffc247..7dd3118c 100644 --- a/scripts/server/native/connected.js +++ b/scripts/server/native/connected.js @@ -556,34 +556,6 @@ function isValidVehicleModel(model) { } return false; - - /* - if(getGame() == VRR_GAME_GTA_III) { - if(modelId < 90 || modelId > 150) { - return false; - } - - return true; - } - - if(getGame() == VRR_GAME_GTA_VC) { - if(modelId < 130 || modelId > 236) { - return false; - } - - return true; - } - - if(getGame() == VRR_GAME_GTA_SA) { - return true; - } - - if(getGame() == VRR_GAME_GTA_IV) { - return true; - } - - return false; - */ } // ===========================================================================