Question about SetTimer
#3

Код:
public OnGameModeInit()
{
    SetTimer("Add", 60000, true);
    return 1;
}
forward Add();
public Add()
{
    Points++;
    return 1;
}
Something like that?
Reply


Messages In This Thread
Question about SetTimer - by styl3raaa - 06.02.2011, 19:50
AW: Question about SetTimer - by !Phoenix! - 06.02.2011, 19:54
Re: Question about SetTimer - by Ironboy500[TW] - 06.02.2011, 20:05
Re: Question about SetTimer - by styl3raaa - 06.02.2011, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)