apparently people keep freezing when they're downloading the file manifest
i have no clue in hell how to fix that
i just found out what it is
when i send a train on either side of the map, for whatever reason it freezes the client's download
this is the strangest glitch i've ever seen in my whole entire life
edit: if you know a lot about ts i could use some help because this is something that is just bamboozling
function RedGateDisappear(%time)
{
for(%i = 1; %i <= $BattleRotator::RedGateCount; %i++)
{
%obj = $BattleRotator::RedGate[%i];
%obj.disappear(%time);
}
}
function RedGateSound()
{
for(%i = 1; %i <= $BattleRotator::RedGateCount; %i++)
{
%obj = $BattleRotator::RedGate[%i];
%obj.playSound("AlarmSound");
}
}
if i run either of these two functions, it freezes the client's file manifest load. i honestly have no clue why