Portal SAMP
[Ajuda] warning 204 - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] warning 204 (/showthread.php?tid=4166)



warning 204 - L10motos - 05/11/2023

Alguém consegue me ajudar a tirar esse aviso no código? É um sistema que senta o tempo para o jogador mais esta dizendo que não estou usando o que defini  sendo que estou usando.


Citar:C:\Users\neuza\Downloads\1992\gamemodes\1992.pwn(22519) : warning 204: symbol is assigned a value that is never used: "weather"


Código:
    new weather[] = { 13, 14, 16}; //erro nessa linha
    new time = random(sizeof(weather));
    SetWeather(time);



RE: warning 204 - MarcosBrazz - 05/11/2023

Código PHP:
new weather[] = { 131416};
new 
time random(sizeof(weather));
SetWeather(weather[time]);