Jump to content
  • 0

[Help]Exshowscreenmessage


Question

Posted (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 by KONO

1 answer to this question

Recommended Posts

  • 0
Posted

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).

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...