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


Messages In This Thread
Top players - by karoliko - 19.05.2016, 13:28
Re: Top players - by Type-R - 19.05.2016, 13:42
Re: Top players - by iKevin - 19.05.2016, 14:21
Re: Top players - by F1N4L - 19.05.2016, 14:33
Re: Top players - by karoliko - 19.05.2016, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)