Is there a weekday script... - 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: Is there a weekday script... (
/showthread.php?tid=248116)
Is there a weekday script... -
ronnie3148 - 12.04.2011
Hey is there a weekday filterscript? say after 24 hours = monday... and so on... and displays on the top...
Re: Is there a weekday script... -
Stigg - 12.04.2011
Quote:
Originally Posted by ronnie3148
Hey is there a weekday filterscript? say after 24 hours = monday... and so on... and displays on the top...
|
Found this with a little SEARCH:
http://forum.sa-mp.com/showthread.ph...hlight=weekday
Re: Is there a weekday script... -
nuriel8833 - 12.04.2011
Quote:
Originally Posted by Stigg
|
What? this isn't even the script he was asking for
Re: Is there a weekday script... -
NotoriousMOB - 12.04.2011
Do you mean like a calender or just a simple textdraw that will show ?
or how did you imagen.
Re: Is there a weekday script... -
Stigg - 12.04.2011
Quote:
Originally Posted by Montserrat
What? this isn't even the script he was asking for
|
He wanted the day of the week above the clock. That fs does that.
Can't see your problem.
Re: Is there a weekday script... -
Pz - 12.04.2011
Quote:
Originally Posted by Montserrat
What? this isn't even the script he was asking for
|
It's actually what is he looking for, and by the way to OP: Visit
Jimmy's website, it has a full database of working scripts, his site can help you.
Re: Is there a weekday script... -
ronnie3148 - 12.04.2011
Of course I used search... I am not dumb, and I tried this one already... and this is all I get
Re: Is there a weekday script... -
Stigg - 12.04.2011
Quote:
Originally Posted by ronnie3148
Of course I used search... I am not dumb, and I tried this one already... and this is all I get

|
Try making your own to suit your needs.
pawn Код:
new day,month,year,hour,mins,sec;
gettime(hour,mins,sec);
getdate(day,month,year);