SA-MP Forums Archive
Top players - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Top players (/showthread.php?tid=607411)



Top players - karoliko - 19.05.2016

Hello everyone i want to make top players of each round. (10 police & 10 terrorist players)
I have created the variables and the textdraws
The variables are:
Код:
enum variables
{
    bajas,
    muertes,
}
public OnPlayerDeath(playerid, killerid, reason)
{
    //aumento de muerte y bajas para el top
    MejoresJugadores[killerid][bajas]++;
    MejoresJugadores[playerid][muertes]++;
    return 1;
}



Re: Top players - Type-R - 19.05.2016

What is the issue?


Re: Top players - iKevin - 19.05.2016

What..?


Re: Top players - F1N4L - 19.05.2016

He wants someone to create a rank in TextDraw ( Top Pol. / Top Terr. )


Re: Top players - karoliko - 19.05.2016

I want to make top users of the round, top 10 players each team...