At Like A Certain Time A Message Shows. - 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: At Like A Certain Time A Message Shows. (
/showthread.php?tid=89713)
At Like A Certain Time A Message Shows. -
clean180ollie - 03.08.2009
Im useing a Real Life Clock.
http://forum.sa-mp.com/index.php?topic=33480.0
At A Certain Time I want a SetGameModeText Message To Show Up.
How Do I do it?
Re: At Like A Certain Time A Message Shows. -
[LL]InstabiC - 03.08.2009
explain more, Have no idea what your on about.
Re: At Like A Certain Time A Message Shows. -
clean180ollie - 03.08.2009
I mean Like....
I'm using that real life clock System,
I want at like 8:00am for a SetGamemodetext to pop up saying "Its time to go to work"
Get it?
Re: At Like A Certain Time A Message Shows. -
Doppeyy - 03.08.2009
Im not sure but maybey ask in that topic ?
I think it would help more then start a whole new one.
Gr Artix
Re: At Like A Certain Time A Message Shows. -
s0nic - 03.08.2009
In "public time()"
Just modify it to this:
[pawno]if (hour == 8 ){SetWorldTime(8 );SetGameModeText("Its time to go to work");}[/pawno]
(Added spaces were the "8"'s are as they change them into smilies on this forum.)
Untested..Should work?