03.11.2013, 20:23
You can do like this:
About the weather, you can try mWeather by Mauzen https://sampwiki.blast.hk/wiki/Mweather
pawn Код:
new hour, minutes;
GetPlayerTime(playerid, hour, minutes);
switch(hour)
{
case 12: SendClientMessage(playerid, -1, "Good day!");
case 18: SendClientMessage(playerid, -1, "Good Evening");
}