Kill Streak
#2

Heres an example :
pawn Код:
new KillingSpree[playerid];

public OnPlayerDeath(playerid, killerid, reason)
{
 KillingSpree[killerid] ++;
 KillingSpree[playerid] = 0;
 if(KillingSpree[killerid] == 3){
 SendClientMessage(playerid, Color, "SERVER : You now have 3 killing sprees!");}
 return 1;
}
You get the idea
Reply


Messages In This Thread
Kill Streak - by TKZ227 - 19.06.2010, 18:27
Re: Kill Streak - by ViruZZzZ_ChiLLL - 19.06.2010, 18:34
Re: Kill Streak - by DJDhan - 19.06.2010, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)