Jump to content
MakeWebGames

canibalstew

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by canibalstew

  1. Re: quantify items automatically no worries i was too thanx will do ok got it when you have ver 2.0 you change     to $h = new headers; but if anyone one can help me out with some other bugs i really need the help cant state the problems until we talk thanx Mr.BOB
  2. Re: quantify items automatically well excuse me sorry i am a noob line 125 is } $h->endpage(); ?> man thats really messed up when u guys pick on the noobs aint right but haha hahahahahaha i will laugh with ya too since i am the butt of these remarks!!!! :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :| :|
  3. Re: quantify items automatically i keep getting this error can anyone help PLEASE Fatal error: Call to a member function on a non-object in public_html/battlecreekmafia/inventory.php on line 125
  4. Re: Free Loan Shark System i would like to get this but can anyone send me this free loan shark mod cuz the #40 things mess me up
  5. Re: Counting (nr game) 838
  6. Re: What features do you want? i love my ver 2 there were some few bugs gotem all fixed i want to see a dog racing, fighting mods, some buisness mods tied into the stockmarket ,racing ,a jail mod where you bribe the prison gaurd and it random what he will take each time by your level,also maybe some blackjack,poker,for gambleing maybe even a a turf mod for each gang to make money and respect gang ranks like petty gang cartel ,mafia, you get my drift well i figure your a coder or something and you asked about 2.0 and what mods i want to see for this ver so i hope this helps you and everyone trying to better php gaming and entertainment   thanx canibalstew
  7. Re: Crime success exp help another way to do sucess rates and such i think???
  8. Re: New 2.0 code help if your making a code and need help ask!!!!!! Yeah sorry every thing seems to work but it dont take the blunts and dont credit user like the action is wrong
  9. i am making a code for users to exchange a (new currency(blunts) witch has been installed correctly) and they can exchange it for a 3 dollar donator pack but i cant get it to work so if you guy could let me know what i did wrong and how i can get it to work   <?php include "globals.php"; if($ir['jail'] or $ir['hospital']) { die("This page cannot be accessed while in jail or hospital."); } if($ir['blunts'] >= 99) { print("Sorry, you Dont Have enough Blunts to Come here."); } switch($_GET['action']) { case 'creditbluntform': creditb_user_form(); break; case 'creditbluntsub': creditb(); break; } print "Blunt Exchange You can Exchange blunts for a Donator Package. 100 Blunts for a \$3 donator Package you have {$ir['blunts']} in hand!!! Blunts: "; function creditb() { global $db,$ir,$c,$h,$userid; if($ir['blunts'] >= 99) { print("You Dont have enough Blunts "); } else { $db->query("UPDATE users u LEFT JOIN userstats us ON userid=userid SET money=money+5000, crystals=crystals+50, IQ=IQ+50, donatordays=donatordays+30 WHERE userid=$userid"); print"You have paid 100 blunts to recieve a \$3 Donator Pack."; } $d=30; print "Blunt Exchange credited."; $d=$db->query("SELECT username FROM users WHERE userid='{$_POST['user']}'"); $un=$db->fetch_single($d); stafflog_add("Gave ID {$_POST['user']} a \$3 donator pack (Pack {$_POST['type']})"); }
  10. Re: Crime success exp help oh ok yeah that helps alot thanx
  11. Re: Crime success exp help yes i am on 2.0 and i really am trying to get my crimes up the sucess exp and crime math is where i get lost i orriginally wanted 155 crimes but every one says they wont do the work for less than 100 - 200 dollars and for just the crime math and exp no writing all on a txt document so i have been trying to figure it out if you can help i would appreciate it!!!!! actually i would really like to get it to where it all depends on crime exp   Thanx canibalstew
  12. please if anyone can help with crime exp math i am really lost with that
  13. Re: Help LMFAO
  14. Re: Counting (nr game) 833
  15. Re: Editing staff levels i would like to know too i just want to add a user level also i would like to have a owners staff page i do got owners panel but there sould be options like; staff list (change user level) all logs stats also maybe an option to make and edit user levels
  16. Re: Proxy Banning good idea not sure but shouldnt you be able to block make a site reconize proxies and then give you options weather to ban investigate log   heck that would be useful as a regular option in staff panel for users and make it where when you click investigate if gives you a list of logs and actions they have done!!!
  17. i need someone to help with crimes i need someone to make 155 crime experience math things with the crime exp won ohh its just the math and won exp not the whole crime i can do the writing i need it to range from level 1 to ???? money is real tight now so i would like to pay in donator packages please help if real money is a must maybe we can work out a deal i d even be willing to pay as soon as i make the money off the game!!! or if it is a small price like under 30 id probably just pay cash
  18. Re: setting xp for crimes i also need someone to help with crimes i need someone to make 155 crime experience math things with the crime exp won ohh its just the math and won exp not the whole crime i can do the writing i need it to range from level 1 to 999.... also i need a little help wilth taking the caps away very minor i did it but get some errors like in bank money is real tight now so i have to pay in donator packages please help if real money is a must maybe we can work out a deal i d even be willing to pay as soon as i make the money off the game!!!
  19. Re: Counting (nr game) 831
  20. Re: Counting (nr game) 829
  21. Re: Counting (nr game) 825
  22. Re: thanksgiving treat wow truly a great thing u did here thanx alot
  23. Re: Counting (nr game) 818
  24. Re: [Lite] Hack Users PC mine is full and still wont work now i got 2.0 and looking for someone to help me get it workin
  25. Re: Counting (nr game) 815
×
×
  • Create New...