SA-MP Forums Archive
time and weather - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: time and weather (/showthread.php?tid=121620)



time and weather - Rozkoos - 17.01.2010

I have an night club on my server , and my question is, know anybody the combination of time and weather to get the darkest enviroment on my server ? coz i need to get dark inside the club
(sorry for my english) :P


Re: time and weather - Calgon - 17.01.2010

When they enter:

pawn Код:
SetPlayerTime(playerid, 22, 22);



Re: time and weather - Rozkoos - 18.01.2010

Yes i know that night is dark but a weather play some role in the differences of dark?


Re: time and weather - Cedimedi - 18.01.2010

Yes. Choose a weather with "-x" they are sometimes very very dark.

Quote:
Originally Posted by CalgonX
When they enter:

pawn Код:
SetPlayerTime(playerid, 22, 22);
Why don't use SetWorldTime(22, 22); in GameModeInt to cause less function calling


Re: time and weather - Calgon - 18.01.2010

Quote:
Originally Posted by (ed!med!
Yes. Choose a weather with "-x" they are sometimes very very dark.

Quote:
Originally Posted by CalgonX
When they enter:

pawn Код:
SetPlayerTime(playerid, 22, 22);
Why don't use SetWorldTime(22, 22); in GameModeInt to cause less function calling
Because it'd be dark all around, you could make it when they enter it turns dark, and it remains how it is outside.