Time doubles speed when 2 players online.
#2

You have to define your var. with MAX_PLAYERS

So change
Код:
new CountDownSeconds;
into
Код:
new CountDownSeconds[MAX_PLAYERS];
Then use
Код:
CountDownSeconds[playerid]--;
Reply


Messages In This Thread
Time doubles speed when 2 players online. - by Zh3r0 - 10.04.2010, 10:21
Re: Time doubles speed when 2 players online. - by RyDeR` - 10.04.2010, 10:29
Re: Time doubles speed when 2 players online. - by Zh3r0 - 10.04.2010, 10:31
Re: Time doubles speed when 2 players online. - by RyDeR` - 10.04.2010, 10:33
Re: Time doubles speed when 2 players online. - by Zh3r0 - 10.04.2010, 10:52
Re: Time doubles speed when 2 players online. - by RyDeR` - 10.04.2010, 11:18
Re: Time doubles speed when 2 players online. - by Zh3r0 - 10.04.2010, 11:19
Re: Time doubles speed when 2 players online. - by RyDeR` - 10.04.2010, 11:35
Re: Time doubles speed when 2 players online. - by Zh3r0 - 10.04.2010, 11:36
Re: Time doubles speed when 2 players online. - by RyDeR` - 10.04.2010, 11:38

Forum Jump:


Users browsing this thread: 2 Guest(s)