Problematic tiny loop
#2

pawn Код:
new Skin[300];
new Skins;

public OnGameModeInit()
{
    for(new skinid; skinid != sizeof(Skin); skinid++)
    {
        if(skinid != 74)
            Skin[Skins++] = skinid;
    }
    // Don't use these lines if it's a filterscript
    SetGameModeText("0.001");
    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    return 1;
}
Reply


Messages In This Thread
Problematic tiny loop - by Ben7544 - 16.02.2013, 15:51
Re: Problematic tiny loop - by Jefff - 16.02.2013, 16:31

Forum Jump:


Users browsing this thread: 2 Guest(s)