Jump to content
MakeWebGames

redhead

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

redhead's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Event ADD Did anyone ever figure out what was happening with this?
  2. Re: Organised Crimes Mine either.
  3. Re: [mccode] quantify items automatically   Incase you're new and searching the forums trying to find the answer ... This is what worked for me (I'm not an experienced coder, so hopefully a polite one will fix any problems with it).   item_send ($userid, 5, 1);   5 corresponds to your item ID. The easiest way for me to find this would be to click on the item's Info link and take a look at the address in my address bar. After your website name will be "/iteminfo.php?ID=5". Whatever the ID= is, will be your item id. 1 corresponds to the quantity of items you want the player to recieve.
  4. I tried all the other fixes in the forums for monorail, but none have worked. Ii doesn't show the cities on the monorail page, it only shows the table.   Any help would be appreciated, especially if spoken in laymens terms, thanks!   EDITED: NEVERMIND :) GOT IT :)
×
×
  • Create New...