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
JIIEKA

Custom debug monitor

Всем привет, Люди добрые помогите как вписать строчку наличные в Custom debug monitor.
Банки у меня стоят - Single Currency v3.0 DEFAULT HIVE

 

 

 

 

ВОТ САМ Custom debug monitor

 

 

waitUntil {alive player};

while {true} do
{
    _kills =         player getVariable["zombieKills",0];
    _killsH =         player getVariable["humanKills",0];
    _killsB =         player getVariable["banditKills",0];
    _humanity =        player getVariable["humanity",0];
    
    hintSilent parseText format ["
    <t size='1.25' font='Bitstream'align='center' color='#D60000'>DayZ Epoch</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#D60000'>www.BMRF.me</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Survived %2 Days</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Players Online: </t><t size='0.95 'font='Bitstream' align='right'>%3</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Murders: </t><t size='0.95' font='Bitstream' align='right'>%4</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Bandits Killed: </t><t size='0.95' font='Bitstream' align='right'>%5</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Zombies Killed: </t><t size='0.95' font='Bitstream' align='right'>%6</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Humanity: </t><t size='0.95' font='Bitstream' align='right'>%7</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Blood: </t><t size='0.95' font='Bitstream' align='right'>%8</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>FPS: </t><t size='0.95' font='Bitstream' align='right'>%9</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Restart in %10 Minutes</t><br/>",


    dayz_playerName,(dayz_Survived),(count playableUnits),_killsH,_killsB,_kills,round _humanity,r_player_blood,(round diag_fps),(round(240-(serverTime) / 60))
    ];
sleep 1;
};
 
Edited by Alexis (see edit history)

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

 

Всем привет, Люди добрые помогите как вписать строчку наличные в Custom debug monitor.

Банки у меня стоят - Single Currency v3.0 DEFAULT HIVE

 

 

 

 

ВОТ САМ Custom debug monitor

 

waitUntil {alive player};

 
while {true} do
{
    _kills =         player getVariable["zombieKills",0];
    _killsH =         player getVariable["humanKills",0];
    _killsB =         player getVariable["banditKills",0];
    _humanity =        player getVariable["humanity",0];
    
    hintSilent parseText format ["
    <t size='1.25' font='Bitstream'align='center' color='#D60000'>DayZ Epoch</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#D60000'>www.BMRF.me</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Survived %2 Days</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Players Online: </t><t size='0.95 'font='Bitstream' align='right'>%3</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Murders: </t><t size='0.95' font='Bitstream' align='right'>%4</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Bandits Killed: </t><t size='0.95' font='Bitstream' align='right'>%5</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Zombies Killed: </t><t size='0.95' font='Bitstream' align='right'>%6</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Humanity: </t><t size='0.95' font='Bitstream' align='right'>%7</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Blood: </t><t size='0.95' font='Bitstream' align='right'>%8</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>FPS: </t><t size='0.95' font='Bitstream' align='right'>%9</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Restart in %10 Minutes</t><br/>",
 
    dayz_playerName,(dayz_Survived),(count playableUnits),_killsH,_killsB,_kills,round _humanity,r_player_blood,(round diag_fps),(round(240-(serverTime) / 60))
    ];
sleep 1;
};

 Попробуй вот так,но точно не уверен что получиться просто проверь 

 

 

 

waitUntil {alive player};


while {true} do
{
    _kills =         player getVariable["zombieKills",0];
    _killsH =         player getVariable["humanKills",0];
    _killsB =         player getVariable["banditKills",0];
    _humanity =       player getVariable["humanity",0];
    _Money =         player getVariable["cashMoney",0];
    
    hintSilent parseText format ["
    <t size='1.25' font='Bitstream'align='center' color='#D60000'>DayZ Epoch</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#D60000'>www.BMRF.me</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Survived %2 Days</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Players Online: </t><t size='0.95 'font='Bitstream' align='right'>%3</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Murders: </t><t size='0.95' font='Bitstream' align='right'>%4</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Bandits Killed: </t><t size='0.95' font='Bitstream' align='right'>%5</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Zombies Killed: </t><t size='0.95' font='Bitstream' align='right'>%6</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Humanity: </t><t size='0.95' font='Bitstream' align='right'>%7</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Blood: </t><t size='0.95' font='Bitstream' align='right'>%8</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>FPS: </t><t size='0.95' font='Bitstream' align='right'>%9</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Money: </t><t size='0.95' font='Bitstream' align='right'>%11</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Restart in %10 Minutes</t><br/>",


    dayz_playerName,
    (dayz_Survived),
    (count playableUnits),
    _killsH,
    _killsB,
    _kills,
    round _humanity,
    r_player_blood,
    (round diag_fps),
    (round(240-(serverTime) / 60)),
    _Money
    ];
sleep 1;
};
 
