pawn-lang/sa-mp-fixes

Bug with Audio Plugin

its-Skorm opened this issue · 0 comments

Hello.

Basically if I add audio.inc before fixes.inc (setting some things to be error-free, like OnPlayerConnect and other things that use audio.inc) the files will download correctly, but if I add audio.inc (without setting anything) after from fixes.inc compiles correctly, but when entering the server it does not download anything.

In the log of the folder (in %appdata%) of 'SA-MP Audio Plugin' appear this when the order of the inc's is first audio and after fixes:

[02:37:22] SA-MP Audio Plugin loaded
[02:37:39] Connecting to 127.0.0.1:7777 (attempt 1 of 10)...
[02:37:41] Could not connect to 127.0.0.1:7777 (Unable to establish a connection as the target computer expressly denied that connection)

Audio plugin: (https://forum.sa-mp.com/showthread.php?t=82162)