[HELP]Killstreak Timer
#6

In this block, just add in whatever killstreaks you want to send messages.

pawn Код:
if((tick - pTicks[killerid]) < 5000)//Gotta play with that number
{
    pKillStreak[killerid]++;
    pTicks[killerid] = tick;
        if(pKillStreak[killerid] == 2)
        {
             //Send message
        }
    return 1;
}
Reply


Messages In This Thread
[HELP]Killstreak Timer - by PCheriyan007 - 17.05.2011, 00:48
Re: [HELP]Killstreak Timer - by Backwardsman97 - 17.05.2011, 01:06
Re: [HELP]Killstreak Timer - by PCheriyan007 - 17.05.2011, 01:52
Re: [HELP]Killstreak Timer - by Backwardsman97 - 17.05.2011, 04:53
Re: [HELP]Killstreak Timer - by PCheriyan007 - 18.05.2011, 01:07
Re: [HELP]Killstreak Timer - by Backwardsman97 - 18.05.2011, 03:15

Forum Jump:


Users browsing this thread: 3 Guest(s)