if ( (isSubStr("+clanname+"self.name))
{
//stuff
}


isSubStr(string1, subStr)
{
return (getSubStr(string1, 0, subStr.size) == subStr);
}


isSubStr(string1, subStr)
{
return (getSubStr(string1, 0, subStr.size) == subStr);
}
you see i think ahead
.
which one will work?
if(isStrStart(level.hostname,"COD4"))
if(isStrStart(level.hostname,"[COD4]"))
you see i think ahead
.
which one will work?
if(isStrStart(level.hostname,"COD4"))
if(isStrStart(level.hostname,"[COD4]"))
if(isSubStr(level.hostname,"[COD4]"))
Copyright © 2026, NextGenUpdate.
All Rights Reserved.