
Originally Posted by
diegoharsh
Sled, Nice Release Btw, But it Errors me like 31 errors on this code
else
{
if (blacktdm == 1)
{
_Mission = "Black Team - Team Death Match!";
_Figure = _Uni + "ch-210-110.lg-281-110.sh-290-110";
refreshAppearance(false, true, true);
sendData("D^" + "H" + Encoding.encodeVL64(onloadroom));
dbClient.runQuery("UPDATE users SET black_team = '1' WHERE name = '" + _Username + "'");
}
else if (yellowtdm == 1)
{
_Mission = "Yellow Team - Team Death Match!";
_Figure = _Uni + "ch-210-93.lg-281-93.sh-290-93";
refreshAppearance(false, true, true);
sendData("D^" + "H" + Encoding.encodeVL64(onloadroom));
dbClient.runQuery("UPDATE users SET yellow_team = '1' WHERE name = '" + _Username + "'");
}
else if (yellowtdm == 0 || blacktdm == 0)
{
sendData("D^" + "H" + Encoding.encodeVL64(onloadroom));
}
}
}
break;
}
Mind Teamviewering? PM me =)