10.12.2011, 08:56
Try searching the Filterscripts and includes section, if no script there satisfies you, you can try searching in Script Discussion. This script isn't even hard, why not try to make one yourself, I can give you a start.
All you need to do now is put them in right place and a message or gametext probably
pawn Код:
new KillCount[MAX_PLAYERS];
public OnPlayerDeath(playerid,killerid,reason)
{
KillCount[playerid]=0;
KillCount[killerid]++;
return 1;
}

