Jump to content
MakeWebGames

boots

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by boots

  1. Please help, i want to change the hosp times to a set time but dont know how to write the code, i dont want to do it with the rand formular just want a set time,can some-one please show me the code i need to replace the rand with i would like hosp times at 20 mins, Im new to this and want to learn but this is just driving me mad
  2. Iam looking for a toolbar mod with built in shoutbox, also would like a buttons so i can add ingame links, the chat must pop up on the far right hand side,would like it so i can make it the size i want for the chat, something like http://www.wibiya.com allso i would like a travel mod like the 1 here http://www.gang-land-killers.com please PM me with your price,s and ideas, thanks all and happy christmas :)
  3. I'am looking for a mod :) i would like a popup chatbox ,maybe a toolbar with the popup chat built in, somthing like facebook with buttons to links in my game and a css where i can change the colours somthing like this http://www.wibiya.com I would aso like a travel mod somthing like the 1 here http://www.gang-land-killers.com/ as you can see when in travel in shows a map
  4. :D Ive worked it out :) just made it so i can access inventory
  5. No good :( i was thinking is it poss to access the inventory while in jail if so that would solve everything as id 6 is a lock pick to get outa jail
  6. <?php require_once (dirname (__file__) .'/globals.php'); //Define the price. $bailCost = 1; // Change   //Check for actually in jail. if ($ir['jail'] > 0) { //Check that they have enough item.php?ID=6 to continue. if ($ir['item.php?ID=6'] > $bailCost) { //Update the users, amount and jail amount. $db->query ('UPDATE `users` SET `jail` = 0, `item.php?ID=6` = `item.php?ID=6` - '.$bailCost.' WHERE (`userid` = '.$userid.')'); echo '<p>You\'ve paid to get yourself out of jail...<a href="index.php" title="Back to home">Back to home</a></p>'; } else { //Not enough lock picks message. echo '<p>You cannot afford to buy yourself out of jail.<a href="index.php" title="Back to home">Back to home</a></p>'; } } else { //Not actually in jail at the time. echo '<p>You\'re not currently in the jail.<a href="index.php" title="Back to home">Back to home</a></p>'; } //Show footer $h->endpage();   ithis is what i have now but i have tried it so many different ways i have tried with itemuse.php?ID item=id6 just dont know :(
  7. Ive been trying to add an item instead of crystals for the last 2 hours still no joy :( Iam trying to learn code and i know this is an easy one to change but my eyes are burning from looking at this screen lol please show me how to add this item id 6 thanks
  8. Ive been trying for the last few hour's to add an item to the code instead of crystals but still no joy i dont know alot about code still learning,can somone please tell me how to add item.ID=6, Thanks
  9. is it poss to make a pop up shoutbox? i would like my shoutbox on all pages maybe in a toolbar where i can add links for my site,ie crimes,jail and so on
  10. i like this mod :) but is it poss to have it so it use's an item out of the inventory to get outa jail ?
  11. cant get it to work :( i think i have done the css wrong i have named them as above but still no joy, where do i put the css ? sorry but I'm a newb to this
  12. Sounds like a great mod gonna try it :) Oracle love your idea with the random Fridays would you share your edited code ? Iam new and still learning not good with coding:( yet! lol
×
×
  • Create New...