19.07.2010, 06:20
(
Last edited by Chaprnks; 20/05/2013 at 05:05 AM.
)
No longer available.
Well, one of the most popular scripts on this forum (godfather) uses that system. Even people that don't use the godfather, some probably copied it off there for another script.
|
Ah, I never actually bothered going through Godfather.
I think saying "usually" scripts use a 15-minute timer is a bit of a stretch though, any decent coded anti-AFK system won't use such a thing, or will have some type of protection against it. Honestly, I don't see anything unique about yours, or why you consider it "efficient" compared to others. |
-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! |
SetPVarInt(i, "AFKKickTimer", SetTimer("DelayedKick", AFK_DELAYKICK_AMOUNT, true));
I fail to see how yours is efficient, you could go afk in a car as passenger and have someone drive you around, also the part about having yours not kicking innocents is false seeing as you have it set this timer
pawn Code:
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 |
If you have anything to say that is unrelated to "Thanks, suggestions, or bugs" please do not post.
Efficiency -Editing from settings without pawno knowledge makes it efficient at customization. -Utilizing ForEach instead of traditional for() is efficient use. -Using defines rather than variables to make only the necessary code compile is efficiency in resources. -Allowing the user to tell the server they are still in-game so they won't get kicked efficiently removed the possibility of falsely kicked users. -Checking every defined value instead of every 15 minutes (concept from godfather) is more efficient detection. Excuse me? |
If you have anything to say that is unrelated to "Thanks, suggestions, or bugs" please do not post. |