ExShowScreenMessage mod
Posted: Tue Sep 21, 2010 11:36 am
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi:)
I have such a code:
It ofc dispaly a message to a player for 5 sec
I would like to modify this like this:
1.send this packet to all players
2. include players nick (exemple: "Player Pisior got reward for 5 successful PvP in a row)
Could you help me to make it working?
Thank you.
Best regards.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi:)
I have such a code:
Code: Select all
sendPacket(new ExShowScreenMessage("You got reward for 5 successful PvP in a row :)", 5000));
I would like to modify this like this:
1.send this packet to all players
2. include players nick (exemple: "Player Pisior got reward for 5 successful PvP in a row)
Could you help me to make it working?
Thank you.
Best regards.