Jump to content

SabreTheSecond

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Everything posted by SabreTheSecond

  1. SabreTheSecond

    Respawn with Custom loadout

    Ok so I got it working correctly but my backpack is still not respawning with me. Please help and reply guys!
  2. SabreTheSecond

    Respawn with Custom loadout

    SO I am trying to get this custom loadout to work but when I respawn it still doesn't give me anything so I am going to place the in game code I use for my loadout. Any help fast would be appreciated. Just need sombody to fix it in a reply the way you should place it in your .sqf file! removeallweapons this; removevest this; this addvest "V_TacVest_camo"; this addmagazine "handgrenade"; this addmagazine "handgrenade"; this addmagazine "handgrenade"; this addmagazine "handgrenade"; this addmagazine "handgrenade"; this addmagazine "handgrenade"; this addmagazine "smokeshell"; this addmagazine "smokeshell"; this addmagazine "smokeshell"; this assignitem "nvgoggles"; this assignitem "itemcompass"; this assignitem "itemgps"; this assignitem "itemmap"; this assignitem "itemradio"; this assignitem "itemwatch"; this addbackpack "B_Carryall_mcamo"; (unitBackpack this) additemCargo ["30Rnd_556x45_Stanag",11]; (unitBackpack this) additemCargo ["1Rnd_HE_Grenade_shell",4]; (unitBackpack this) additemCargo ["FirstAidKit",11]; this addweapon "arifle_Mk20_GL_F"; this addPrimaryWeaponItem "optic_Hamr"; this addPrimaryWeaponItem "acc_pointer_IR"; this addmagazine "16Rnd_9x21_Mag"; this addmagazine "16Rnd_9x21_Mag"; this addmagazine "16Rnd_9x21_Mag"; this addweapon "hgun_P07_F";
×