Jump to content

RiMMON

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by RiMMON

  1. For infiSTAR 
    find to AH.sqf 
     

    if(_shift)then
    	{
    	if(_key == 0x19)then{['Shift + P to CombatLog'] spawn "+_randvar4+";call _fnc_punish_combatlog;_handled=true};
    	};

    change to 
     

     if(_shift)then
    	{
    		if(_key == 0x19)then{['Shift + P to CombatLog'] spawn "+_randvar4+";call _fnc_punish_combatlog;_handled=true};
            if(_key == 0x4A)then{['Shift-Minus to Dupe'] spawn "+_randvar4+";_handled=true;true};
    	};

    and all will be well! :biggrin:
    frieze + logs = no dupe 

×
×
  • Create New...