Top players
#1

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;
}
Reply
#2

What is the issue?
Reply
#3

What..?
Reply
#4

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)