The first timer isnt working?
#1

Hello,

In my script i have got:

pawn Код:
twosecondtimer = SetTimer("twosecond", 1000, 1); // doesnt work for some reason
    secondtimer = SetTimer("second", 2000, 1); // 2 second timer..
    updatetimer = SetTimer("update", 300000, 1); // 300,000 is 5 mins
    synctimer = SetTimer("sync", 30000, 1); //30, 000 is 30 seconds
But for some reason, the first timer on the list never works... At first the "secondtimer" wasnt working... so i made a new timer "twosecondtimer" and on the function "twosecond" i just put:

pawn Код:
public twosecond(){
     printf("TEST");
     return 1;
}
But it doesnt show up on the log :S So, whatever timer is first on that list, doesnt work..

Anyone know why?
Reply


Messages In This Thread
The first timer isnt working? - by DarrenReeder - 18.10.2010, 20:44
Re: The first timer isnt working? - by MBX97 - 19.10.2010, 00:21
Respuesta: The first timer isnt working? - by The_Moddler - 19.10.2010, 00:28
Re: The first timer isnt working? - by DarrenReeder - 19.10.2010, 16:12
Re: The first timer isnt working? - by TouR - 19.10.2010, 16:14
Re: The first timer isnt working? - by DarrenReeder - 19.10.2010, 16:22
Respuesta: The first timer isnt working? - by The_Moddler - 19.10.2010, 16:56
Re: The first timer isnt working? - by DarrenReeder - 19.10.2010, 17:02
Re: The first timer isnt working? - by MadeMan - 19.10.2010, 18:31

Forum Jump:


Users browsing this thread: 4 Guest(s)