Hi,
I know the title doesn't match the problem perfectly, sorry ;)
Ok. I'm trying to get informations about a HL2 game server with BMax and the bnet module. To receive the informations, I have to send a request with the following content:
UINT32 0xFFFFFFFF
BYTE 0x54
My code looks like this:
But I'm not getting any response from the server. I guess the server just doesn't understand my request. How can I send 0xFFFFFFFF and 0x54 to the server?
Thanks
badger
I know the title doesn't match the problem perfectly, sorry ;)
Ok. I'm trying to get informations about a HL2 game server with BMax and the bnet module. To receive the informations, I have to send a request with the following content:
UINT32 0xFFFFFFFF
BYTE 0x54
My code looks like this:
WriteInt STREAM,$FFFFFFFF WriteByte STREAM,$054 SendUDPMsg(STREAM,ServerIP,ServerPort)
But I'm not getting any response from the server. I guess the server just doesn't understand my request. How can I send 0xFFFFFFFF and 0x54 to the server?
Thanks
badger