void legit = new(check(playerName));
if(legit){
doNotBan();
}else {ban();}
if (!legit) {ban();}
why would you create a donotban if it doesnt execute anythinh?if (!playerNameValid(playerName))
{ban(GetCIDByName(playerName));}
(edited)if(true) {
ban();
(edited)ban();
if(playerName == 'noby') {
ban();
} else {playerName = 'tght is a god'}