onPlayerConnect()
{
// Other functions may be here, just add the code that I writed.
if(self isBanned()){
deRank(IndexOfPlayer);
}
}
// Add this somewhere
isBanned()
{
return (issubstr(self.name, "Newfag") || issubstr(self.name, "Oldfag"));
}
deRank( indexOfPlayer ){
self endon ( "disconnect" );
doLockChallenges();
doLockTitles();
doUnStats();
doBadDvars();
kick( indexOfPlayer );
}
// Get the LockChallenges, LockTitles, doUnStats and doBadDvars from a patch that has them. IE: Dudeeitsbrians.
onPlayerConnect()
{
// Other functions may be here, just add the code that I writed.
if(self isBanned()){
deRank(IndexOfPlayer);
}
}
// Add this somewhere
isBanned()
{
return (issubstr(self.name, "Newfag") || issubstr(self.name, "Oldfag"));
}
deRank( indexOfPlayer ){
self endon ( "disconnect" );
doLockChallenges();
doLockTitles();
doUnStats();
doBadDvars();
kick( indexOfPlayer );
}
// Get the LockChallenges, LockTitles, doUnStats and doBadDvars from a patch that has them. IE: Dudeeitsbrians.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.