I need Help about Timers.
#1

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..
Reply
#2

Set timer:

SetTimer("yourfunction",1000,true);

public yourfunction();
{
//do something
return 1;
}

Peace...
Reply
#3

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.
Reply
#4

CallLocalFunction = Looks through your script
CallRemoteFuncion = Looks through other loaded scripts

More info on wiki.
Reply
#5

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
CallLocalFunction = Looks through your script
CallRemoteFuncion = Looks through other loaded scripts

More info on wiki.
Will Try it, Thank you.
Reply
#6

No need to be funny m8.

All the info you need. ---> https://sampwiki.blast.hk/wiki/Main_Page

Peace...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)