Help please
#1

pawn Код:
stock
    RandomCard(array[], size = sizeof array)
{
    new
        bool:e[POKERLAPS] = { false, ... };
    for(new p = 0; p < size; p++)
    {
        do
            array[p] = random(POKERLAPS);
        while(e[array[p]])
        e[array[p]] = true;
    }
}
Quote:

error 001: expected token: ";", but found "-identifier-"

Reply
#2

on...
Quote:

e[array[p]] = true;

Reply
#3

Can you show where you define and/or use POKERLAPS ??
Reply
#4

.....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)