[HELP] how to get the player who has the highst stats
#2

Quote:
Originally Posted by Amine_Mejrhirrou
Посмотреть сообщение
Код:
new gPlayerKills[ MAX_PLAYERS ];
public OnPlayerDeath( playerid, killerid, reason )
{
    new string1[ 200 ], name[30];
    GetPlayerName( killerid, name, 24 );
	gPlayerKills[ killerid ]++;
    gPlayerKills[ playerid ] = 0;
}
Is it like a spree or something? If not then what are u doing to playerid?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)