0% found this document useful (0 votes)
60 views1 page

Svlog

The document contains log messages from the initialization of various modules for a voice server software. It shows the network, RakNet, and Pawn debugging modules being initialized, along with the main SampVoice module by MOR. It also attempts to start the voice server on port 55880 and register callbacks with the game server for player voice activation key presses and releases, but fails to bind the voice server.

Uploaded by

Lukka Chaachua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

Svlog

The document contains log messages from the initialization of various modules for a voice server software. It shows the network, RakNet, and Pawn debugging modules being initialized, along with the main SampVoice module by MOR. It also attempts to start the voice server on port 55880 and register callbacks with the game server for player voice activation key presses and releases, but fails to bind the voice server.

Uploaded by

Lukka Chaachua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

[16:27:31] : [sv:dbg:network:init] : module initializing...

[16:27:31] : [dbg:raknet:init] : module initializing...


[16:27:31] : [dbg:raknet:init] : installed hook to 'GetRakServerInterface' function
(ptr:0044FAD0)
[16:27:31] : [dbg:raknet:init] : installed hook to 'OnPlayerDisconnect' function
(ptr:0046D970)
[16:27:31] : [dbg:raknet:init] : module initialized
[16:27:31] : [sv:dbg:network:init] : module initialized
[16:27:31] : [sv:dbg:pawn:init] : module initializing...
[16:27:31] : [sv:dbg:pawn:init] : module initialized
[16:27:31] : -------------------------------------------
[16:27:31] : ___ __ __ _
[16:27:31] : / __| __ _ _ __ _ _\ \ / /__ (_) __ ___
[16:27:31] : \__ \/ _` | ' \| '_ \ / _ \| |/ _/ -_)
[16:27:31] : |___/\__,_|_|_|_| .__/\_/\___/|_|\__\___|
[16:27:31] : |_|
[16:27:31] : -------------------------------------------
[16:27:31] : SampVoice by MOR loaded
[16:27:31] : -------------------------------------------
[16:27:32] : [sv:dbg:main:AmxLoad] : net game pointer (value:005D9C18) received
[16:27:32] : [sv:dbg:network:bind] : voice server running on port 55880
[16:27:32] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyPress' callback
function...
[16:27:32] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyRelease'
callback function...
[16:27:32] : [sv:dbg:main:AmxLoad] : failed to bind voice server
[16:27:32] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyPress' callback
function...
[16:27:32] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyPress' callback
function (index:126)
[16:27:32] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyRelease'
callback function...
[16:27:32] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyRelease'
callback function (index:127)
[16:32:37] : -------------------------------------------

You might also like