[ajuda]Operadores
#6

pow
continuo dando o warning =\
warning 213: tag mismatch

alguma outra sugestгo?

o cуdigo ta assim agora:
PHP код:
stock LucroGZ(iD)
{
    new 
Float:L1Float:L2Valor
    
L1 = (GZAreas[iD][2]-GZAreas[iD][0]); 
    
L2 = (GZAreas[iD][3]-GZAreas[iD][1]); 
    
Valor floatmul(L1L2);
    
printf("GZ = %d \nL1 = %f\nL2 = %f\nValor = %f\n\n\n",iD,L1,L2,Valor);
    return 
Valor;

warning na linha do Valor
Reply


Messages In This Thread
[ajuda]Operadores - by dudaefj - 04.10.2011, 18:43
Re: [ajuda]Operadores - by WLSF - 04.10.2011, 18:50
Re: [ajuda]Operadores - by Lуs - 04.10.2011, 18:56
Re: [ajuda]Operadores - by dudaefj - 04.10.2011, 19:03
Re: [ajuda]Operadores - by Shelby - 04.10.2011, 19:04
Re: [ajuda]Operadores - by dudaefj - 04.10.2011, 19:07
Re: [ajuda]Operadores - by Vai_Besta - 04.10.2011, 19:08
Re: [ajuda]Operadores - by Shelby - 04.10.2011, 19:08
Re: [ajuda]Operadores - by dudaefj - 04.10.2011, 19:16
Re: [ajuda]Operadores - by Shelby - 04.10.2011, 19:33

Forum Jump:


Users browsing this thread: 1 Guest(s)