How do u add Time in a server - 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: How do u add Time in a server (
/showthread.php?tid=85951)
How do u add Time in a server -
Badandy - 10.07.2009
The time/day in Signal player, i want like that, and wat day it is
Re: How do u add Time in a server -
saiberfun - 10.07.2009
first of all search it with the searchfunction
n second
if u want sum1 to script it for u ask in the scriptrequestthread
Re: How do u add Time in a server -
Badandy - 10.07.2009
Is it a download or a script?
Re: How do u add Time in a server -
saiberfun - 10.07.2009
http://forum.sa-mp.com/index.php?action=search
Re: How do u add Time in a server -
Badandy - 10.07.2009
can u help for once in your life?
Re: How do u add Time in a server -
Correlli - 10.07.2009
Quote:
Originally Posted by Badandy
can u help for once in your life?
|
Can you search for once in your life?
Re: How do u add Time in a server -
Badandy - 10.07.2009
i was working ALL damn day
Re: How do u add Time in a server -
saiberfun - 10.07.2009
Quote:
Originally Posted by Badandy
i was working ALL damn day
|
same for me -_-
n im helping all evening dude just search Y_Y
Re: How do u add Time in a server -
Badandy - 10.07.2009
do u have a answer? HOW to add time/days
Re: How do u add Time in a server -
saiberfun - 10.07.2009
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?