SA-MP Forums Archive
[ajuda] 1 Warning - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [ajuda] 1 Warning (/showthread.php?tid=327657)



[ajuda] 1 Warning - Panico622 - 21.03.2012

Код:
C:\Users\AsR\Servidores\TSD The Star Drift-DM-Race\gamemodes\dos.pwn(877) : warning 219: local variable "killerid" shadows a variable at a preceding level
Linha:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)



Re: [ajuda] 1 Warning - ViniBorn - 21.03.2012

Procure por isso:

new killerid


Se for uma variбvel global, troque de nome.


Re: [ajuda] 1 Warning - .FuneraL. - 21.03.2012

Quote:
Originally Posted by Panico622
Посмотреть сообщение
Код:
C:\Users\AsR\Servidores\TSD The Star Drift-DM-Race\gamemodes\dos.pwn(877) : warning 219: local variable "killerid" shadows a variable at a preceding level
Linha:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
Delete a Variбvel , Pois ela Jб Existe, ou Troque o Nome Da Mesma.


Re: [ajuda] 1 Warning - Panico622 - 22.03.2012

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Procure por isso:

new killerid


Se for uma variбvel global, troque de nome.
Como Assin??
aki tem:
pawn Код:
new killerid;



Re: [ajuda] 1 Warning - steeldark - 22.03.2012

Quote:
Originally Posted by Panico622
Посмотреть сообщение
Como Assin??
aki tem:
pawn Код:
new killerid;
Apaga ela, ou muda ela de nome, exemplo new kilerid2; ou new soumatador; ^^



Re: [ajuda] 1 Warning - Panico622 - 22.03.2012

Pessoal Vlw A quem resp Mas nao precisa mais! Ja consegui arrumar

Se Responderem a Meu Outro Topico Ficarei muito grato

:
https://sampforum.blast.hk/showthread.php?tid=327653



AW: [ajuda] 1 Warning - RedBulL_x - 22.03.2012

Acho que a soluзгo seria, no fim da public.

Код:
	killerid = INVALID_PLAYER_ID;