Thx for the help addy, but when i put the code and try to compile i have this error :'(
[javac] C:\workspace\L2Jserver\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5818: cannot find symbol
[javac] symbol : constructor PlaySound(int,java.lang.String)
[javac] location: class com.l2jserver.gameserver.network.serverpackets.PlaySound
[javac] this.sendPacket(new PlaySound(1,"Dominating"));
[javac] ^
[javac] 1 error
BUILD FAILED