Posts: 3,312
Threads: 33
Joined: Nov 2008
Reputation:
0
first of all search it with the searchfunction
n second
if u want sum1 to script it for u ask in the scriptrequestthread
Posts: 98
Threads: 25
Joined: Mar 2009
Reputation:
0
Is it a download or a script?
Posts: 98
Threads: 25
Joined: Mar 2009
Reputation:
0
can u help for once in your life?
Posts: 98
Threads: 25
Joined: Mar 2009
Reputation:
0
i was working ALL damn day
Posts: 98
Threads: 25
Joined: Mar 2009
Reputation:
0
do u have a answer? HOW to add time/days
Posts: 3,312
Threads: 33
Joined: Nov 2008
Reputation:
0
duh
well be happy im just annoyed by telling u to search -_-
don't expect the most clearly answer -.-
just add a timer thats set to 3600000 which is in milliseconds so this means 1hour
then add on Fs init or gminit new time;
then on ur timer u do time++;
SetWorldTime(time);
n then so u wont go over 24 hours
if(time == 24)
{
time = 0;
}
bla...
happy?