Very weird error
#1

In public OnGameModeInit():

pawn Код:
for (new i; i != 274; ++i)
    {
        switch (i)
        {
            case 6 .. 8, 62, 107 .. 110, 267: continue;
            default: AddPlayerClassEx(1,i,1653.9287,-1659.5408,22.5156,182.7083,0,0,0,0,0,0);
        }
    }
But skin ID 6 to 8, 62, 107 to 110 and 267 is still added. If you debug it, it shouldn't add those skins but it did. What is the problem?
Reply


Messages In This Thread
Very weird error - by ProjectMan - 02.02.2014, 19:00
Re: Very weird error - by Misiur - 02.02.2014, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)