How to make it choose random maps
#3

sounds like hes trying to make it pick weather or not to spawn between 2 maps then choose the random spawn

pawn Код:
switch(random(2))
{
        case 0:
        {
                ...//firstmap
        }
        case 1:
        {
                ...//secondmap
        }
}
hope that helps
Reply


Messages In This Thread
How to make it choose random maps - by Marshall_Banks - 31.10.2010, 03:34
Re: How to make it choose random maps - by Haydz - 31.10.2010, 04:22
Re: How to make it choose random maps - by BLAbla93 - 31.10.2010, 04:35
Re: How to make it choose random maps - by Marshall_Banks - 31.10.2010, 04:57
Re: How to make it choose random maps - by Marshall_Banks - 31.10.2010, 15:52

Forum Jump:


Users browsing this thread: 2 Guest(s)