Jump to content

Question

Posted

Hello i made a vector where i add the   player.getCoupleId()

 

and i know how to send message to all players like

 

for (final L2PcInstance p : couple.values())
{
p.sendMessage("Event will start!");
}
 
but what if i want to get the Couples name?  or if i want to send message to a specific couple?
how i do this? Thanks..
 

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...