SA-MP Forums Archive
Every Pre-set time - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Every Pre-set time (/showthread.php?tid=69748)



Every Pre-set time - Dairyll - 20.03.2009

How do I do it so like..

Every 5 PM (server-side time) all players online will receive 10,000?


Re: Every Pre-set time - MenaceX^ - 20.03.2009

Use OnPlayerPrivmsg public.


Re: Every Pre-set time - Dairyll - 20.03.2009

I'm trying to mess with tmphour.

Is there any way so like..
Only 3 AM and 3 PM?

Will this work?:
Код:
(tmphour == 15 && tmphour == 3)
(I'm new xD)


Re: Every Pre-set time - MenaceX^ - 20.03.2009

Oh sorry I didn't read the time part..



I thought you're talking about /pm..


https://sampwiki.blast.hk/wiki/Gettime


Re: Every Pre-set time - Dairyll - 20.03.2009

Oh man, thanks!


Re: Every Pre-set time - MenaceX^ - 20.03.2009

Next time search on wiki, it avoids time of waiting untill someone responds, and it has all the information you need..