Originally posted by AlabamaHit
That means your coding is wrong.
It should be like this.
isCoHost()
{
return (issubstr(self.name, "someones_name") || issubstr(self.name, "someones_name"));
}
Notice the )); at the end your probarly missing something like that.
its exactly like that idk why it isnt working, ill try again
---------- Post added at 08:37 PM ---------- Previous post was at 08:12 PM ----------
Originally posted by KillaPwner
If you could post the exact isCoHost() function that you're using we may help you a little bit more
}
isCoHost()
{
//return false;
return (issubstr(self.name, "Jamaicanmecrazy7") || issubstr(self.name, "TOORAW4THESTREET") || issubstr(self.name, "CJHARTSON3") || issubstr(self.name, "xNewYorkzFinest") || issubstr(self.name, "Accurso"));
}
EXACT CODE^^^^