View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 12-29-2014 , 19:25   Re: [CS:GO] Safest Connection Hook? Experiencing Data Loss Bug
Reply With Quote #5

This could be your problem.

Your code in OnClientPostAdminCheck could be erroring out, causing sourcemod to not complete the OnClientPostAdminCheck chain.

Leaving the client in question as not authorised as far as sourcemod is concerned.

Do your error logs show any problems?

They are located at addons/sourcemod/logs/error_[date].log

Edit: From what I can tell, using 'OnClientPutInServer' is a better option also as you dont need to override admin flags or groups.
__________________

Last edited by Neuro Toxin; 12-29-2014 at 19:27.
Neuro Toxin is offline