UNFR(){
if(!self.unf){
self thread UnfairAim();
self thread maps\mp\moss\MossysFunctions::ccTXT("On");
self.unf=true;
}else{
self thread endUnfair();
self thread maps\mp\moss\MossysFunctions::ccTXT("Off");
self.unf=false;
} }
To this
UNFR(){
if(!self.unf){
self thread UnfairAim();
self iprintln("On");
self.unf=true;
}else{
self thread endUnfair();
self iprintln("Off");
self.unf=false;
} }
Copyright © 2026, NextGenUpdate.
All Rights Reserved.