Jump to content
MakeWebGames

thedestroyer

Members
  • Posts

    277
  • Joined

  • Last visited

    Never

Everything posted by thedestroyer

  1. Re: [mccode v2] Simple Job Specials   Well, this mod I have tested quite a few times, It always works great for me on any standard version of mccodes did you ever get the property market working properly? The only problem i had was when someone bought your house you wouldn't recieve the money
  2. Re: [mccode v2] Youtube Mod i cant add videos it keeps saying illegal operation....
  3. Re: Error with coding need help please i gave you a +1
  4. Re: Error with coding need help please ah got it it was a table i added thanks a bunch shrek :-)
  5. Re: Error with coding need help please i still get this error with your function QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO events VALUES('',550,UNIX_TIMESTAMP(),0
  6. Re: Error with coding need help please ok this is my whole event function function event_add($userid,$text,$connection=0) { global $db; $text=mysql_escape($text); $db->query("INSERT INTO events VALUES('',3,UNIX_TIMESTAMP(),0,'$text')"); $db->query("UPDATE users SET new_events=new_events+1 WHERE userid={$userid}"); return 1;
  7. Re: Error with coding need help please so what line should i be putting?
  8. Re: Error with coding need help please i didnt edit the table heres the event function line i think i need to change $db->query("INSERT INTO events VALUES('',$userid,UNIX_TIMESTAMP(),0,'$text')");
  9. in all my files that send events out eg when you buy something from the market or attack someone i get this error QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO events VALUES('',3,UNIX_TIMESTAMP(),0, can someone help please?
  10. when i attack someone and then leave them i get this QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO events VALUES('',3,UNIX_TIMESTAMP(),0,'Alex attacked you and left you lying outside the hospital.') it also does it on all my other files where an event needs to be sent can anyone help please?
  11. Re: [mccode v2] Simple Job Specials It's a dam shame Rich cos you make such good mods but none of them seem to work properly for me :-(
  12. Re: [mccode v2] Multiple Houses Can anyone add the bit of code i need to add please?
  13. Re: [mccode v2] Multiple Houses I have a problem. When a user buys a house off the market the seller does not get the money can anyone help?
  14. Re: How do i use images uploaded to my cpanel? That doesn't work either i just tried
  15. Re: How do i use images uploaded to my cpanel? then wehen i go to add an image how do i put it? is it like this? <img src=www.yourgamename.com/images/yourimage.jpg? cos they are saved in my images flder but i just tried that way and it doesnt work
  16. Re: How do i use images uploaded to my cpanel? Ok thanks i will give it a go
  17. Re: Sing images uploaded to cpanel so is it this? ALTER TABLE houses ADD picture INT(11) default 0;
  18. I uploaded an image for a house yesterday but how do i add it when i create a new house?
  19. Re: Looking for email verification mod V1 Mail me and i will help you
  20. Re: Problem with my v2 Captcha   haha very funny
  21. Re: Problem with my v2 Captcha If anyone can make or already has this script please post. Thanks
  22. Re: Problem with my v2 Captcha how can i do that? do you have a code?
  23. Re: Businesses Mod [Mccode V2] Kix thanks for the update but it doesnt work. When i use your cron companies dont make any money daily and if i do Richards cron you make way too much and you dont even need an workers to make loads of money.
  24. Re: Businesses Mod [Mccode V2] can anyone post a code with some job specials please :-D
  25. Re: [mccodes V2] Nuclear Bomb where abouts should i add it cos i added it and got an error
×
×
  • Create New...