Thread: PI make a shop points+cash?

Results 1 to 5 of 5
  1. #1 PI make a shop points+cash? 
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    Hey so im trying to make a shop that sells items for points and cash
    but im not sure how i would do that
    i got it working for points but i want it to be points and cash
    could anyone help me please?
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    bump
    Reply With Quote  
     

  3. #3  
    Member PI make a shop points+cash? Market Banned

    Join Date
    May 2011
    Age
    29
    Posts
    414
    Thanks given
    16
    Thanks received
    44
    Rep Power
    56
    Can you post me the code that you choose the shops currency.
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    Quote Originally Posted by Chris^ View Post
    Can you post me the code that you choose the shops currency.
    if (c.myShopId == 90) {
    c.sendMessage("This item current costs " + getSpecialItemValue(removeId) + " voting points.");
    return;
    }

    this?
    Reply With Quote  
     

  5. #5  
    Member PI make a shop points+cash? Market Banned

    Join Date
    May 2011
    Age
    29
    Posts
    414
    Thanks given
    16
    Thanks received
    44
    Rep Power
    56
    Quote Originally Posted by Hi im 1 3 3 7 View Post
    if (c.myShopId == 90) {
    c.sendMessage("This item current costs " + getSpecialItemValue(removeId) + " votings points.");
    return;
    }

    this?
    Here you go

    Code:
    if (c.myShopId == 90) {
    			c.sendMessage("This item current costs " +  getSpecialItemValue(removeId) + " votings points " + "and" + ShopValue + " coins." );
    			return;
    		}
    Reply With Quote  
     

  6. Thankful user:



Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. PI make a shop buy items for pkp
    By 1defk0 in forum Help
    Replies: 4
    Last Post: 03-13-2013, 03:21 PM
  2. [PI] Making a shop sell items
    By Oogle in forum Requests
    Replies: 0
    Last Post: 09-23-2012, 03:02 PM
  3. Replies: 7
    Last Post: 08-26-2011, 07:20 PM
  4. [pi] making npcs give points on kill
    By ItsGoml in forum Help
    Replies: 5
    Last Post: 07-06-2011, 10:21 PM
  5. Replies: 9
    Last Post: 04-23-2011, 03:46 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •