Posts: 93
Threads: 5
Joined: Aug 2009
Reputation:
0
explain more, Have no idea what your on about.
Posts: 260
Threads: 37
Joined: Jun 2009
Reputation:
0
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?
Posts: 852
Threads: 34
Joined: May 2009
Reputation:
0
Im not sure but maybey ask in that topic ?
I think it would help more then start a whole new one.
Gr Artix
Posts: 166
Threads: 0
Joined: Apr 2008
Reputation:
0
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?