Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Point Blank (Piercing Blow) (https://forum.zone-game.info/forumdisplay.php?f=204)
-   -   No wait respawn in camera mode (https://forum.zone-game.info/showthread.php?t=39813)

Exile03 02.01.2016 06:03

No wait respawn in camera mode
 
someone know how i can fix this camera
exemple when two people PVP 1X1 i go start PVP
he don't wait in this camera
http://i.imgur.com/tPZGzx8.jpg
he respawn same mode DM
Someone know how locate i can fix he?

Добавлено через 13 часов 9 минут
Someone know how locate i can fix he?

PROGRAMMATOR 03.01.2016 00:15

Re: respawn no wait Camera mode
 
Player spawns because he receives PROTOCOL_BATTLE_MISSION_ROUND_START_ACK packet. You must wait until round is finished and only after this - send this packet.

Exile03 03.01.2016 01:29

Re: respawn no wait Camera mode
 
you know ID Opocode 0x??
why my server don't have this i no have idea what Namber this Opcode
I get this PACKET i in camera other player

https://mega.nz/#!GJ1Tzb7I!Kg2hID8Td...-IHVRqvmA11K_c

PROGRAMMATOR 03.01.2016 01:47

Re: respawn no wait Camera mode
 
Point Blank 1.15.33

Код:

PROTOCOL_BATTLE_MISSION_ROUND_START_ACK // 3371 (0xD2B)
Piercing Blow 2.12.19

Код:

PROTOCOL_BATTLE_MISSION_ROUND_START_ACK // 4129 (0x1021)

Exile03 03.01.2016 03:12

Re: respawn no wait Camera mode
 
Thankyou so much man
now i will try fix he thankyou

PROGRAMMATOR i can send u private msg?

PROGRAMMATOR 04.01.2016 00:22

Re: respawn no wait Camera mode
 
I've read your message. But I didn't understand why do you have GameGuard.DK00 in your code.
GameGuard is not used in rooms.

Exile03 04.01.2016 03:37

Re: respawn no wait Camera mode
 
see again msg private i sent for you

PROGRAMMATOR 04.01.2016 21:15

Re: respawn no wait Camera mode
 
Write in thread. Can you explain where you use simpleSwitch method?

Exile03 04.01.2016 21:52

Re: respawn no wait Camera mode
 
ok i send for u example how i using he

PROGRAMMATOR 04.01.2016 22:19

Re: respawn no wait Camera mode
 
PROTOCOL_BATTLE_MISSION_ROUND_START_ACK has structure as follow:

// byte CurrentRound
// int RoundDuration
// short PlayersSlotsMask
 
Code: C#

Where PlayersSlotsMask is calculated as:

PlayersSlotsMask |= 1 << player.SlotId;
 
Code: C#


Текущее время: 21:13. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot