12.10.2015, 17:55
So.. In my derby GM I got this..
and
So..
Will
Set the "new" to the current online?
Код:
new Alives;
Код:
GetPlayersOnServer()
{
new count;
for(new x=0; x< MAX_PLAYERS; x++)
{
if(IsPlayerConnected(x)))
{
count++;
Alives++;
}
}
return count;
}
Will
Код:
Alives++;
