SetTimer and Threads
#2

pawn Код:
forward test(); // On the top

//Ongamemodelinit:
//OnFilterscriptinit:
SetTimer("test",ms,false); // true = all the times running :)
//warn: change ms to you milliseconds

//at least

public test()  {
   //Your Code here
   }
   return 1;
}
Reply


Messages In This Thread
SetTimer and Threads - by RSX - 27.07.2011, 00:23
AW: SetTimer and Threads - by Tigerkiller - 27.07.2011, 08:03
Re: SetTimer and Threads - by Macluawn - 27.07.2011, 08:16
Re: SetTimer and Threads - by RSX - 27.07.2011, 10:16

Forum Jump:


Users browsing this thread: 1 Guest(s)