public plugin_init() { static Hour[64], bool:Night; get_time("%H", Hour, 63); if (Hour[0] == '0') Night = true; else Night = false;