08.08.2010, 02:23
Код:
TimerA=SetTimer("AngleUpdate", 200, true); // by
TimerC=SetTimer("CheckPlayerState", 100, true); //b
TimerA = SetTimer("AutoFix", 500, true); //by A);
LoadTextDraws();
portao = CreateStreamedObject(980,-302.591,1507.351,71.131,0.0,0.0,0.0);
SetTimer("SendMSG", 300000, true);
return 1;
}
public OnGameModeExit()
KillTimer(TimerA);
KillTimer(TimerB);
KillTimer(TimerC);
return 1;

