Help with case :/
#1

If i add this in OnGameModeInit (i want to add all skins easly)

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);
        }
    }
I get lots of errors.
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: 1 Guest(s)