Thread: Getting another player save

Results 1 to 4 of 4
  1. #1 Getting another player save 
    Banned

    Join Date
    Apr 2013
    Posts
    1,456
    Thanks given
    341
    Thanks received
    148
    Rep Power
    0
    Hello rune-server so i am adding iron man so it added this to stop people trading


    Code:
    } else if (c.IronManMode == 1) {					c.sendMessage("You cannot trade as a Ironman.");
    					return;

    and it works fine but i was wondering how would i make it work the other way so if someone trades with the players it says they are in ironman mode it shows another message

    i have tired this but ye i was just guessing i normally don't do server stuff

    Code:
    } else if (o.IronManMode == 1) {					c.sendMessage(o.playerName + " is a Ironman and cannot trade.");
    					return;
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Apr 2013
    Posts
    1,456
    Thanks given
    341
    Thanks received
    148
    Rep Power
    0
    Bump
    Reply With Quote  
     

  3. #3  
    Registered Member
    The Reverse's Avatar
    Join Date
    Nov 2014
    Posts
    936
    Thanks given
    168
    Thanks received
    289
    Rep Power
    520
    Bumpo

    Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.
    Martin Luther King, Jr.

    Reply With Quote  
     

  4. #4  
    Registered Member Tylwr's Avatar
    Join Date
    Jul 2012
    Age
    26
    Posts
    478
    Thanks given
    105
    Thanks received
    42
    Rep Power
    15
    That should work, if in the correct class.
    Attached image
    Quote my post for me to see your reply.
    Discord: tiller#2854

    Reply With Quote  
     


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. Replies: 0
    Last Post: 01-15-2015, 01:52 AM
  2. Project Vortex (with player saving)
    By Zahhak in forum Projects
    Replies: 18
    Last Post: 12-30-2008, 12:35 PM
  3. Replies: 6
    Last Post: 08-22-2008, 12:11 AM
  4. Replies: 46
    Last Post: 07-15-2008, 06:26 PM
  5. Replies: 37
    Last Post: 06-12-2008, 08:14 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
  •