How to check if player is on killing spree?
#1

Okay i have a killing spree system. i wanna do something like that. When you type /checkspree [id] it checks the number of killing spree of a selected playerid.

pawn Код:
KillingSpree[killerid] ++;
KillingSpree[playerid] = 0;

if(KillingSpree[killerid] == 5)
{
//Reward
}
Reply


Messages In This Thread
How to check if player is on killing spree? - by ZamaXor - 12.11.2010, 17:21
Re: How to check if player is on killing spree? - by The_Moddler - 12.11.2010, 17:24

Forum Jump:


Users browsing this thread: 1 Guest(s)