[Duv] Erro no Compiler
#3

Kisso?
pawn Код:
if(PlayerInfo[id][pMats] < 1) string = "> Materiais: Nгo <",SendClientMessage(playerid,BroadCastColor,string);
Se vc tentar entender as mensagens de erro, saberб indentifica-lo com rapidez.

warning 219: local variable "string" shadows a variable at a preceding level - string foi criado duas vezes num mesmo Callback / funзгo nгo fechado ainda.

Ex:
pawn Код:
new string[256]; // 1

OnGameModeInit(){
  new string[256]; // 2
}
error 021: symbol already defined: "tmp". Simbolo jб definido. Й algo bem parecido. Consegui reproduzir o erro da seguinte forma. ( tome como exemplo )
pawn Код:
stock GetID(pname){...}
...
...
...
...
stock GetID(pname){...}
Reply


Messages In This Thread
[Duv] Erro no Compiler - by igorponce - 04.03.2010, 17:07
Re: [Duv] Erro no Compiler - by hitachi_uchila - 04.03.2010, 18:25
Re: [Duv] Erro no Compiler - by wafffllesss - 04.03.2010, 18:47
Re: [Duv] Erro no Compiler - by igorponce - 04.03.2010, 18:55
Re: [Duv] Erro no Compiler - by wafffllesss - 04.03.2010, 19:07
Re: [Duv] Erro no Compiler - by igorponce - 04.03.2010, 19:15
Re: [Duv] Erro no Compiler - by wafffllesss - 04.03.2010, 19:22
Re: [Duv] Erro no Compiler - by igorponce - 04.03.2010, 19:26
Re: [Duv] Erro no Compiler - by wafffllesss - 04.03.2010, 19:50
Re: [Duv] Erro no Compiler - by igorponce - 04.03.2010, 21:46

Forum Jump:


Users browsing this thread: 1 Guest(s)