How do u add Time in a server
#1

The time/day in Signal player, i want like that, and wat day it is
Reply
#2

first of all search it with the searchfunction
n second
if u want sum1 to script it for u ask in the scriptrequestthread
Reply
#3

Is it a download or a script?
Reply
#4

http://forum.sa-mp.com/index.php?action=search
Reply
#5

can u help for once in your life?
Reply
#6

Quote:
Originally Posted by Badandy
can u help for once in your life?
Can you search for once in your life?
Reply
#7

i was working ALL damn day
Reply
#8

Quote:
Originally Posted by Badandy
i was working ALL damn day
same for me -_-
n im helping all evening dude just search Y_Y
Reply
#9

do u have a answer? HOW to add time/days
Reply
#10

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)