Dialog + Loop problem
#8

That should work

pawn Код:
new
    index = 0;
do {
    if(ServerShop[index][shop_unlocked][playerid]) {
        listitem -= 2;
    } else {
        listitem -= 3;
    }
} while(!(listitem & (1 << (cellbits - 1))) && (++index != sizeof ServerShop));
Reply


Messages In This Thread
Dialog + Loop problem - by knackworst - 15.10.2011, 14:01
Re: Dialog + Loop problem - by Josma_cmd - 15.10.2011, 14:07
Re: Dialog + Loop problem - by knackworst - 15.10.2011, 14:12
AW: Dialog + Loop problem - by Nero_3D - 15.10.2011, 15:27
Re: Dialog + Loop problem - by knackworst - 15.10.2011, 15:41
AW: Dialog + Loop problem - by Nero_3D - 15.10.2011, 15:57
Re: Dialog + Loop problem - by knackworst - 15.10.2011, 16:02
AW: Dialog + Loop problem - by Nero_3D - 15.10.2011, 16:41
Re: Dialog + Loop problem - by knackworst - 15.10.2011, 16:56
AW: Re: Dialog + Loop problem - by Nero_3D - 15.10.2011, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)