View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 09-12-2016 , 23:30   Re: Pinion Adverts [HTML5]
Reply With Quote #357

Quote:
Originally Posted by pixl View Post
I edited the code from GitHub and replaced lines 1212 and 1213 with:

Code:
case kGameCSGO:
    ClientCommand(client, "joingame");
This is indeed the correct fix for the jointeam issue.
I had this implemented in the plugin previously, but a change to CSGO made it actually *prevent* joining teams, so it was commented out. It seems this has reverted and the command is again required.
I'll include this with the next update, thanks for reporting the issue.
__________________

Last edited by DarthNinja; 09-12-2016 at 23:30.
DarthNinja is offline