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
#2

This code works as intended. The problem is apparently somewhere else
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)