Efficient way using RAW File Proccessor
#9

It is used for saving a whole number. It does not work as a float. You can try that yourself! Use Pawno and the main() function. Let me give you an example!

new Float:a, Float:b;

main()
{
a = 10;
b = 5;
printf("a/b = %d",floatdiv(a,b));
}
Reply


Messages In This Thread
Efficient way using RAW File Proccessor - by ||123|| - 21.08.2011, 20:00
Re: Efficient way using RAW File Proccessor - by Bakr - 21.08.2011, 20:01
Re: Efficient way using RAW File Proccessor - by ||123|| - 21.08.2011, 20:56
Re: Efficient way using RAW File Proccessor - by Bakr - 21.08.2011, 21:03
Re: Efficient way using RAW File Proccessor - by ||123|| - 21.08.2011, 21:53
Re: Efficient way using RAW File Proccessor - by sleepysnowflake - 21.08.2011, 22:12
Re: Efficient way using RAW File Proccessor - by ||123|| - 21.08.2011, 22:19
Re: Efficient way using RAW File Proccessor - by Bakr - 21.08.2011, 22:25
Re: Efficient way using RAW File Proccessor - by sleepysnowflake - 21.08.2011, 22:26
Re: Efficient way using RAW File Proccessor - by ||123|| - 21.08.2011, 23:03

Forum Jump:


Users browsing this thread: 1 Guest(s)