19.05.2016, 13:28
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:
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;
}

