Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (isNil "custom_monitor") then {custom_monitor = true;} else {custom_monitor = !custom_monitor;};
- while {custom_monitor} do
- {
- _kills = player getVariable["zombieKills",0];
- _killsH = player getVariable["humanKills",0];
- _killsB = player getVariable["banditKills",0];
- _humanity = player getVariable["humanity",0];
- _headShots = player getVariable["headShots",0];
- _zombies = count entities "zZombie_Base";
- _zombiesA = {alive _x} count entities "zZombie_Base";
- _fps = diag_fps;
- hintSilent parseText format ["
- <t size='1'font='Bitstream'align='center'>%1</t><br/>
- <t size='1'font='Bitstream'align='left'>Midochlorians Left:</t><t size='1.5' font='Bitstream'align='right'>%2</t><br/>
- <t size='1'font='Bitstream'align='left'>Humanity:</t><t size='1.5'font='Bitstream'align='right'>%3</t><br/>
- <t size='1'font='Bitstream'align='left'>Noobs Killed:</t><t size='1.5'font='Bitstream'align='right'>%4</t><br/>
- <t size='1'font='Bitstream'align='left'>Assholes Killed:</t><t size='1.5'font='Bitstream'align='right'>%5</t><br/>
- <t size='1'font='Bitstream'align='left'>Zombitches Killed:</t><t size='1.5'font='Bitstream'align='right'>%6</t><br/>
- <t size='1'font='Bitstream'align='left'>Headshots:</t><t size='1.5'font='Bitstream'align='right'>%7</t><br/>
- <t size='1' font='Bitstream' align='left'>Zombitches (alive/total): </t><t size='1' font='Bitstream' align='right'>%9/%8</t><br/>
- <t size='1' font='Bitstream' align='left'>FPS: </t><t size='1' font='Bitstream' align='right'>%10</t><br/>
- <t size='1'font='Bitstream'align='center'>TAK DayZ </t><br/>
- ",dayz_playerName,r_player_blood,round _humanity,_killsH,_killsB,_kills,_headShots,count entities "zZombie_Base",{alive _x} count entities "zZombie_Base",diag_fps];
- sleep 1;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement