28.09.2015, 12:22
hi am I allowed to change worldtime like " ",hour,minute,week); or im not allowed??Please help me!
new hour, minute, second; // Create 3 variables to store the real hours, minutes and seconds in Gettime(hour, minute, second); // Get the real time, and store the hours in "hour", minutes in "minute", and seconds in "second" foreach(Player, i) SetPlayerTime(playerid, hour, minute, second); // Loop through all players, and set their time to the real time