Weather fast change instead of slowly changing
#5

Quote:
Originally Posted by KinderClans
Посмотреть сообщение
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.
I have 1 good news and 1 bad news!
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(playerid00); // Midnight
    
TogglePlayerClock(playerid1); // Show the clock 
I need somehow sync players time with the server.
Tried to search the samp wiki but i just don't get it. Can someone explain to me what to do next pls?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)