Author Topic: Server_NewChat (restricted edition)  (Read 11153 times)

I require atleast 80% credit of this add-on. I tried looking at the source code, and it is almost exactly the same as my old Server_ClanME add-on.

Code: [Select]
function isAllCaps(%x) {
%x = trim(%x);
%caps = "!@#$%^&*+_<>";
for(%t=0; %t<strLen(%x); %t++) {
%s = getSubStr(%x, %t, 1);
if(strCmp( %s, strLwr(%s) ) || strStr(%caps, %s) >= 0)
%AllCaps++;
}
return ((strLen(%x) > 3) && (%AllCaps >=  mFloor( strLen(%x) / 2)));
}
Code: [Select]
function isAllCaps(%a) {
    return (strCmp(%a,strUpr(%a)) == 0);
}
You failed, deeply.

to toggle just have a servercmd outside the package to activate/deactivate the package


unless your script cant do that for some reason

I require atleast 80% credit of this add-on. I tried looking at the source code, and it is almost exactly the same as my old Server_ClanME add-on.

I require atleast 80% credit of this add-on. I tried looking at the source code, and it is almost exactly the same as my old Server_ClanME add-on.

I got an addon from a friend, I thought he made it, called Server_ME.  He is Dusty Carrier, who I gave credit to.  If you say that it was you that made that, I really can't be sure.  Also, definetely not 80%, I would say less than a third, but that is also because most of what was there before I have already rewritten in v2, which I'm still working on.

I got an addon from a friend, I thought he made it, called Server_ME.  He is Dusty Carrier, who I gave credit to.  If you say that it was you that made that, I really can't be sure.  Also, definetely not 80%, I would say less than a third, but that is also because most of what was there before I have already rewritten in v2, which I'm still working on.
The factor remains that I gave Server_ME to that person, ask him if you want to.