Jump to content

rachaboss

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by rachaboss

  1. To add coins to spectate view:

    Find this line in AT.sqf:

    _log2 = format['Blood: %1  Humanity: %2',(_unit getVariable['USEC_BloodQty',12000]),(_unit getVariable['humanity',0])];

    Replace with this line:

    _log2 = format['Blood: %1  Humanity: %2  Coins: %3',_unit getVariable['USEC_BloodQty',12000],_unit getVariable['humanity',0],[(_unit getVariable [z_moneyVariable,0])] call BIS_fnc_numberText];
    
    
    spectate bank 
×
×
  • Create New...