10.09.2018, 12:55
Quote:
OnPlayerConnect.
Also i suggest you to look at gl_realtime filterscript, which can be found downloading 0.3.7/0.3DL server package. Or here: https://github.com/Southclaws/samp-H...l_realtime.pwn Which also has weather support. |
Good news: Weather is changing slowly now, next problem is...
Here, look it:
When player joins the server it's automaticly started from 00:00 even if it's server time example 10:10
See the pics below:
I have:
PHP код:
public OnPlayerConnect(playerid)
{
SetWorldTime(0);
SetPlayerTime(playerid, 0, 0); // Midnight
TogglePlayerClock(playerid, 1); // Show the clock
Tried to search the samp wiki but i just don't get it. Can someone explain to me what to do next pls?