Search:

Type: Posts; User: abnormal

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    1,449

    [SOLVED] Re: if statement to right syntax

    Thanks. Gave a bright light in the dark!
  2. Replies
    4
    Views
    1,449

    [SOLVED] Re: if statement to right syntax

    That statement makes if player who executed command has the username _Reflexxx_ and ImJustPax to be able to be whitelisted and added to groups.
    Here's the full code


    /*
    * Decompiled with CFR...
  3. Replies
    4
    Views
    1,449

    [SOLVED] if statement to right syntax

    if (p2 = ("_Reflexxx_") && (p2 = ("ImJustPax"))) { //how to make it valid?
    p2.sendMessage(Settings.PREFIX("You have been logged into " + Settings.RED + Settings.NAME + " admin"));
    ...
Results 1 to 3 of 3