Hey guys -
function RPGfetchData(%type)
{
%T[1] = String::findSubStr($ServerMod, "rpg");
%T[2] = String::findSubStr($ServerMod, "RPG");
if(%T[1] != -1 || %T[2] != -1)
return remoteEval(2048, fetchData, %type);
}
- that will stop the rpgfetchdata from being used in non-RPG servers, so have fun, if u stick that in ur autoexec.cs it should be fine.