Score Problem
#1

I have problem with the score. I want every minute = 1 score.
I have this on OnGameModeInit
pawn Код:
SetTimer("Online",60000,1);
And this
pawn Код:
forward Online();
public Online()
{
    for(new i = 0;i != MAX_PLAYERS;++i)
    {
        SetPlayerScore(i, GetPlayerScore(i)+1);
    }
    return 1;
}
I have test it on localhost:7777 and works fine, 1 minute = 1 score.
Then I upload it on the server but it doesn't work. The score doesn't update every minute.
What I have wrong with this?
Reply


Messages In This Thread
Score Problem - by Kostas' - 20.10.2011, 15:37
Re: Score Problem - by =WoR=Varth - 20.10.2011, 15:47
Re: Score Problem - by Kostas' - 20.10.2011, 16:08
Re: Score Problem - by =WoR=Varth - 20.10.2011, 16:11
Re: Score Problem - by Kostas' - 20.10.2011, 16:12
Re: Score Problem - by Kostas' - 20.10.2011, 16:23
Re: Score Problem - by =WoR=Varth - 20.10.2011, 16:25
Re: Score Problem - by Kostas' - 20.10.2011, 16:27
Re: Score Problem - by nilanjay - 20.10.2011, 16:29
Re: Score Problem - by =WoR=Varth - 20.10.2011, 16:31

Forum Jump:


Users browsing this thread: 1 Guest(s)