SA-MP Forums Archive
Question about multiply :) - 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: Question about multiply :) (/showthread.php?tid=245679)



Question about multiply :) - RenisiL - 01.04.2011

Is it possible to use the multiply (if)?

Examples:

Code:
if( ( gettime( ) - DuotiWait[ playerid ] ) < 10*30 )
< 10*30


Re: Question about multiply :) - mprofitt - 01.04.2011

uhh, yeah...

can't you put it into a script and see if it works? that's what I usually do...


Re: Question about multiply :) - RenisiL - 01.04.2011

Thank you, i go try