allright, got it.
thanks.
leaks means some momeries are gone forever, if the memory keep leaking, such as xantan's pack, :p, you would be laggy as hell.
Actually what's causes server split?
Last time I have a substring calling a BJ function it dc'ed everyone, until I removed the BJ function.
what is actually happening? why doesn, SubstringBJ or Substring matter?
Examples:
elseif SubString(s7,0,3)=="sp."then
call ModifyHeroSkillPoints()
It dc'ed everyone
but
elseif SubStringBJ(s7,1,3)BJ=="sp."then
call ModifyHeroSkillPoints()
Doesn't dc'ed everyone.
and
elseif SubString(s7,0,3)=="sp."then
call UnitModifySkillPoints(u7,z7-GetHeroSkillPoints(u7))
is fine too.
Once I put all conditions "if" and "elseif" in a row, also caused every dc'ed.
What is the max numbers of condition "if"?
w/e
Do you think this will causes server split?:
Aero, I have tested them on single player with AI map, they works.
Somehow I scared they would causes server split.
Edit: All right , fixed the descync problem. Still haven't know what i did wrong, probably just some mistakes when I was doing the copy paste job. I found that the descyn script had 1kb missing, that's the problem.
lol