Help with the timer.
#7

pawn Код:
new pTimerr;

pTimerr = SetTimerEx("ptimer", 1000, 0, "i", playerid);

public ptimer(playerid)
{
    TogglePlayerControllable(playerid, true);
    KillTimer(pTimerr);
    return 1;
}
Reply


Messages In This Thread
Help with the timer. - by GangsTa_ - 21.04.2011, 14:58
Re: Help with the timer. - by Sergei - 21.04.2011, 15:00
Re: Help with the timer. - by GangsTa_ - 21.04.2011, 15:03
Re: Help with the timer. - by GangsTa_ - 21.04.2011, 15:42
Re: Help with the timer. - by NotoriousMOB - 21.04.2011, 15:42
Re: Help with the timer. - by JaTochNietDan - 21.04.2011, 15:44
Re: Help with the timer. - by Gertin - 21.04.2011, 17:52
Re: Help with the timer. - by Sergei - 21.04.2011, 18:58

Forum Jump:


Users browsing this thread: 4 Guest(s)