View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-29-2012 , 11:46   Re: Suicide Intercept
Reply With Quote #34

Quote:
Originally Posted by thejuice027 View Post
tested. nothing works.
the whole plugin is broken? Anything in error logs? I'm going to fire up my server and test it out - home for today, gone all next week


...:: TnT Edit ::...

Found the error in the code - it was in the player_spawn event... I had a rogue "!" in the check

should be:
if(IsFakeClient(client)) - it was if(!IsFakeClient(client))...

I'll publish an update today.
__________________
View my Plugins | Donate

Last edited by TnTSCS; 04-29-2012 at 12:08.
TnTSCS is offline