2DWorlds Forums
You can sell things for negative bits! - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Bug Reports (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=23)
+--- Thread: You can sell things for negative bits! (/showthread.php?tid=9081)

Pages: 1 2


RE: You can sell things for negative bits! - Jacob__mybb_import1 - 04-01-2012

This is why we can't have nice things...


RE: You can sell things for negative bits! - Dignity - 04-01-2012

(04-01-2012, 12:40 AM)Jacob_ Wrote: This is why we can't have nice things...

Code:
if ($cost < 0) {
die("Price cannot be negative.");
}