Does anyone play it anymore?
someone come play with me I'm lonely....
SpaZ... still a god damn HPB
someone come play with me I'm lonely....
SpaZ... still a god damn HPB
if ((ca_gametype & CA_ROTATE_NEXTMAP) && (boss.abort == FALSE))
{
boss.maprecycle = boss.maprecycle - 1;
if (boss.maprecycle < 1)
{
boss.busy = TRUE;
execute_changelevel();
gameover = TRUE;
}
else
{
mc=ftos(boss.maprecycle);
if (boss.maprecycle > 1)
{
announce3 ("Next map change after ",mc," more matches.");
}
else
{
if (boss.maprecycle == 1)
announce ("Next map change after 1 more match.");
}
gameover = FALSE;
}
}
Comment