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
Gromillla

Coins на рубли

Как заменить наименование валюты Coins на своё? в 1.0.5.1 для валюты 3.0 достаточно было изменить в конфиге скрипта, а сейчас поставил банки на 1.0.6.1 и не нахожу где изменить.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Решил проблему так:

в файле variables.sqf

по пути:
путь к игре\Arma 2 Operation Arrowhead\MPMissions\DayZ_Epoch_11.Chernarus\dayz_code\init\variables.sqf

Вставил после строки ZSC_maxBankMoney =
следующее:
CurrencyName = "Название вашей валюты";

Всё работает.

Share this post


Link to post
Share on other sites



  • 0
4 часа назад, Gromillla сказал:

Решил проблему так:

в файле variables.sqf

по пути:
путь к игре\Arma 2 Operation Arrowhead\MPMissions\DayZ_Epoch_11.Chernarus\dayz_code\init\variables.sqf

Вставил после строки ZSC_maxBankMoney =
следующее:
CurrencyName = "Название вашей валюты";

Всё работает.

Переменная находится в dayz_code\configVariables.sqf 

CurrencyName = "Coins"; // If using single currency this is the currency display name.
 

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 Yahweh
      Как это правильно реализовать? Примерно представляю как все сделать, но нужна помощь.
    • By Брыскин
      В этом гайде  я расскажу вам как одеть скучное синечёрноесерое меню банков зупы в что то своё красивое!
      И так, что нам нужно : файл bank_dialog.hpp 
      находим
      class Controls { после вставляем 
       
      class goldprob: RscPicture { idc = 1200; text = "gold\prob1.paa"; x = 0.32947 * safezoneW + safezoneX; y = 0.256529 * safezoneH + safezoneY; w = 0.444636 * safezoneW; h = 0.590857 * safezoneH; };  
      ну собстно всё, радуемся.
      скачать картинку 
      https://yadi.sk/d/d5ffGwweeFdeR
       

      Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
    • By ATAMAH
      ==== Как добавить Gold Coins ботам DZMS, WAI и DZAI =====
      1. Для ботов DZMS
      Откройте ...\dayz_server\DZMS\Scripts\DZMSAISpawn.sqf и найдите:
       
      _unit addweapon _weapon;    

      добавьте ниже:
       
      _unit setVariable["CashMoney",5000,true];    

      где 5000, это кол-во монет, которые можно найти у бота
      Если у вас система основана на хедшотах, то тогда вы добавляете:
       
      _unit setVariable["headShots",5000,true];    
      2. Для ботов WAI
      Все так же само только в файлах:
      ...\dayz_server\WAI\compile\SpawnGroup.sqf
      и ...\dayz_server\WAI\compile\SpawnStatic.sqf
      3. Для ботов DZAI
      Все так же само только в файле:
      ...\dayz_server\DZAI\compile\ai_setup_loadout.sqf
      Скриншоты:


      Добавлю второй вариант - рандомный
      Вместо:
       
      _unit setVariable["CashMoney",5000,true];    
      добавьте:
       
      _cash = round(random 10) * 250; _aiunit setVariable["CashMoney",_cash ,true];    
      если на хедшотах, то :
       
      _cash = round(random 10) * 250; _unit setVariable["headShots",_cash,true];    
      Где 250 это сумма, которую можно найти у бота, а 10 это цифра от 0 до 10, на которую может умножиться ваша сумма, то есть вам может выпасть 250 монет ( 1х250 ) может 1250 ( 6х250 ) а может и вообще 0 быть, в общем рандом, как это видно на 3-ем скриншоте
      P.S.
      Рандом через хедшоты не тестил, так что если кто добавит, то отпишитесь как работает

      Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
    • By Serdce
      Есть ли у кого файлы, а лучше гайд с файлами по единой валюты в Epoch?
  • 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.