View Single Post
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 10-01-2011 , 23:37   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #164

Hi.

Is this can?

only 1 block

1.BLOCK
2.blank
3.map
4.map
~~~


I can't find how to fix it ( in souce)
or this?

if (g_BlockedSlots)
{
item = GetRandomInt(3, count - 1);
}

->

if (g_BlockedSlots)
{
item = GetRandomInt(2, count - 1);
}

Plz help me
jungjunghoo is offline