chicka Posted March 11, 2011 Posted March 11, 2011 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 Quote
MrEvilChaos Posted March 11, 2011 Author Posted March 11, 2011 Well I can show a Couple Screen Shots of it I mean there is not much to it but yes I can see where your coming from Quote
rulerofzu Posted March 11, 2011 Posted March 11, 2011 Use the search ........... input medical and use one or more of the many free mods that do this! Quote
MrEvilChaos Posted March 11, 2011 Author Posted March 11, 2011 Use the search ........... input medical and use one or more of the many free mods that do this! Why man -.- I looked and nothing came up so I made this -.- Quote
Equinox Posted March 11, 2011 Posted March 11, 2011 <?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 Quote
MrEvilChaos Posted March 11, 2011 Author Posted March 11, 2011 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 -.- Quote
rulerofzu Posted March 11, 2011 Posted March 11, 2011 I agree Eq. Just use Eq's code and it will do the same. Probably better lol. Quote
Equinox Posted March 11, 2011 Posted March 11, 2011 Well, does the same thing. I don't see how it differs? Quote
MrEvilChaos Posted March 11, 2011 Author Posted March 11, 2011 I agree Eq. Just use Eq's code and it will do the same. Probably better lol. What do you mean Better -.- You see there is no room to grow on here cause people like you will keep putting new people like me down -.- :thumbdown: Quote
Equinox Posted March 11, 2011 Posted March 11, 2011 'Tis because you're selling something for $5 that literally takes about 2 minutes to make. Good wage. Quote
chicka Posted March 11, 2011 Posted March 11, 2011 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 Quote
DreamCoder Posted March 11, 2011 Posted March 11, 2011 MrEvilChaos' its not there trying to put you down its just that your trying to sell a mod that isnt worth $5 i tryed doing that with a design and Eq and everone else did the same to me so just basicly get over it and keep trying ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.