[HELP]add time
#1

Hello!
If i onilne on the server add 1 Seconds this works.
If have two add 2 Seconds more.
What i need add here
pawn Код:
public Seconds()
{
    for(new i = 0; i < GetMaxPlayers(); i++)
    {
        {
            PlayerInfo[i][pConnectSeconds] += 1;
            return 1;
        }
    }
    return 1;
}
pawn Код:
SecondsTimer = SetTimer("Seconds", 1000, true);
If you need the FS i add the later
Reply


Messages In This Thread
[HELP]add time - by Elviss - 11.02.2011, 12:21
Re: [HELP]add time - by Mean - 11.02.2011, 12:27
Re: [HELP]add time - by Elviss - 11.02.2011, 12:44
Re: [HELP]add time - by Elviss - 11.02.2011, 12:48
Re: [HELP]add time - by HyperZ - 11.02.2011, 12:50
Re: [HELP]add time - by Elviss - 11.02.2011, 13:28
Re: [HELP]add time - by dice7 - 11.02.2011, 13:30
Re: [HELP]add time - by Elviss - 11.02.2011, 15:28
Re: [HELP]add time - by Mean - 11.02.2011, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)