Einzelnen Beitrag anzeigen
Alt 29.01.2013, 00:33   #1 (permalink)
jagged_gimli
Newbie
 
Registriert seit: 21.07.2008
Ort: NRW
Beiträge: 20
Standard Fahzeug nach Respawn ohne eingestellte Waffen im Inventar

Hallo Leute,

Ich bin ein noobi möchte aber ne Karte für ne Lan Party am we bauen habe dabei folgenendes Problem.
ich habe eine heli mit respawn ( Simple Vehicle Respawn v1.7) und eingetragene Waffen.

in der intial steht:

veh = [this, 15] execVM "vehicle.sqf"

ClearWeaponCargo this;
ClearMagazineCargo this;




this addWeaponCargo ["ACE_M249_AIM", 2];
this addWeaponCargo ["ACE_M249_PIP_ACOG", 2];
this addWeaponCargo ["ACE_MG36", 2];
this addWeaponCargo ["ACE_MG36_D", 2];
this addWeaponCargo ["ACE_RPK", 2];
this addWeaponCargo ["ACE_RPK74M", 2];
this addWeaponCargo ["ACE_RPK74M_1P29", 2];
this addWeaponCargo ["BAF_L110A1_Aim", 2];
this addWeaponCargo ["M249", 2];
this addWeaponCargo ["M249_EP1", 2];
this addWeaponCargo ["M249_m145_EP1", 2];
this addWeaponCargo ["M249_TWS_EP1", 2];
this addWeaponCargo ["m8_SAW", 2];
this addWeaponCargo ["MG36", 2];
this addWeaponCargo ["MG36_camo", 2];
this addWeaponCargo ["RPK_74", 2];

......usw.

respawn geht ohne Probleme aber die Waffen sind nicht mehr drin nur das standard Inventar


Ich hoffe mir kann jemand helfen.

Danke schon mal im vorraus.

Gimli
jagged_gimli ist offline   Mit Zitat antworten