View Single Post
Carnifex
Junior Member
Join Date: Dec 2019
Old 12-03-2019 , 16:54   Re: CS:S Team Balance
Reply With Quote #654

Hi everyone - just registered for this plugin ... a friend had it working on his server some time ago, but he disabandoned it and he doesn't know which version he had working.

I have a CS:S server running on a windows server machine - just for testing. Later i will switch to linux - but on windows, this plugin produces the same error as dustydevil posted.

I'm a programmer (not sourcepawn) so i digged a bit deeper, downloaded the source, and looked in the code.

In my error-logs there are 2 errors.

First on line 801
Code:
SDKCall(weaponDrop, client, bomb, false, false);
And more often on line 805
Code:
SDKCall(switchTeam, client, team);
So these 2 "events" produce errors.
To make it short, i searched for these handles and where they are initialized and came to the file "teambalance.games.txt". Before i go further - in this file there are different settings for windows and linux.

Question: On which machines are you running your CS:S servers? Maybe this error occurs only with windows?

Oh and the teamswitch on my server works sometimes... confusing.
And there is an issue with another plugin i installed. Players get every round full 16k $ - but not after a teamswitch.

(sorry if that all sounds strange - i'm german)
Carnifex is offline