Quote:
Originally Posted by irffri1234
Warnings no Y_Objects aff alguem pode ajuda nunca deu
assim eu coloquei tudo certo
mas da esse warnings
pawn Код:
C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(1383) : warning 219: local variable "rx" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(1383) : warning 219: local variable "ry" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(1383) : warning 219: local variable "rz" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(2612) : warning 219: local variable "rx" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(2612) : warning 219: local variable "ry" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(2612) : warning 219: local variable "rz" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(3956) : warning 219: local variable "rx" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(3956) : warning 219: local variable "ry" shadows a variable at a preceding level C:\Documents and Settings\bruck\Desktop\samp03asvr_R7_win32\pawno\include\YSI/Visual/YSI_objects.own(3956) : warning 219: local variable "rz" shadows a variable at a preceding level C:\DOCUME~1\bruck\Desktop\VLC.pwn(3394) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 10168 bytes Code size: 1875184 bytes Data size: 5080220 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements: 6981956 bytes
10 Warnings.
se alguem sabe o que que й posta ae
da esse warnings e nao aparece os objects
|
Cara vocк criou 3 variaveis com mesmo nome, troque um nome para:
rxx,
ryy,
rzz e as outras para
rrx,
rry e
rrz
Obs: Este warning significa que essas variaveis estгo sendo usadas + de 2 vezes, e ela nгo pode servir para + do que uma.