KONO Posted September 18, 2013 Posted September 18, 2013 (edited) it error : new ExShowScreenMessage(1801111, 3000,ExShowScreenMessage.MIDDLE_CENTER, true, false, -1, false); private void broadcastString(int instanceId) { ExShowScreenMessage sm = new ExShowScreenMessage(1801111, 3000,ExShowScreenMessage.MIDDLE_CENTER, true, false, -1, false); Broadcast.toPlayersInInstance(sm, instanceId); } help me please, my server l2j server h5 stable Edited September 18, 2013 by KONO Quote
0 Tryskell Posted September 18, 2013 Posted September 18, 2013 Either : you miss the import (which ctrl+s will automatically correct); this class doesn't exist (you have to create it); this class exists but use another format (number of parameter differ, so you have to open the file and see the writing style). Quote
Question
KONO
it error : new ExShowScreenMessage(1801111, 3000,ExShowScreenMessage.MIDDLE_CENTER, true, false, -1, false);
help me please, my server l2j server h5 stable
Edited by KONO1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.