Posts: 436
Threads: 18
Joined: Jan 2014
Reputation:
0
hi all, it's possible to put a timer in PHP code like this in SAMP :
SetTimerEx
and thanks everyone
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
I don't know what exactly would you like to achieve, but equivalent would probably be a cronjob in this case.
Posts: 436
Threads: 18
Joined: Jan 2014
Reputation:
0
@Sergei: for example whene someone deceived in his password you see an error message for a time (5 sec almost) and once this message hide
@Abagail: Thanks for your answer but not this exactly
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
Oh, you would use ajax in that case probably. Search stackoverflow or any other of millions of forums that are dedicated to web development.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Javascript is probably the more wide-spread way to achieve this.
Havent worked with ajax a lot, so I cant give you recommend which one is easier to use.