Posts: 62
Threads: 1
Joined: Jan 2011
Reputation:
0
Hello, I was looking through the forums and really couldn't find this, I would like to "Call" a Function if a Timer is on, How can I do so? Thanks in Advance..
Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
Set timer:
SetTimer("yourfunction",1000,true);
public yourfunction();
{
//do something
return 1;
}
Peace...
Posts: 62
Threads: 1
Joined: Jan 2011
Reputation:
0
I'm not dumb, I know that, I'm asking about How can I CALL it under a Different public Function, I already have that done, I just need to know how I can call it from a different function so it.
CallLocalFunction = Looks through your script
CallRemoteFuncion = Looks through other loaded scripts
More info on wiki.