[URGENTE AJUDA!!]YSI_Object Erro ! - 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: [URGENTE AJUDA!!]YSI_Object Erro ! (
/showthread.php?tid=271997)
[URGENTE AJUDA!!]YSI_Object Erro ! -
rene20 - 26.07.2011
o sv tava bonzin
apareceu esse erro e comeзo a cai
C:\Documents and Settings\rene\Desktop\Desktop\Brasil Virtual Living - 1.0B\pawno\include\YSI/Visual/YSI_objects.own(3193) : warning 219: local variable "set" shadows a variable at a preceding level
pawn Код:
new
set = sObjList[i][E_OBJECT_ITTER_OBJ];
Re: [URGENTE AJUDA!!]YSI_Object Erro ! -
ViniBorn - 26.07.2011
Jб existe uma variбvel chamada set
Re: [URGENTE AJUDA!!]YSI_Object Erro ! -
rene20 - 26.07.2011
Aff eu tiro o New da erro e agora , af pode me manda esse .own certo pra min alguem ?
Re: [URGENTE AJUDA!!]YSI_Object Erro ! -
Shadoww5 - 26.07.2011
Vocк deve criar esta variavel com outro nome (exemplo: abc) e modificar as outras linhas, caso nelas haja alguma funзгo que usa esta array.
Veja:
PHP код:
new set = 5;
public OnFilterScriptInit()
{
set *= 2;
printf("%d", set);
return 1;
}
Ficaria assim:
PHP код:
new abc = 5;
public OnFilterScriptInit()
{
abc *= 2;
printf("%d", abc);
return 1;
}
Re: [URGENTE AJUDA!!]YSI_Object Erro ! -
rene20 - 27.07.2011
cara o pior eq da o mesmo erro ! tentei por nO Gm e Na Ysi_object e ainda da a mesma coisa !" af to fedido cara sacanagem !!
Re: [URGENTE AJUDA!!]YSI_Object Erro ! -
1The1AleX1 - 27.07.2011
Posta Linha/Erro
Re: [URGENTE AJUDA!!]YSI_Object Erro ! -
rene20 - 27.07.2011
- -' ja postei olha la em cima cara
Re: [URGENTE AJUDA!!]YSI_Object Erro ! -
rene20 - 29.07.2011
ALguem Ajuda !
!