20.07.2010, 03:10
Quote:
-Why this better towards the traditional method? The usual anti-AFK methods are pretty unefficient. Numerous problems can occur. They usually will have a 15 minute timer, which can kick people who are just joining! |
pawn Code:
SetPVarInt(i, "AFKKickTimer", SetTimer("DelayedKick", AFK_DELAYKICK_AMOUNT, true));
There's nothing in OnPlayerText to say that they are not just standing there and talking to others.
Having them input the text there doesn't really make sense since what ever they type they have to be at their keyboard to type it hence they wouldn't be afk.
In short, it is not more efficient than others released on the forums