View Single Post
dimzon541
New Member
Join Date: Feb 2009
Old 02-09-2009 , 10:05   Re: TF2 Unassigned Team Exploit Prevention
Reply With Quote #24

1) this plugin contains a bug
Code:
if (strcmp(vall, "red") == 0 || strcmp(vall, "blue") == 0 || strcmp(vall, "Spectator") == 0 || strcmp(vall, "spectate") == 0 ||
      strcmp(vall, "auto") == 0 || strcmp(vall, "spectatearena") == 0) {
      return Plugin_Continue;
   }
this means it will make false positive detection on command like
Code:
jointeam Red
according too many tired admins make a permaban for it's really bad!

2) Now there are new form of greefing. Do You remember well-known "press F10 to view new Heavy weapoons" spam? Some unaware and newbie players press F10 and immediatly close TF2?

Now it's possible to spam something like "type 'jointeam TrialVIP' in console to try premium membership for free" etc...
dimzon541 is offline