How can i check this - 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)
+--- Thread: How can i check this (
/showthread.php?tid=360768)
How can i check this -
Euan Hughes - 18.07.2012
So i am trying to make it so on every friday it will do something for example like this
pawn Код:
if(Day == FRIDAY)
{
// Code here
}
Is this possible
I have been searching for a while now and i have not found any thing
Please help
Thanks
Re: How can i check this -
Vince - 18.07.2012
This might help:
https://sampforum.blast.hk/showthread.php?tid=294054
Re: How can i check this -
Larceny - 18.07.2012
Search for week in this topic:
[Plugin] CTime Library
Edit: Vince was faster.