convert v83 command to v117

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! cindylim is offline
    MemberRank
    Jan 2013 Join Date
    218Posts

    convert v83 command to v117

    else if (splitted[0].equalsIgnoreCase("joinevent")) {
    if (!player.inJail()) {
    if (player.getClient().getChannelServer().eventOn == true) {
    if (!c.getChannelServer().registered.contains(player)) {
    c.getChannelServer().registered.add(player);
    c.getPlayer().dropMessage("You are registered for the event!");
    } else {
    c.getPlayer().dropMessage("You are already registered for the event!");
    }
    } else {
    player.dropMessage("There is currently no event in this channel.");
    }
    } else {
    player.dropMessage("You may not use this command while you are in this map.");
    }



    how to convert this command from v83 to v117?


  2. #2
    Account Upgraded | Title Enabled! cindylim is offline
    MemberRank
    Jan 2013 Join Date
    218Posts

    Re: convert v83 command to v117

    Bumppppppppppppppppppp

  3. #3
    Proficient Member TheJava is offline
    MemberRank
    Jan 2014 Join Date
    166Posts

    Re: convert v83 command to v117

    Greetings ,

    I think you could rip that off FuckMs ? Most provided v117 source has @bevent / @joinevent / @event and such.

    Goodluck
    TheJava

  4. #4
    Account Upgraded | Title Enabled! cindylim is offline
    MemberRank
    Jan 2013 Join Date
    218Posts

    Re: convert v83 command to v117

    Quote Originally Posted by TheJava View Post
    Greetings ,

    I think you could rip that off FuckMs ? Most provided v117 source has @bevent / @joinevent / @event and such.

    Goodluck
    TheJava
    no its different , im copying from my v83 source coded by my previous coder

  5. #5
    Account Upgraded | Title Enabled! Adult is offline
    MemberRank
    Mar 2013 Join Date
    mental is satanLocation
    481Posts

    Re: convert v83 command to v117

    Very few will be able to do this as your joinevent map, function may be different. Could be useful to know what source your on.

  6. #6
    Account Upgraded | Title Enabled! Zydee is offline
    MemberRank
    Jul 2013 Join Date
    725Posts

    Re: convert v83 command to v117

    Go into the src and find your commands location. Find player commands and look for the command you need for your other version. Copy and paste that into your other version source and compile. Also if your source is using any thing like functions, (it will say in the command, just read it) get that from your other files as well. Copy paste compile and your done.

  7. #7
    Account Upgraded | Title Enabled! cindylim is offline
    MemberRank
    Jan 2013 Join Date
    218Posts

    Re: convert v83 command to v117

    Quote Originally Posted by Zydee View Post
    Go into the src and find your commands location. Find player commands and look for the command you need for your other version. Copy and paste that into your other version source and compile. Also if your source is using any thing like functions, (it will say in the command, just read it) get that from your other files as well. Copy paste compile and your done.
    cant copy from v83 to v117

    v117 commands is not coded the way as v83



Advertisement