How to use timers ?
#4

pawn Код:
forward Tutorial();
pawn Код:
SetTimer("Tutorial", 5000, true);
pawn Код:
public Tutorial()
{
    if(team(playerid) == 0)
    {
    SetPlayerCameraPos(playerid, 286.32, 1785.15, 63.57);
    SetPlayerCameraLookAt(playerid, 203.95, 1902.99, 17.64);
    }
    return 1;
}
Did this just to test, is it right ?
Reply


Messages In This Thread
How to use timers ? - by marinov - 28.11.2010, 00:05
Re: How to use timers ? - by XePloiT - 28.11.2010, 00:17
Re: How to use timers ? - by marinov - 28.11.2010, 00:20
Re: How to use timers ? - by marinov - 28.11.2010, 00:37
Re: How to use timers ? - by Retardedwolf - 28.11.2010, 00:39
Re: How to use timers ? - by marinov - 28.11.2010, 00:40
Re: How to use timers ? - by XoSarahMoX - 28.11.2010, 00:40
Re: How to use timers ? - by marinov - 28.11.2010, 00:43
Re: How to use timers ? - by XoSarahMoX - 28.11.2010, 00:44
Re: How to use timers ? - by Anthonyx3' - 28.11.2010, 01:03

Forum Jump:


Users browsing this thread: