Jump to content
MakeWebGames

Oo-Savage-oO

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by Oo-Savage-oO

  1. Yeah I know Dylan made me it and told me he copyed it from there but it isnt copright as he didnt copy entire picture plus i changed he banner with no red bar
  2. f i think when i release the header above that i might of missed adding a table or something somewhere all ull have to really do is play with the tables then eventually itll sit right Thanks but I have already fixed it just i brought it down
  3. If I had a wish it will be to be the best coder ever not be dumbass coder
  4. This doesnt update jobs pay and stuff
  5. But this I made myself a week ago
  6. I have fixed main mneu problem now there is a prob in smenu it comes on the bottom not on top or side.
  7. i did write that but as his name wa sdifficult and i was in a hurry i could have copyed paste it
  8. After clicking the link given in the first post you will be redirected to a website go to the bottom of the page and find "Save file to your PC: click here" I know that but it comes something else u try once saved to pc open it then a error come like something to do with photoshop
  9. People this is my first header I am giving a screenshot plz give me ur opinion also consider this ithis is the first time I actually edited the default mccodes header all by my self without copy paste or help just a little help with images and thats all. I also am using drp down menu
  10. Nice Nice, but I want to change color from green to red how do I do that
  11. Same prob here
  12. Dude the psd isnt working
  13. I dont know how to fix this but I see a error in Hawnted-Dawg's code it doesnt update the people in the hosp i mean like in main menu there is Hospital(0) it doent change to Hospital(1) even if there is someone in it same goes for jail
  14. Nice keep up the good work
  15. Unsecure change $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];   To: $IP = $_SERVER['REMOTE_ADDR']; $IP=addslashes($IP); $IP=mysql_real_escape_string($IP); $IP=strip_tags($IP);
  16. Fix Try I think i might have fixed the problem why we arent getting money. I know AGON has showed a much simpler way which I am using but I am still fixing jamboys code. Here it goes ((NOTE: I am not a good coder just know the basics and this is not tested)) in docrime.php find $ir['money']+=$r['crimeSUCCESSMUNY'];   Replace it with: $ir['money']+=$randmuny;   Then Replace: if(rand(1,100) <= $sucrate) { print str_replace("{money}",$r['crimeSUCCESSMUNY'],$r['crimeSTEXT']); with: if(rand(1,100) <= $sucrate) { $randmuny = rand($crimeMINMONEY,$crimeMAXMONEY); print str_replace("{money}",($crime_income),$r['crimeSTEXT']); Thats it if u find errors plz post caz i am not sure it works
×
×
  • Create New...