Thread: Eye Test module
View Single Post
klausenbusk
AlliedModders Donor
Join Date: Jan 2011
Old 06-06-2011 , 06:37   Re: Eye Test module
Reply With Quote #14

Quote:
Originally Posted by thetwistedpanda View Post
GoD-Tony, just a fyi there are many CS:S minigame maps that will could produce false positives as I've seen it happen numerous times. Maps that allow a player to take control of another entity, such as a boat or a chopper, have repeatedly punished players under KAC, so it's likely this one will do the same.
Code:
#define FL_ATCONTROLS			(1 << 6)	// Player can't move, but keeps key inputs for controlling another entity
PHP Code:
if(!(GetEntityFlags(client) & FL_ATCONTROLS))
{
// he are not controlling another entity :)

?
klausenbusk is offline