SA-MP Forums Archive
help with time :D - 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: help with time :D (/showthread.php?tid=212647)



help with time :D - StyleR - 17.01.2011

Hi guys, can somebody tell and help me to make true night? like the real night not the sa-mp night !


Re: help with time :D - ExeC - 17.01.2011

Lol, whatumean?

You can only do

In a command,

pawn Код:
SetTime(playerid, 24.0);
Under on GameModeInit,

pawn Код:
SetWorldTime(24);



Re: help with time :D - Alex_Valde - 17.01.2011

What do you mean by "true night"??


Re: help with time :D - StyleR - 17.01.2011

the sky color be true black like the real sky


Re: help with time :D - Alex_Valde - 17.01.2011

Hmm, maybe this can help you.


Re: help with time :D - ExeC - 17.01.2011

I was just testing some weathers in my server, and found out that if you use weather id 183, and use time 24, it comes pretty black.

pawn Код:
SetPlayerWeather(playerid, 183);

SetPlayerTime(playerid, 24.0);