-
Hello Users , who have script for animation of the inventory menu appearance?
-
@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*
-
}*
- }*
-
@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(); } }