a moglby ktos zmienic miejsce wyswietlania sie menu o pogodzie po wpisaniu: /pogoda?
bo mi to nachodzi na czat i czasu wschodu i zachodu slonca nie widac. proszę o troche wyzej.
to jest tu?
public showinfo(id) {
set_hudmessage (0, 100, 255, 0.03, 0.60, 0, 4.0, 7.0, 1.0, 1.0, -1);
show_hudmessage(id, "Lokalizacja: %s^nTemperatura: %dC^nWarunki pogodowe: %s^nWidocznosc: %s^nWilgotnosc: %d%s^nWschod Slonca: %d:%d^nZachod Slonca: %d:%d",g_location,g_curr_temp,g_env_name[g_env],g_weather_name[g_weather],g_hum,"%",g_sunRise[0],g_sunRise[1],g_sunSet[0],g_sunSet[1]);
client_print(id, print_console, "Lokalizacja: %s | Temperatura: %dC | Warunki pogodowe: %s | Widocznosc: %s | Wilgotnosc: %d^% | Wschod Slonca: %d:%d | Zachod Slonca: %d:%d",g_location,g_curr_temp,g_env_name[g_env],g_weather_name[g_weather],g_hum,g_sunRise[0],g_sunRise[1],g_sunSet[0],g_sunSet[1]);
}