Jump to content

Bush

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Bush

  1. On 07.01.2016 at 5:53 AM, T.LEE said:

    After 3 days testing on full server (30 people), we don't have this problem anymore! No one player nas not doubled humanity!

    FIX:

    In player_switchModel.sqf

    1. Find:

    private ["_weapons","_backpackWpn",...

    add inside:

    private ["_humanity","_weapons","_backpackWpn",...

     

    2. Find:

    
    _magazines = _countMags select 0;

    add below:

    
    _humanity = player getVariable["humanity",0];

     

    3. Find:

    
    _newUnit 	setDir _dir;

    add below:

    
    _newUnit setVariable["humanity",_humanity,true];

    Done.

    And forget about doubling humanity. Let me remind you - i use f3cuk fix.

    Thanks!

×
×
  • Create New...