15.05.2011, 16:11
hi guys, how can i add a killing spree, like if someones kills 3 times without dying he gets a killing spree with a price, how can i do that?
new Killspree[MAX_PLAYERS];
KillSpree[killerid] ++;
KillSpree[playerid] = 0;
if(KillingSpree[killerid] == //Input number of kills)
{
//Do something here
}