10.04.2010, 10:29
You have to define your var. with MAX_PLAYERS
So change
into
Then use
So change
Код:
new CountDownSeconds;
Код:
new CountDownSeconds[MAX_PLAYERS];
Код:
CountDownSeconds[playerid]--;