사운드 재생 PACKETBOX
Ui5차도 됩니다.
/** 사운드 재생 by : B.C.*/
public static final int PLAYSOUND= 73;
public S_PacketBox(int subCode, String name) {
writeC(Opcodes.S_OPCODE_PACKETBOX);
writeC(subCode);
switch (subCode) {
case MSG_TOWN_LEADER:
case PLEDGE_UNION:
writeS(name);
break;
case PLAYSOUND: //?
writeH(Integer.parseInt(name));
break;
[출처] 사운드 재생 PACKETBOX (비공개 카페)

준희미니 님의 최근 댓글
rt 2021 05.25 ㄳ 2021 05.11 ㄳ 2021 05.11 rt 2021 05.09 rt 2021 04.25