Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
Seksoman

Нужен совет со скинами.

На днях попытался сделать так, чтобы при респавне на мне был одет скин "RUS_Commander". 
В init добавил вот такую ахинею

 

if ((getPlayerUID player) in ["UID"]) then {
DZE_defaultSkin = [["RUS_Commander"]];
};

 

 

При респавне я появляюсь в этом скине с открытым инвентарём, при закрытии кикает с сервера. Захожу на сервер по новой, стою на том же месте, но уже без этого скина. Как можно решить проблему? Может есть другой способ одеть этот скин при респавне? 
 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Этот скин не от Epoch при одеваний этого скина есть вероятности пропажа денег , хуманити , бэкпак очистится . Попробуй прописать его в variables.sqf

Share this post


Link to post
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Similar Content

    • By ro1and
      Помогите разобраться с Advanced Towing.
      В настройках скрипта редактируются классы, которые могут буксировать/буксироваться.
      SA_TOW_SUPPORTED_VEHICLES = [ "Tank", "Car", "Ship" ];
      Содержимое этих классов нигде не описано. Чтоб оно заработало на сервере Exile нужно вместо этих классов вписать классы из config.cpp файла миссии (class Trucks, Choppers и т.д.) или оставить все как есть?
      Просто хочу, чтобы грузовики тоже могли буксировать.
      Заранее благодарю за помощь.
       
    • By Dart4g
      Всем привет.
      Есть проблема.
      Нужен способ автоматической очистки *.rpt и *.log файлов.
      Размер файлов растёт, хотелось бы, чтобы они удалялись автоматически.
      Есть у кого решение этой проблемы?
    • By Vitalik123
      Всем привет! 
      Вопрос по Arma3 Epoh
      Почти весь РПТ заполнен этой одной ошибкой
      Вот эта ошибка в РПТ:
      if (({_x == _loot} count exclcontainer_list) > 0) th>
      10:48:32   Error position: <_loot} count exclcontainer_list) > 0) th>
      10:48:32   Error Undefined variable in expression: _loot
      10:48:32 File loot_addon\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 146
      10:48:32 Error in expression <d", "repairkit", true];
      };

      РПТ указывает сюда C:\server\@epochhive\addons\loot_addon\LSpawner
      Вот этот блок: 
      //special for world objects: account for Wasteland and other items
                                          if(_lootType == 5) exitWith {
                                              _selecteditem = (floor(random(count((lootworldObject_list select _lootClass) select 1))));
                                              _loot = (((lootworldObject_list select _lootClass) select 1) select _selecteditem);
                                              _lootholder = createVehicle [_loot, _tmpPos, [], 0, "CAN_COLLIDE"];
                                              if(_loot == "Land_CanisterFuel_F") then {
                                                  _chfullf = (random 100);
                                                  if (_chfullfuel > _chfullf) then {
                                                      _lootholder setVariable["mf_item_id", "jerrycanfull", true];
                                                  } else {
                                                      _lootholder setVariable["mf_item_id", "jerrycanempty", true];
                                                  };
                                              };
                                              if(_loot == "Land_CanisterOil_F") then {
                                                  _lootholder setVariable["mf_item_id", "syphonhose", true];
                                              };
                                              if(_loot == "Land_Can_V3_F") then {
                                                  _lootholder setVariable["mf_item_id", "energydrink", true];
                                              };
                                              if(_loot == "Land_Basket_F") then {
                                                  _lootholder setVariable["mf_item_id", "cannedfood", true];
                                              };
                                              if(_loot == "Land_CanisterPlastic_F") then {
                                                  _lootholder setVariable["mf_item_id", "water", true];
                                              };
                                              if(_loot == "Land_Suitcase_F") then {
                                                  _lootholder setVariable["mf_item_id", "repairkit", true];
                                              };
                                              //if container clear its cargo
                                              if (({_x == _loot} count exclcontainer_list) > 0) then {
                                                  clearWeaponCargoGlobal _lootholder;
                                                  clearMagazineCargoGlobal _lootholder;
                                                  clearBackpackCargoGlobal _lootholder;
                                                  clearItemCargoGlobal _lootholder;
                                              };
                                              
                                              
                                              
      Что делать? 
      Поставить falce или заменить на другое? _lootholder setVariable["mf_item_id", "repairkit", true]; 
      Правда не знаю на что заменить. 
      По идее это ремонтный комплект, а вот что с ним делать я не знаю. 
      Это я так понял блок спавна лута?
  • Our picks

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.