public
#6

Just do what the previous post said..

Create a timer by forwarding a public..

e.g.

pawn Код:
forward ThisTimer()
You can put stuff in the brackets like, playerid, etc.

then anywhere on the script

pawn Код:
public ThisTimer()
{
   //enter code here
}
and anywhere else in the script, I guess OnGameModeInit

pawn Код:
SetTimer("ThisTimer", //Time amount(remove this comment and put the time here), //True or false? Does it rerun or not? make sure to put code here);
Reply


Messages In This Thread
public - by thuron - 21.10.2009, 09:20
Re: public - by BloodyEric - 21.10.2009, 09:23
Re: public - by thuron - 21.10.2009, 09:25
Re: public - by pagie1111 - 21.10.2009, 09:33
Re: public - by thuron - 21.10.2009, 10:25
Re: public - by Hiitch - 21.10.2009, 10:29
Re: public - by thuron - 21.10.2009, 13:17
Re: public - by dice7 - 21.10.2009, 13:39
Re: public - by thuron - 21.10.2009, 13:44
Re: public - by dice7 - 21.10.2009, 13:46

Forum Jump:


Users browsing this thread: 1 Guest(s)