Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Someone can help me fix CM_BATTLE_RPE_START
#1
[PointBlank] Someone can help me fix CM_BATTLE_RPE_START
i have this error i very test this locate seeding this bug someone can help me fix this code
just one Team can Kill when other Team try kill team blue no get round win just Team BLUE working
Код:
        if(Arrays.binarySearch(Room.RED_TEAM, slot.getId()) >= 0) {
            if(room.getRedKills() == room.redTeamCount) {
                room.[color=Red]redTeamCount[/color] = +1;
            } else if(room.getBlueKills() == room.blueTeamCount) {
                room.[color=blue]blueTeamCount[/color] = +1;
            }
        }


[Изображение: OMEhdPD.png]
:help: :help:
i create video for know the error

https://www.youtube.com/watch?v=_tM-NRWkUEw
:help: :help:

Добавлено через 15 часов 1 минуту
someone can help me fix this code error
Player enter kill just one team
Ответ
#2
There is no simple solution. As one of the option the problem is in PROTOCOL_BATTLE_DEATH_ACK packet. Either in PROTOCOL_BATTLE_MISSION_ROUND_START_ACK packet. Or the slot mask is not correct. And of course we should not forget about not correct work of UDP server. The simpliest solution is to sniff packets at official server. And correct the necessary packets.
Ответ


Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)