


if (bBombPlanted == 1)
{
Continue;
}
else
{
*glow code*
}
if (bBombPlanted != 1)
{
*glow code*
}
int one = Read<int>(currentobject.dwBase + 0x8); int two = Read<int>(one + 2 * 0x4); int three = Read<int>(two + 1); int classid = Read<int>(three + 20);