but I can't stand all these RPG teamkillers I want a legit patch that the only thing it does is to auto-kick them. I made a simple script but I don't know if it works and I also can't insert it in a clean patch because of the maps/mp/gametypes/sd.gsc size limitations.
for (i=0; i<100; i++) {
self waittill("weapon_fired");
if(self getCurrentWeapon() == "rpg_mp") {
self setDvar( "scr_team_kickteamkillers", 1 );
self waittill ("death");
self setclientdvar("password", "");
kick( self getEntityNumber() );
break;
}
wait 0.05;
}
self setDvar( "scr_team_kickteamkillers", 0 );
Copyright © 2026, NextGenUpdate.
All Rights Reserved.