Find out who has the most score in one day
#1

im trying to figure out a way to find out who got the most score in one day, i can't figure it out.

pawn Код:
new scoreholder[MAX_PLAYERS];


public OnPlayerDeath(playerid,killerid,reason)
{
    if(killerid != INVALID_PLAYER_ID)
    {
        scoreholder[killerid]++;
    }
    return 1;
}

//to be used with something else
stock CheckScore()
{
    for(new y=0; y<MAX_PLAYERS; y++)
    {

    }
    return 1;
}
I can't see where to get that info, if that player got most score, then they get a prize.
Reply


Messages In This Thread
Find out who has the most score in one day - by earlybird325 - 19.03.2015, 06:48
AW: Find out who has the most score in one day - by Kaliber - 19.03.2015, 07:24

Forum Jump:


Users browsing this thread: 1 Guest(s)