Thread: trading

Results 1 to 2 of 2
  1. #1 trading 
    Registered Member
    Join Date
    May 2013
    Posts
    58
    Thanks given
    0
    Thanks received
    0
    Rep Power
    10
    How do i make it so people cant do commands or teleport while in trade? (DeathlyPvpz V4)
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    I'm pretty sure there's a better way to do it, but you could just to to each of your commands and add a check to it.

    if (c.inTrade) {
    return;
    }
    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. How To Stop The Trade Bug
    By william1434 in forum Tutorials
    Replies: 13
    Last Post: 10-07-2007, 10:22 AM
  2. Replies: 22
    Last Post: 09-08-2007, 02:24 PM
  3. Trades log files.
    By Simox in forum Tutorials
    Replies: 2
    Last Post: 07-24-2007, 10:11 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
  •