Random spawn and another thing ...
#2

The first thing

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
        new OtherSpawn = random(3);
        switch (OtherSpawn)
        {
            case 0:
            {
                SetPlayerPos(i, 1369.2378,2195.9094,9.7578);
                TogglePlayerSpectating(i, 0);
            }
            case 1:
            {
                SetPlayerPos(i,2897.8269,529.6500,2.5237);
                TogglePlayerSpectating(i, 0);
            }
            case 2:
            {
                SetPlayerPos(i, -1164.3026,-927.6463,129.2188);
                TogglePlayerSpectating(i, 0);
            }
        }
}
Reply


Messages In This Thread
Random spawn and other things ... - by Michael@Belgium - 11.02.2011, 16:07
Re: Random spawn and another thing ... - by Medal Of Honor team - 11.02.2011, 16:18
Re: Random spawn and another thing ... - by Michael@Belgium - 11.02.2011, 16:36
Re: Random spawn and another thing ... - by Michael@Belgium - 11.02.2011, 20:06
Re: Random spawn and another thing ... - by Michael@Belgium - 13.02.2011, 10:14
Re: Random spawn and another thing ... - by AlExAlExAlEx - 13.02.2011, 10:29
Re: Random spawn and another thing ... - by [P4] - 13.02.2011, 11:16
Re: Random spawn and another thing ... - by Michael@Belgium - 13.02.2011, 12:04

Forum Jump:


Users browsing this thread: 5 Guest(s)