Help with case :/
#2

You cant have the AddPlayerClass code inside the switch, but outside of any case. Just moe it a bit

pawn Код:
for(new i = 0; i < 299; i++)
    {
        switch(i)
        {
            case 3, 4, 5, 6, 7, 8, 42, 53, 64, 74, 86, 91, 149, 208, 273, 289:
            {
                continue;
            }
        }
        AddPlayerClass(i, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    }
Reply


Messages In This Thread
Help with case :/ - by FireCat - 03.07.2011, 17:30
Re: Help with case :/ - by Mauzen - 03.07.2011, 17:32
Re: Help with case :/ - by FireCat - 03.07.2011, 17:37
Re: Help with case :/ - by Kyosaur - 03.07.2011, 18:42

Forum Jump:


Users browsing this thread: 3 Guest(s)