High Score List [DEATHMATCH SERVER]
#2

You can create a killcounter.
pawn Код:
new KillCounter[MAX_PLAYERS];

public OnPlayerDeath(playerid, killerid, reason)
{
       KillCounter[killerid] ++;
       return 1; // Adds 1 to the kill counter of the killer every time he kills someone.
}
While making this... i got confused to how to show the highest player.
Anyways you already got a start here.
Reply


Messages In This Thread
High Score List [DEATHMATCH SERVER] - by JackoXD - 02.08.2013, 00:14
Re: High Score List [DEATHMATCH SERVER] - by Facerafter - 02.08.2013, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)