13.02.2013, 19:51
You gave forwarded but there's no callback.
Delete the cmd too, and ongamemodeinit:
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);
pawn Код:
SetTimer("Timer", 5000, 0);