[Ajuda] Erro Warning
#6

Certamente se estб funзгo estб com o parвmetros certos deve ser em alguma linha prуxima.

Код:
C:\Documents and Settings\Administrador\Desktop\samp03\gamemodes\BUL.pwn(24232) : error 001: expected token: ")", but found "{"
Na linha acima (Linha: 24231) estб faltando um parenteses.

Код:
warning 219: local variable "health" shadows a variable at a preceding level
A variбvel health jб foi definida em um nнvel superior.

Exemplo:
pawn Код:
//Topo do game mode
/new health; // variбvel global

public OnPlayerSpawn(playerid)
{
    new health; // variбvel local
    return 1;
}// A variбvel й destruнda depois de ler estб chave.
O aviso ocorre por existir uma variбvel local ( que morre depois de fechar uma chave ) e uma global com o mesmo nome.
Reply


Messages In This Thread
Erro Warning - by PabLoHenriique - 13.10.2014, 19:34
Re: Erro Warning - by MultiKill - 13.10.2014, 19:38
Re: Erro Warning - by PabLoHenriique - 13.10.2014, 20:53
Re: Erro Warning - by MultiKill - 13.10.2014, 20:56
Re: Erro Warning - by PabLoHenriique - 13.10.2014, 21:01
Re: Erro Warning - by MultiKill - 13.10.2014, 21:15

Forum Jump:


Users browsing this thread: 1 Guest(s)