12.11.2010, 17:21
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
}