Nolo001-Aha / SourceMod-ReBanner

Rebans alt accounts of banned players through fingerprinting via SteamID, IP addresses and clientside cookies
GNU General Public License v3.0
30 stars 5 forks source link

cant download file by php #8

Closed bklol closed 1 year ago

bklol commented 1 year ago

its weird 😞

and im also found modifyConVarCurrentClient is not passing the correct client index when lot of player join server together,usually happened when map change......

nice work by the way, just need more fix i guess.....

Nolo001-Aha commented 1 year ago

Hello!

Regarding modifyConVarCurrentClient - your server is probably on Linux, right? There was an issue with an SDKCall to GetPlayerSlot, it was returning wrong indexes in Linux. I believe modifyConVarCurrentClient on it's own is fine. The fix for it is in the main branch, you can download and re-compile the plugin.

Regarding CSGO being unable to download the file - I'm extremely puzzled, will take a look.

Nolo001-Aha commented 1 year ago

Also please download and re-compile the latest version of my FIle Network fork - it has some CS:GO fixes as well (you may read about it in the other open Issue).

Nolo001-Aha commented 1 year ago

Hello yet again;

Pushed a potential fix for serve.php not sending files. Please download if from the repo, add your fingerprint path anew and test.

bklol commented 1 year ago

Hello yet again;

Pushed a potential fix for serve.php not sending files. Please download if from the repo, add your fingerprint path anew and test.

nice!ill have a look

Nolo001-Aha commented 1 year ago

Please close the issue if it's resolved