1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Mo: 17 November 2025
  • Anmelden oder registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Mitglieder
    3. MxAlp

    Beiträge von MxAlp

    • [TUTORIAL][Altis Life 3.1.4.8/4.0+] Zivilschutzsirene für Polizei

      • MxAlp
      • 11. August 2017 um 15:46

      SoundFile

      Dateien

      alarm.rar 140,65 kB – 126 Downloads
    • Fahrzeug Skins nach Rang

      • MxAlp
      • 29. Juli 2017 um 15:08

      Habe die 4.4r3


      Spoiler anzeigen

      class CarShops {

      class civ_car {

      side = "civ";

      vehicles[] = {

      { "C_Hatchback_01_F", { "", "", -1 } },

      { "C_Offroad_01_F", { "", "", -1 } },

      { "C_SUV_01_F", { "", "", -1 } },

      { "C_Hatchback_01_sport_F", { "", "", -1 } },

      { "C_Van_01_transport_F", { "", "", -1 } }

      };

      };

      class kar_car {

      side = "civ";

      vehicles[] = {

      { "C_Hatchback_01_F", { "life_donorlevel", "SCALAR", 1 } },

      { "C_Offroad_01_F", { "life_donorlevel", "SCALAR", 2 } },

      { "C_SUV_01_F", { "life_donorlevel", "SCALAR", 3 } },

      { "C_Hatchback_01_sport_F", { "life_donorlevel", "SCALAR", 4 } },

      { "C_Van_01_transport_F", { "life_donorlevel", "SCALAR", 5 } }

      };

      };

      class civ_quad {

      side = "civ";

      vehicles[] = {

      { "B_Quadbike_01_F", { "", "", -1 } }

      };

      };

      class kart_shop {

      side = "civ";

      vehicles[] = {

      { "C_Kart_01_Blu_F", { "", "", -1 } },

      { "C_Kart_01_Fuel_F", { "", "", -1 } },

      { "C_Kart_01_Red_F", { "", "", -1 } },

      { "C_Kart_01_Vrana_F", { "", "", -1 } }

      };

      };

      class civ_truck {

      side = "civ";

      vehicles[] = {

      { "C_Van_01_box_F", { "", "", -1 } },

      { "I_Truck_02_transport_F", { "", "", -1 } },

      { "I_Truck_02_covered_F", { "", "", -1 } },

      { "B_Truck_01_transport_F", { "", "", -1 } },

      { "O_Truck_03_transport_F", { "", "", -1 } },

      { "O_Truck_03_covered_F", { "", "", -1 } },

      { "B_Truck_01_box_F", { "", "", -1 } },

      { "O_Truck_03_device_F", { "", "", -1 } },

      { "C_Van_01_fuel_F", { "", "", -1 } },

      { "I_Truck_02_fuel_F", { "", "", -1 } },

      { "B_Truck_01_fuel_F", { "", "", -1 } }

      };

      };

      class civ_air {

      side = "civ";

      vehicles[] = {

      { "C_Heli_Light_01_civil_F", { "", "", -1 } },

      { "B_Heli_Light_01_F", { "", "", -1 } },

      { "O_Heli_Light_02_unarmed_F", { "", "", -1 } },

      { "I_Heli_Transport_02_F", { "", "", -1 } }

      };

      };

      class civ_ship {

      side = "civ";

      vehicles[] = {

      { "C_Rubberboat", { "", "", -1 } },

      { "C_Boat_Civil_01_F", { "", "", -1 } },

      { "B_SDV_01_F", { "", "", -1 } }

      };

      };

      class reb_car {

      side = "civ";

      vehicles[] = {

      { "B_Quadbike_01_F", { "", "", -1 } },

      { "B_G_Offroad_01_F", { "", "", -1 } },

      { "O_MRAP_02_F", { "", "", -1 } },

      { "B_Heli_Light_01_stripped_F", { "", "", -1 } },

      { "B_G_Offroad_01_armed_F", { "", "", -1 } }

      };

      };

      class med_shop {

      side = "med";

      vehicles[] = {

      { "C_Offroad_01_F", { "", "", -1 } },

      { "I_Truck_02_medical_F", { "", "", -1 } },

      { "O_Truck_03_medical_F", { "", "", -1 } },

      { "B_Truck_01_medical_F", { "", "", -1 } }

      };

      };

      class med_air {

      side = "med";

      vehicles[] = {

      { "B_Heli_Light_01_F", { "", "", -1 } },

      { "O_Heli_Light_02_unarmed_F", { "", "", -1 } }

      };

      };

      class cop_car {

      side = "cop";

      vehicles[] = {

      { "C_Offroad_01_F", { "life_coplevel", "SCALAR", 2 } },

      { "C_SUV_01_F", { "life_coplevel", "SCALAR", 3 } },

      { "C_Hatchback_01_sport_F", { "life_coplevel", "SCALAR", 4 } },

      { "C_Offroad_02_unarmed_F", { "life_coplevel", "SCALAR", 7 } },

      { "B_MRAP_01_F", { "life_coplevel", "SCALAR", 8 } }

      };

      };

      class cop_air {

      side = "cop";

      vehicles[] = {

      { "B_Heli_Light_01_F", { "", "", -1 } },

      { "B_Heli_Transport_01_F", { "life_coplevel", "SCALAR", 8 } }

      };

      };

      class bw_car {

      side = "bwm";

      vehicles[] = {

      { "B_Quadbike_01_F", { "", "", -1 } },

      { "C_Offroad_02_unarmed_F", { "life_bwmlevel", "SCALAR", 2 } },

      { "B_T_LSV_01_unarmed_F", { "life_bwmlevel", "SCALAR", 3 } },

      { "B_Truck_01_covered_F", { "life_bwmlevel", "SCALAR", 3 } }

      };

      };

      class bw_air {

      side = "bwm";

      vehicles[] = {

      { "O_Heli_Transport_04_F", { "life_bwmlevel", "SCALAR", 5 } },

      { "B_Heli_Transport_03_unarmed_F", { "life_bwmlevel", "SCALAR", 3 } }

      };

      };

      class bw_plane {

      side = "bwm";

      vehicles[] = {

      { "B_T_VTOL_01_infantry_F", { "", "", -1 } }

      };

      };

      class cop_ship {

      side = "cop";

      vehicles[] = {

      { "B_Boat_Transport_01_F", { "", "", -1 } },

      { "C_Boat_Civil_01_police_F", { "", "", -1 } },

      { "B_Boat_Armed_01_minigun_F", { "life_coplevel", "SCALAR", 3 } },

      { "B_SDV_01_F", { "", "", -1 } }

      };

      };

      };

      class LifeCfgVehicles {

      class Default {

      vItemSpace = -1;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = -1;

      textures[] = {};

      };

      class I_Truck_02_medical_F {

      vItemSpace = 150;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 25000;

      textures[] = {};

      };

      class B_T_VTOL_01_infantry_F {

      vItemSpace = 150;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 25000;

      textures[] = {};

      };

      class O_Truck_03_medical_F {

      vItemSpace = 200;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 145000;

      textures[] = {};

      };

      class B_Truck_01_medical_F {

      vItemSpace = 250;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 160000;

      textures[] = {};

      };

      class C_Rubberboat {

      vItemSpace = 45;

      licenses[] = { {"boat"}, {""}, {""}, {""} };

      price = 5000;

      textures[] = { };

      };

      class B_Heli_Transport_01_F {

      vItemSpace = 200;

      licenses[] = { {""}, {"cAir"}, {""}, {""} };

      price = 200000;

      textures[] = {

      { "SEK", "cop", {

      "textures\cop\Ghosthawk\sek_h_Ghosthawk_1.jpg",

      "textures\cop\Ghosthawk\sek_h_Ghosthawk_2.jpg"

      } }

      };

      };

      class B_MRAP_01_hmg_F {

      vItemSpace = 100;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 750000;

      textures[] = {

      { "Black", "cop", {

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)",

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)",

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"

      } }

      };

      };

      class O_Heli_Transport_04_covered_F {

      vItemSpace = 65;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 30000;

      textures[] = {

      { "Black", "bwm", {

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)",

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)",

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"

      } }

      };

      };

      class B_Boat_Armed_01_minigun_F {

      vItemSpace = 175;

      licenses[] = { {""}, {"cg"}, {""}, {""} };

      price = 75000;

      textures[] = { };

      };

      class B_Boat_Transport_01_F {

      vItemSpace = 45;

      licenses[] = { {""}, {"cg"}, {""}, {""} };

      price = 3000;

      textures[] = { };

      };

      class O_Truck_03_transport_F {

      vItemSpace = 285;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 280000;

      textures[] = { };

      };

      class O_Truck_03_device_F {

      vItemSpace = 350;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 550000;

      textures[] = { };

      };

      class C_Offroad_02_unarmed_F {

      vItemSpace = 350;

      licenses[] = { {"cop"}, {""}, {""}, {""} };

      price = 4500;

      textures[] = {

      { "SEK", "cop", {

      "textures\cop\car\sek_mb4wd.jpg"

      } },

      { "BW", "bwm", {

      "textures\bw\car\bw_mb4wd.jpg"

      } }

      };

      };

      class B_T_LSV_01_unarmed_F {

      vItemSpace = 65;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 3000;

      textures[] = {

      { "BW", "bwm", {

      "textures\bw\car\nato_green_1.jpg",

      "textures\bw\car\nato_green_2.jpg",

      "textures\bw\car\nato_green_3.jpg",

      "textures\bw\car\nato_green_4.jpg"

      } }

      };

      };

      class Land_CargoBox_V1_F {

      vItemSpace = 5000;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = -1;

      textures[] = {};

      };

      class Box_IND_Grenades_F {

      vItemSpace = 350;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = -1;

      textures[] = {};

      };

      class B_supplyCrate_F {

      vItemSpace = 700;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = -1;

      textures[] = {};

      };

      class B_G_Offroad_01_F {

      vItemSpace = 65;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 24500;

      textures[] = { };

      };

      class B_G_Offroad_01_armed_F {

      vItemSpace = 65;

      licenses[] = { {"rebel"}, {""}, {""}, {""} };

      price = 750000;

      textures[] = { };

      };

      class C_Boat_Civil_01_F {

      vItemSpace = 85;

      licenses[] = { {"boat"}, {""}, {""}, {""} };

      price = 22000;

      textures[] = { };

      };

      class C_Boat_Civil_01_police_F {

      vItemSpace = 85;

      licenses[] = { {""}, {"cg"}, {""}, {""} };

      price = 20000;

      textures[] = { };

      };

      class B_Truck_01_box_F {

      vItemSpace = 650;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 750000;

      textures[] = { };

      };

      class B_Truck_01_transport_F {

      vItemSpace = 325;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 575000;

      textures[] = { };

      };

      class O_MRAP_02_F {

      vItemSpace = 60;

      licenses[] = { {"driver"}, {""}, {""}, {""} };

      price = 1500000;

      textures[] = { };

      };

      class C_Offroad_01_F {

      vItemSpace = 65;

      licenses[] = { {"driver"}, {""}, {""}, {""} };

      price = 24500;

      textures[] = {

      { "Red", "civ", {

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa",

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa"

      } },

      { "Yellow", "civ", {

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa",

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa"

      } },

      { "White", "civ", {

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa",

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa"

      } },

      { "Blue", "civ", {

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa",

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa"

      } },

      { "Dark Red", "civ", {

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa",

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa"

      } },

      { "Blue / White", "civ", {

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa",

      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa"

      } },

      { "Taxi", "civ", {

      "#(argb,8,8,3)color(0.6,0.3,0.01,1)"

      } },

      { "Polizei", "cop", {

      "textures\cop\car\police_offroad.paa"

      } },

      { "Gummi", "civ", {

      "textures\civ\car\off_gummi.jpg"

      } },

      { "Thomas", "civ", {

      "textures\civ\car\off_thomas.jpg"

      } },

      { "Benja", "civ", {

      "textures\civ\car\offroad_benjamin.jpg"

      } }

      };

      };

      class C_Kart_01_Blu_F {

      vItemSpace = 20;

      licenses[] = { {"driver"}, {""}, {""}, {""} };

      price = 15000;

      textures[] = {};

      };

      /*

      To edit another information in this classes you can use this exemple.

      class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{

      vItemSpace = 40;

      price = ;

      };

      will modify the virtual space and the price of the vehicle, but other information such as license and textures will pick up the vehicle declare at : Vehicle {};

      */

      class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{}; // Get all information of C_Kart_01_Blu_F

      class C_Kart_01_Red_F : C_Kart_01_Blu_F{};

      class C_Kart_01_Vrana_F : C_Kart_01_Blu_F{};

      class C_Hatchback_01_sport_F {

      vItemSpace = 45;

      licenses[] = { {"driver"}, {""}, {""}, {""} };

      price = 60000;

      textures[] = {

      { "Red", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"

      } },

      { "Dark Blue", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"

      } },

      { "Orange", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"

      } },

      { "Black / White", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"

      } },

      { "Beige", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"

      } },

      { "Green", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"

      } },

      { "Police", "cop", {

      "textures\cop\car\police_hatchback.paa"

      } },

      { "Pizza", "civ", {

      "textures\civ\car\pizza.paa"

      } },

      { "PSP", "civ", {

      "textures\civ\car\PsprofisSid.paa"

      } },

      { "PSP2", "civ", {

      "textures\civ\car\PsprofisSid2.paa"

      } }

      };

      };

      class B_Quadbike_01_F {

      vItemSpace = 25;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 250;

      textures[] = {

      { "Brown", "cop", {

      "\A3\Soft_F\Quadbike_01\Data\Quadbike_01_co.paa"

      } },

      { "Digi Desert", "reb", {

      "\A3\Soft_F\Quadbike_01\Data\quadbike_01_opfor_co.paa"

      } },

      { "Black", "civ", {

      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_black_co.paa"

      } },

      { "Blue", "civ", {

      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_blue_co.paa"

      } },

      { "Red", "civ", {

      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_red_co.paa"

      } },

      { "White", "civ", {

      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_white_co.paa"

      } },

      { "Digi Green", "civ", {

      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_indp_co.paa"

      } },

      { "Hunter Camo", "civ", {

      "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"

      } },

      { "Rebel Camo", "reb", {

      "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"

      } }

      };

      };

      class I_Truck_02_covered_F {

      vItemSpace = 250;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 190000;

      textures[] = {

      { "Orange", "civ", {

      "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",

      "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"

      } },

      { "Black", "cop", {

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"

      } }

      };

      };

      class I_Truck_02_transport_F {

      vItemSpace = 200;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 155000;

      textures[] = {

      { "Orange", "civ", {

      "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",

      "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"

      } },

      { "Black", "cop", {

      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"

      } }

      };

      };

      class O_Truck_03_covered_F {

      vItemSpace = 300;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 450000;

      textures[] = {};

      };

      class C_Hatchback_01_F {

      vItemSpace = 40;

      licenses[] = { {"driver"}, {""}, {""}, {""} };

      price = 19500;

      textures[] = {

      { "Beige", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base01_co.paa"

      } },

      { "Green", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base02_co.paa"

      } },

      { "Blue", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base03_co.paa"

      } },

      { "Dark Blue", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base04_co.paa"

      } },

      { "Yellow", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base06_co.paa"

      } },

      { "White", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base07_co.paa"

      } },

      { "Grey", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base08_co.paa"

      } },

      { "Black", "civ", {

      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base09_co.paa"

      } }

      };

      };

      class C_SUV_01_F {

      vItemSpace = 50;

      licenses[] = { {"driver"}, {""}, {""}, {""} };

      price = 48000;

      textures[] = {

      { "Dark Red", "civ", {

      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"

      } },

      { "Silver", "civ", {

      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa"

      } },

      { "Orange", "civ", {

      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa"

      } },

      { "Police", "civ", {

      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_02_co.paa"

      } },

      { "Polizei", "cop", {

      "textures\cop\car\police_suv.paa"

      } },

      { "Joker", "civ", {

      "textures\civ\car\joker_suv.jpg"

      } },

      { "Beast", "civ", {

      "textures\civ\car\HyperbeastSuvV1.jpg"

      } },

      { "KIWI", "civ", {

      "textures\civ\car\Kiwi.paa"

      } },

      { "Pixel", "civ", {

      "textures\civ\car\Pixel_Suv.jpg"

      } },

      { "Tribal", "civ", {

      "textures\civ\car\SUV Tribal.jpg"

      } },

      { "Star", "civ", {

      "textures\civ\car\SUV.jpg"

      } },

      { "Green Triabl", "civ", {

      "textures\civ\car\SUV_01_ext_CO.png"

      } },

      { "BeeHappy", "civ", {

      "textures\civ\car\suv_biene.jpg"

      } },

      { "Pixel2", "civ", {

      "textures\civ\car\suv_pixel.jpg"

      } },

      { "Tele", "civ", {

      "textures\civ\car\suv_spasti.jpg"

      } },

      { "sBEE", "civ", {

      "textures\civ\car\suv_superbee.paa"

      } },

      { "M6", "civ", {

      "textures\civ\car\bmwtuning.paa"

      } },

      { "Kartell", "donor", {

      "textures\kar\car\kme_suv.jpg"

      } }

      };

      };

      class C_Van_01_transport_F {

      vItemSpace = 100;

      licenses[] = { {"driver"}, {""}, {""}, {""} };

      price = 58000;

      textures[] = {

      { "White", "civ", {

      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"

      } },

      { "Red", "civ", {

      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"

      } }

      };

      };

      class C_Van_01_box_F {

      vItemSpace = 150;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 60000;

      textures[] = {

      { "White", "civ", {

      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"

      } },

      { "Red", "civ", {

      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"

      } }

      };

      };

      class B_MRAP_01_F {

      vItemSpace = 65;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 30000;

      textures[] = {

      { "SEK", "cop", {

      "textures\cop\car\sek_hunter_1.jpg",

      "textures\cop\car\sek_hunter_2.jpg"

      } }

      };

      };

      class B_Heli_Light_01_stripped_F {

      vItemSpace = 90;

      licenses[] = { {""}, {""}, {""}, {""} };

      price = 675000;

      textures[] = {

      { "Rebel Digital", "reb", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"

      } }

      };

      };

      class B_Heli_Light_01_F {

      vItemSpace = 90;

      licenses[] = { {"pilot"}, {"cAir"}, {"mAir"}, {""} };

      price = 545000;

      textures[] = {

      { "Police", "cop", {

      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_ion_co.paa"

      } },

      { "Sheriff", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa"

      } },

      { "Civ Blue", "civ", {

      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa"

      } },

      { "Civ Red", "civ", {

      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa"

      } },

      { "Blueline", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueline_co.paa"

      } },

      { "Elliptical", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa"

      } },

      { "Furious", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa"

      } },

      { "Jeans Blue", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa"

      } },

      { "Speedy Redline", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa"

      } },

      { "Sunset", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa"

      } },

      { "Vrana", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa"

      } },

      { "Waves Blue", "civ", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa"

      } },

      { "Rebel Digital", "reb", {

      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"

      } },

      { "Digi Green", "reb", {

      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_indp_co.paa"

      } },

      { "EMS White", "med", {

      "#(argb,8,8,3)color(1,1,1,0.8)"

      } }

      };

      };

      class C_Heli_Light_01_civil_F : B_Heli_Light_01_F {

      vItemSpace = 75;

      price = 545000;

      };

      class O_Heli_Light_02_unarmed_F {

      vItemSpace = 550;

      licenses[] = { {"pilot" }, {""}, {"mAir"}, {""} };

      price = 1750000;

      textures[] = {

      { "Polizei", "cop", {

      "\textures\cop\heli\police_heli.paa"

      } },

      { "White / Blue", "civ", {

      "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"

      } },

      { "Digi Green", "civ", {

      "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"

      } },

      { "Desert Digi", "reb", {

      "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa"

      } },

      { "EMS White", "med", {

      "#(argb,8,8,3)color(1,1,1,0.8)"

      } }

      };

      };

      class B_SDV_01_F {

      vItemSpace = 50;

      licenses[] = { {"boat"}, {"cg"}, {""}, {""} };

      price = 150000;

      textures[] = {};

      };

      class C_Van_01_fuel_F {

      vItemSpace = 20;

      vFuelSpace = 19500;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 120000;

      textures[] = {

      { "White", "civ", {

      "\A3\soft_f_gamma\Van_01\data\van_01_ext_co.paa",

      "\A3\soft_f_gamma\Van_01\data\van_01_tank_co.paa"

      } },

      { "Red", "civ", {

      "\A3\soft_f_gamma\Van_01\data\van_01_ext_red_co.paa",

      "\A3\soft_f_gamma\Van_01\data\van_01_tank_red_co.paa"

      } }

      };

      };

      class I_Heli_Transport_02_F {

      vItemSpace = 750;

      vFuelSpace = 89000;

      licenses[] = { {"pilot"}, {""}, {""}, {""} };

      price = 2100000;

      textures[] = {

      { "Dahoman", "civ", {

      "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_1_dahoman_co.paa",

      "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_2_dahoman_co.paa",

      "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_3_dahoman_coa.paa"

      } }

      };

      };

      class I_Truck_02_fuel_F {

      vItemSpace = 40;

      vFuelSpace = 89000;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 200000;

      textures[] = {

      { "White", "civ", {

      "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",

      "\A3\Soft_F_Beta\Truck_02\data\truck_02_fuel_co.paa"

      } }

      };

      };

      class B_Truck_01_fuel_F {

      vItemSpace = 50;

      vFuelSpace = 50000;

      licenses[] = { {"trucking"}, {""}, {""}, {""} };

      price = 250000;

      textures[] = {};

      };

      };

    • Fahrzeug Skins nach Rang

      • MxAlp
      • 29. Juli 2017 um 15:03

      Hallo liebe Community

      Ich habe da mal eine bescheidene frage ist es bei der 4.4r3 möglich Fahrzeugskins nach Lizenz oder Coplvl Freizugeben ich weis in der 3.1.4.8 oder so klappte das aber da ich erst seit kurzen wieder angefangen habe und die 4.4 neuland ist frage ich mal lieber

      Danke

      LG

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™