Edited by Alexis (see edit history)

Share this post


Link to post
Share on other sites



  • 0

 

 Попробуй вот так,но точно не уверен что получиться просто проверь 

 

 

 

waitUntil {alive player};


while {true} do
{
    _kills =         player getVariable["zombieKills",0];
    _killsH =         player getVariable["humanKills",0];
    _killsB =         player getVariable["banditKills",0];
    _humanity =       player getVariable["humanity",0];
    _Money =         player getVariable["cashMoney",0];
    
    hintSilent parseText format ["
    <t size='1.25' font='Bitstream'align='center' color='#D60000'>DayZ Epoch</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#D60000'>www.BMRF.me</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Survived %2 Days</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Players Online: </t><t size='0.95 'font='Bitstream' align='right'>%3</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Murders: </t><t size='0.95' font='Bitstream' align='right'>%4</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Bandits Killed: </t><t size='0.95' font='Bitstream' align='right'>%5</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Zombies Killed: </t><t size='0.95' font='Bitstream' align='right'>%6</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Humanity: </t><t size='0.95' font='Bitstream' align='right'>%7</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Blood: </t><t size='0.95' font='Bitstream' align='right'>%8</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>FPS: </t><t size='0.95' font='Bitstream' align='right'>%9</t><br/>
    <t size='0.95' font='Bitstream' align='left' color='#FFBF00'>Money: </t><t size='0.95' font='Bitstream' align='right'>%11</t><br/>
    <t size='1.15' font='Bitstream'align='center' color='#5882FA'>Restart in %10 Minutes</t><br/>",


    dayz_playerName,
    (dayz_Survived),
    (count playableUnits),
    _killsH,
    _killsB,
    _kills,
    round _humanity,
    r_player_blood,
    (round diag_fps),
    (round(240-(serverTime) / 60)),
    _Money
    ];
sleep 1;
};
 

СПАСИБО, Работает)))

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 Troy1
      Всем привет. Подскжите ну или помогите пожалуйста решить вопрос.
      Вопрос звучит так. На сервере есть трейдер зоны и базы игроков. 
      Если в течение определённого времени, на пример 1 - 2 часа с машиной не кто не взаимодействует и машина не находится в зоне трейдера или на теретории базы, то машина отлетает в гараж или на штраф стоянку.
      На сервере используется TraderPlus.
       
      Есть такие решения у кого?
      За ранние благодарю.
    • By Troy1
      Всем привет. Подскжите ну или помогите пожалуйста решить вопрос.
      Вопрос звучит так. Нужно сделать так, что бы на всей карте был запрет на строительство. 
      Если нужно построить например базу с палатками, то нужно установить верстак или флаг, который установит зону для строительства с радиусом примерно 20-25 метров от центра и желательно что бы зона была квадратной.
      Есть такие решения у кого?
      За ранние благодарю.
    • By BR0wi
      Подскажите где найти людей, которые делаю моды на заказ. К кому вообще обращаться? Или что бы реализовать свои идеи нужно самому "год" сидеть и изучать все механики модинга?
    • By CubeIn
      Приветствую господа, хочу создать новый проект, уникальный, но для этого нужен маппер.
      Я оставлю здесь свой дискрод, напишите в лс, кто готов взяться за крупный проект.
      4me#4542
    • By 6agu
      Поставил
      Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
  • 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.