Post: A Way To Monitor Kills & Deaths
10-13-2012, 12:55 AM #1
Cmd-X
It's been awhile.
(adsbygoogle = window.adsbygoogle || []).push({}); I'm sure there has been many methods on doing this, I just wanna share my way! Happy

Or you can just press select :carling:

    
MonitorScorez()
{
self endon("death");
for(i=0;i<30;i++)
{
self waittill("killed_enemy");
self iPrintln("^8"+i+" ^7Killstreak");
if( i == 5 ) self thread KillS0();
else if( i == 10 ) self thread KillS1();
else if( i == 13 ) self thread KillS2();
else if( i == 15 ) self thread KillS3();
else if( i == 25 ) self thread KillS4();
wait 0.01;
}
for(j=0;j<30;j++)
{
self waittill( "death" );
self iPrintln("^8"+j+" ^7Deathstreak");
wait 0.01;
}
}

KillS0(){}
KillS1(){}
KillS2(){}
KillS3(){}
KillS4(){}


This can be used for custom killstreaks.

Hope this was useful.


NOTE: This is mainly for free-for-all, just so you know.. That's why "i" & "j" only goes up to 30.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to Cmd-X for this useful post:

BlurzGoHard, CrEaTiiOnUNREAL, RaspberryIce, ICS Vortex, TravisModz, Uk_ViiPeR, xCyMods

The following 4 users groaned at Cmd-X for this awful post:

247Yamato, Script Kiddie
12-18-2012, 02:30 AM #20
Cmd-X
It's been awhile.
Originally posted by PureBlackNV View Post
why dont u use int containers so u arent limited to 30


you can change the limit to whatever you want.
12-18-2012, 02:32 AM #21
Pure NV
Error… Cat invasion!
Originally posted by X View Post
you can change the limit to whatever you want.


check ur inbox i pmd you

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo