Math's question - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Math's question (
/showthread.php?tid=208109)
Math's question -
Code_Red - 07.01.2011
I have a maths question (shud'a stop skipping school)
if i have a number (lets call that number X) and i want to get the 3% of X, how do i do it?
Re: Math's question -
Facepunch - 07.01.2011
Wrong section pal..
Re: Math's question -
Vince - 07.01.2011
x * 0.03
Re: Math's question -
Alex_Valde - 07.01.2011
x / 100 * 3
Re: Math's question -
Code_Red - 07.01.2011
ooooo, okay.
lock.