Command with timer
#4

You gave forwarded but there's no callback.
pawn Код:
public Timerf()
{
    MoveObject(LSp, -2400.27, 1851.55, 0.15, 5.0);
    SetTimer("Timer", 5000, 0);

public Timer()
{
    MoveObject(LSp, -2450.27, 1851.55, 0.15, 5.0);
    SetTimer("Timerf", 5000, 0);
Delete the cmd too, and ongamemodeinit:
pawn Код:
SetTimer("Timer", 5000, 0);
Reply


Messages In This Thread
Command with timer - by KoSmYn - 13.02.2013, 18:46
Re: Command with timer - by zxc1 - 13.02.2013, 18:50
Re: Command with timer - by KoSmYn - 13.02.2013, 19:43
Re: Command with timer - by DiGiTaL_AnGeL - 13.02.2013, 19:51

Forum Jump:


Users browsing this thread: 3 Guest(s)