Timer Problem
#9

All my timers on ongamemodeinit:

Код:
	SetTimer("OnUpdatePlayer",1000,true);
	SetTimer("RandomMessages",59000,true);
	SetTimer("CheckVars",1500,true);
    SetTimer("pausecheck", 3000, true);
and other timers:

Код:
		SetTimer("EndMap",MAX_END_TIME,false);
Код:
#define MAX_END_TIME 10000
Reply


Messages In This Thread
Timer Problem - by Blackazur - 06.05.2013, 17:34
AW: Timer Problem - by Blackazur - 06.05.2013, 19:15
AW: Timer Problem - by Nero_3D - 06.05.2013, 21:21
AW: Timer Problem - by Blackazur - 06.05.2013, 21:44
AW: Timer Problem - by Nero_3D - 06.05.2013, 23:29
AW: Timer Problem - by Blackazur - 07.05.2013, 09:50
AW: Timer Problem - by Blackazur - 07.05.2013, 11:06
AW: Timer Problem - by Nero_3D - 07.05.2013, 11:58
AW: Timer Problem - by Blackazur - 07.05.2013, 12:03
AW: Timer Problem - by Blackazur - 07.05.2013, 12:09

Forum Jump:


Users browsing this thread: 1 Guest(s)