[Ajuda] shadows a variable at a preceding level - 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] shadows a variable at a preceding level (/showthread.php?tid=4220) |
shadows a variable at a preceding level - L10motos - 17/11/2023 warning 219: local variable "slot_weapon" shadows a variable at a preceding level Código PHP: forward SetPlayerWeapons(playerid); RE: shadows a variable at a preceding level - xbruno1000x - 18/11/2023 Código: for(new slot_weapon = 0; Você criou uma variável que já existe. |