Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

ss2180

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Everything posted by ss2180

  1. My addon isn't working the action isn't appearing on the scroll wheel. In my .pbo file i have a config.cpp,init.sqf,melee.sqf the code for each of the files are below. config.cpp: #include "init.sqf" class CfgPatches { class Melee { units[] = {}; weapons[] = {}; requiredVersion = 1.0; requiredAddons[] = {}; }; }; init.sqf: _meleeAct = player addAction["Melee","melee.sqf"] melee.sqf: if(player distance cursorTarget < 3) then {[cursorTarget,600] call ace_blackoutall;} else {hint "You are too far away!"} If someone could help me i would appreciate it plus i am using the ace mod and ace wound system module.:)
  2. Thanks a lot i have being trying to get this to work for days without knowing it wasn't possible. I will get my unit leader to download my script :D
  3. Thanks but is there a way for me to get it working as a addon because it is for my clan/unit and the person who makes the missions dosent know how to script. I did get it working in the editor but when i packed to a pbo it stopped working.
×