View Single Post
Peterpants
Junior Member
Join Date: Jan 2009
Old 12-20-2009 , 17:13   Re: AFK Manager (Any Mod) (Version 3.2.3 / Updated October 31 2009)
Reply With Quote #452

Looks like when this plugin moves somebody to spec, they continue to hold the intelligence. Fun for shenanigans, bad for normal play.

The fix is easy. Just add this line:


Code:
   FakeClientCommand(client, "dropitem");
immediately before:
Code:
 ChangeClientTeam(client, g_sTeam_Index);
in the Action:MoveAFKClient function.
Peterpants is offline