Re: [mccodes V.2]Energy Sweet Shop
Great addon.
Just a small edit if I may.
Use the code below at the end of the script.Originally, the 2nd script indicated had energysweetshop.php.php for "Back to shop"
The code below corrects that :-P
$sql = sprintf("UPDATE users SET money=money-%u, energy=energy+%u WHERE userid=%s", 10, 5, $userid);
mysql_query($sql);
echo 'You Bought A energy sweet And You Feel Some of your will coming to you after you ate it!
[url="energysweetshop.php"]Back to Shop[/url]
';