0% found this document useful (1 vote)
271 views1 page

Svlog

The document contains log messages from the initialization and operation of a voice chat module called SampVoice for a game server. It shows the network and scripting modules being initialized and hooks being installed. Callback functions for key presses are also registered. Later, a player is disconnected and the voice module is unloaded and modules released.
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 (1 vote)
271 views1 page

Svlog

The document contains log messages from the initialization and operation of a voice chat module called SampVoice for a game server. It shows the network and scripting modules being initialized and hooks being installed. Callback functions for key presses are also registered. Later, a player is disconnected and the voice module is unloaded and modules released.
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

[01:17:34] : [sv:dbg:network:init] : module initializing...

[01:17:34] : [dbg:raknet:init] : module initializing...


[01:17:34] : [dbg:raknet:init] : installed hook to 'GetRakServerInterface' function
(ptr:0044FAD0)
[01:17:34] : [dbg:raknet:init] : installed hook to 'OnPlayerDisconnect' function
(ptr:0046D970)
[01:17:34] : [dbg:raknet:init] : module initialized
[01:17:34] : [sv:dbg:network:init] : module initialized
[01:17:34] : [sv:dbg:pawn:init] : module initializing...
[01:17:34] : [sv:dbg:pawn:init] : module initialized
[01:17:34] : -------------------------------------------
[01:17:34] : ___ __ __ _
[01:17:34] : / __| __ _ _ __ _ _\ \ / /__ (_) __ ___
[01:17:34] : \__ \/ _` | ' \| '_ \ / _ \| |/ _/ -_)
[01:17:34] : |___/\__,_|_|_|_| .__/\_/\___/|_|\__\___|
[01:17:34] : |_|
[01:17:34] : -------------------------------------------
[01:17:34] : SampVoice by MOR loaded
[01:17:34] : -------------------------------------------
[01:17:34] : [sv:dbg:main:AmxLoad] : net game pointer (value:021F9C10) received
[01:17:34] : [sv:dbg:network:bind] : voice server running on port 57583
[01:17:34] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyPress' callback
function...
[01:17:34] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyRelease'
callback function...
[01:17:34] : [sv:dbg:main:AmxLoad] : failed to bind voice server
[01:17:34] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyPress' callback
function...
[01:17:34] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyPress' callback
function (index:142)
[01:17:34] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyRelease'
callback function...
[01:17:34] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyRelease'
callback function (index:143)
[01:18:40] : [sv:dbg:network:connect] : disconnecting player (0) ...
[01:19:06] : [sv:dbg:network:connect] : disconnecting player (0) ...
[01:24:53] : -------------------------------------------
[01:24:53] : SampVoice unloading...
[01:24:53] : -------------------------------------------
[01:24:53] : [sv:dbg:pawn:free] : module releasing...
[01:24:53] : [sv:dbg:pawn:free] : module released
[01:24:53] : [dbg:raknet:free] : module releasing...
[01:24:53] : [sv:dbg:network:connect] : disconnecting player (0) ...
[01:24:53] : [dbg:raknet:free] : module released
[01:24:53] : [sv:dbg:network:free] : module releasing...
[01:24:53] : [sv:dbg:network:free] : module released

You might also like