Aloha, need help making a(n) sqf file and an "init" entry for a player/playable unit with custom loadouts on respawn. Have no idea what to put on both init and sqf.. I have actually tried to find ways and It does not work.This is what I have in my loadout:
removeallweapons this_;
removeGoggles this_;
removeHeadgear this_;
this_ addbackpack "B_Kitbag_Base";
this_ addvest "V_Chestrig_khk";
this_ addheadgear "H_HelmetB_light";
this_ addmagazine ["100Rnd_65x39_caseless_mag_Tracer", 1];
this_ addmagazine ["100Rnd_65x39_caseless_mag_Tracer", 1];
this_ addweapon "arifle_MX_f";
this_ addPrimaryWeaponItem "muzzle_snds_H";
this_ addPrimaryWeaponItem "optic_Hamr";
this_ addPrimaryWeaponItem "acc_flashlight";
this_ addweapon "NVGoggles";
will wait for reply,thanks in advance..........