Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    [REQUEST] Animation of the inventory menu appearance

    Scripts
    3
    4
    161
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Cats Pnewed last edited by

      Hello 👋 Users , who have script for animation of the inventory menu appearance?

      TheBlocky Gaming 1 Reply Last reply Reply Quote 0
      • TheBlocky Gaming
        TheBlocky Gaming @Cats Pnewed last edited by

        @cats-pnewed exist it does not, possible is is not

        public void onPost() {

        • if(user.new){*
        •  post.error.accoutnew*
          
        • }else {*
        •  if(user.rep > 3){*
          
        •     post.send*
          
        •  }else {*
          
        •     post.error.accoutnew*
          
        •  }*
          
        • }*
        O 1 Reply Last reply Reply Quote 0
        • O
          ohno @TheBlocky Gaming last edited by ohno

          @theblocky-gaming should be like

          @EventTarget
          public void onPostSumbit(PostSubmitEvent event) { 
              if(event.user.getUser().isNewbie && event.afterPostingTimer.get() < 120000) {
                  event.displayNotEnoughReputationError();
              } 
              if(event.user.getUser().getReputation() > 3) {
                  post.sumbit();    
              }
          }
          
          TheBlocky Gaming 1 Reply Last reply Reply Quote 0
          • TheBlocky Gaming
            TheBlocky Gaming @ohno last edited by

            @ohno the forums count time in 40 tps to have an advantage over servers that run on 20 tps

            update your timer

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB | Contributors