Jump to content
MakeWebGames

Curt

Members
  • Posts

    525
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Curt

  1. ah, looks like quality work from my end :) nice job.
  2. not too bad at all...looks nice :)
  3. Hey, I know this post is a little old but I was wondering has this mod been abandoned all together ?...sounds like an awesome feature...
  4. hello, The success rate is determined by your will if you are using the default crime success rate. I had something the same as this but removed it from my game...your welcome to change it to your likings;   $crimeforumula = (($ir['will']*0.8)/2.5)+($ir['level']/4); if ($crimeforumula < 10) { $chancerank = "<span style='color:red'> VERY SLIM CHANCE </span>"; } else if ($crimeforumula >= 10 AND $crimeforumula <= 25) {$chancerank = "<span style='color:red'> SLIM CHANCE </span>"; } else if ($crimeforumula >= 25 AND $crimeforumula <= 50) {$chancerank = "<span style='color:green'>GOOD CHANCE</span>"; } else if ($crimeforumula >= 50 AND $crimeforumula <= 75) {$chancerank = "<span style='color:green'>VERY GOOD CHANCE</span>"; } else if ($crimeforumula >= 75 AND $crimeforumula <= 95) {$chancerank = "<span style='color:green'>GREAT CHANCE</span>"; } else if ($crimeforumula > 95) { $chancerank = "<span style='color:orange'> EASY JOB </span>"; }   Then add a field in your crime table and add this variable to it : $chancerank   Hope that helps you some :) Cheers
  5. hello, Another way you could do this with out adding a field to your items is simply make a new Item Type for your non sellable items, then in the inventory script add a bit of code that checks if its that item type and if it is then don't sell...simple :) would also need to edit the itemsell script incase someone changes the item id to the non sellable item :P but the above way will work as well... cheers
  6. Hey, my gang crimes is the pretty much the same as this...its a nice feature to add to your gang system...I coded mine myself... i have a pretty extensive gang system :P Also if im not mistaken there is a mod like this floating around in the free mod section...but im sure yours will be much better :) cheers
  7. hello, If its not a secret, do you mind telling us how much you paid ?...and maybe an example of what you received ? :) btw glad you got what you was looking for.   Curt
  8. ah, my mistake i missed the part where you said you would give a Percentage to the person giving you an Idea that you decide to use.. as i said before best of luck to you :)
  9. lol...actually for the quality of the work this is a pretty decent price i believe. All 5 banners are different and not the same thing in different sizes. So that is 20$ each for 5 Custom Professional looking attractive ad banners, which are sure to get you some clicks... but everyone has their own opinion. Hope you find what your looking for :) Thanks, Curt
  10. Hey, No offense at all but i don't see anyone giving away a GOOD idea to you so you can make money from it... This is where you as the developer must put that thinking cap on and start coming up with some ideas of your own :) I do think its pretty cool that you want to develop a game for the Xbox though and I wish you the best of luck. Thanks, Curt
  11. Hello, Bluetrendz.com offers quality professional work. I have used there service multiple times and fully satisfied with the results :)   Cheers
  12. Hello, PHP is not something you will learn quickly just by watching a few Video Tutorials. It will take some time, dedication and a will to want to learn. If you don't know already, the internet can pretty much teach you just about anything. W3schools.com is a good place to start. Also getting hands on is a good way to learn as well. as many before me has said Google is your friend...lol Good luck learning =) Curt
  13. Thanks Glucose and a_bertrand, I will look into tektonic.net now =)
  14. Hey Everyone, I recently decided to begin looking for a new host for my game because it seems to go offline about once a week on the current host (Byethost) and they dont seem to know why or able fix the problem. I have the highest VPS pack available, and i figured that would be more than needed to run my game right now but it still goes offline so im going to be moving my games. Has anyone here every used byethost and hostgator ?....who would you say is better quality ? Im thinking about moving my games to Hostgator.com Also anyone have specs that a sever should have for the size of a website ?.... my game hasnt been growing much lately and i suspect the offline time to be playing a factor in this. Look forward to hearing from you guys, Curt
  15. Hello, Nice work, as Dave Macaulay said show the process of making it so you can confirm its a custom mascot made by you and you should have no problems at all finding people to buy them because from this example your work looks great. I would be happy to purchase one or two custom mascots from you being that the price is affordable for me =)
  16. Hey, I was recently shown this engine by someone advertising on my game, I have to admit the Layout is very nice. I also believe that the only persons that will earn a nice amount of cash is the owners of the engine and and maybe a handful of users. With this type of system a person does not have the freedom to design things how they would want them but instead they have a list of features that everyone one else has that they can buy selected upgrades/features. This is a great system for those who don't have any programming knowledge and does not plan to learn but for those that do will realize how limited the system is. I wish everyone luck who attempts to create a successful game using this engine. Thanks, Curt
  17. I agree with DJkanna, Everyone will have their own opinion about this. I also agree with sniko because if there is an audience that enjoys "playing" your game then its safe to call it a game. Anyone can make a game but only few can actually make a GOOD game. Im still working my ass off to make my game a good game...lol I may reach my goal one day if I continue to work at it....back on track... For me a game is anything that has a since of competition between others. Be it another person or simply the computer. I actually had to think a little bit about this question because its a pretty damn good question that i have never seen asked before..lol Thanks everyone, Curt
  18. glad to see your back in action :)
  19. What started me to be interested in programming with PHP is a post on Craigslist a couple years ago. Someone had posted there referral link to a game under the free section. It was the first time i had ever heard about online web browser games...I signed up to the game and was hooked for months.. I played a couple different games for about a year before i even thought about making my own... After getting a little bored with playing the games I started to research how the games were made... After I learned what the games where actually made from I began pushing myself to learn these things... I found a script pack on a P2P program and downloaded that....most of the scripts where complicated to understand for me and i didnt get far with them at all... Then i learned about mccodes...i read all over the net that it was a very crappy script and noone should use it...i decided to take a look myself... I download the free one from mccodes.com and got it up in running...after a little while i relized that this script was the easiest for me to understand...at the time i had no money but i wanted the V2 script and i found out it could be download free if you search hard enough so i got it... After that I just started getting hands on...changing things and seeing how it effected the game...it was all Trial and error... I found this website and was amazed at all the free resources that were here for mccodes...i decided to make mccodes my main choice for developing the game. After a couple months of working with mccodes I began to understand what i was looking at on the scipts....i began building my own game very soon after...and had it online a couple months later. Like most most noobs i had a crappy unsecure game online and I wanted to show it off....lol So i did....i ended up getting it messed up by someone that i wont name...but that pushed me to learn security...i could not afford to pay someone to secure my game so i had to do this myself. I learned best from getting hands on with the scripts, but everyone learns differently... Only regret i have is i wish i would have discovered these types of games when i was younger...it has grown into a great interest of mine and I enjoy building something that people enjoy playing. I no longer play online rpg browser games, I actually have more fun developing my own game. Only thing one will need to make a game is TIME and the DEDICATION to continue learning and improving your skills. I started with absolutly nothing and have build up a growing game that I hope one day to be popular among these types of games. That is how i got into coding from the very begginning, hope i didnt bore you guys with my long post...lol Thanks, Curt
  20. Hey, The reason an item would show up blank in your inventory is because the item does not exist in the database. Do you have like downtown search or something similar where players can find items ?... check those scripts to make sure the non-existent item is not listed in there. also you can check the inventory table in your database to find out the ID of the blank item which might help you solve the issue. Good luck with your problem :)
  21. Hey, Im happy to submit my game to your site. Thugbattle.com I have also already signed up and submitted my game to the top game list. Cheers
  22. Thanks guys for the positive comments. from what i noticed the game does appear fine in Google Chrome, I had a cross-browser problem on the gang page but it has been fixed now :) as for the mascot, he doesn't fit in perfectly with his surroundings but I'm not complaining...lol Well back to working on the game I go... Cheers
  23. wow, this is awesome for 1 days work. very nice job.
  24. Yes Djkanna, You are correct. I just got a new layout for the game and once the layout is completely implemented I will be working to make sure the game looks right in the major browsers :) Everything seems good for Firefox and IE but there is still some issues with Google Chrome that i need to work out. I cant test the game in Safari so i wont be able to optimize the game for that browser :( Thanks for the advice :) Cheers
  25. its all about the right words...lol damn i missed that.. nice find
×
×
  • Create New...