como retornar um valor flutuante
#4

tenta assim
pawn Код:
new Float:anguloCar,bool:saving,idcarror,slots,numcheck,premio,pdirecao;
stock Float:returnvar(var)
{
    if(var==0)      return saving;
    else if(var==1) return idcarror;
    else if(var==2) return slots;
    else if(var==3) return numcheck;
    else if(var==4) return premio;
    else if(var==5) return Float:anguloCar;  //esta й alinha do aviso
    else if(var==6) return pdirecao;

return 0;
}
Reply


Messages In This Thread
como retornar um valor flutuante - by geananet2 - 27.10.2013, 19:59
Re: como retornar um valor flutuante - by andreasbleck - 27.10.2013, 20:02
Re: como retornar um valor flutuante - by geananet2 - 27.10.2013, 20:08
Re: como retornar um valor flutuante - by Chefгo - 27.10.2013, 20:32
Re: como retornar um valor flutuante - by PT - 27.10.2013, 20:35
Re: como retornar um valor flutuante - by andreasbleck - 27.10.2013, 20:44
Re: como retornar um valor flutuante - by geananet2 - 27.10.2013, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)