Returning simple math calculation
#3

Quote:
Originally Posted by HurtLocker
Посмотреть сообщение
use float(70)/float(100)
I see.
pawn Код:
stock Calculate()
{
    new Float:FloatValue = float(70);
    new Float:Result = float(100);
    return (FloatValue / Result); // warning 213: tag mismatch
}
What appears to be the problem though?
Reply


Messages In This Thread
Returning simple math calculation - by Income - 14.06.2013, 20:01
AW: Returning simple math calculation - by HurtLocker - 14.06.2013, 20:03
Re: AW: Returning simple math calculation - by Income - 14.06.2013, 20:49
AW: Returning simple math calculation - by HurtLocker - 14.06.2013, 20:50
Re: AW: Returning simple math calculation - by Income - 14.06.2013, 21:00
Re: Returning simple math calculation - by Kirollos - 14.06.2013, 21:08
AW: Returning simple math calculation - by HurtLocker - 14.06.2013, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)