Jump to content
MakeWebGames

Healing Aura[$5]


MrEvilChaos

Recommended Posts

Well first off if your going to attempt to sell mods people are going to want to see your work. By the sounds of it, its basically a few query's taking players out of hospital and jail and refilling their stuff. Not to blast your mod but i think before you attempt to sell anything I believe you should show people some of your work.

A demo would be nice as well...

Good luck with your sales

Link to comment
Share on other sites

<?php

if(isset($_GET['Do'])) {
echo 'You have used the healing aura';
mysql_query("UPDATE users SET hospital = 0, jail = 0, energy = maxenergy, will = maxwill, brave = maxbrave", $c) or die(mysql_error());
} else {
echo 'Are you sure you would like to use the healing aaura?

<a href = "?Do">Yes</a> || <a href = "index.php">No</a>';
}

 

Sorry, but that/this is not worth $5

Link to comment
Share on other sites

	
if(isset($_GET['Do'])) {
echo 'You have used the healing aura';
mysql_query("UPDATE users SET hospital = 0, jail = 0, energy = maxenergy, will = maxwill, brave = maxbrave", $c) or die(mysql_error());
} else {
echo 'Are you sure you would like to use the healing aaura?

Yes || No';
}

 

Sorry, but that/this is not worth $5

That is nothing like the code I used man -.-

Link to comment
Share on other sites

No one is putting you down. What they are trying to say is that something so simple to make isn't going to sell for $5. If you go to the free mod section of these forums you will see that there are some fantastic mods for free. Paid mods are more sophisticated and complex (for the most part). this it to simple and not worth it to be honest.

So basically since your new My advice would be to work on your skills, post up some of your work so people on here can show you what your doing wrong (if your doing anything wrong). Once people get to know how good you really are, they will want to pay for your better mods.

Just my opinion

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...