Errors
#1

pawn Код:
C:\Users\Dell\Desktop\Stunt Evolution v4\gamemodes\SEv4.pwn(13640) : error 017: undefined symbol "GetNumberOfPages"
C:\Users\Dell\Desktop\Stunt Evolution v4\gamemodes\SEv4.pwn(14947) : error 002: only a single statement (or expression) can follow each "case"
C:\Users\Dell\Desktop\Stunt Evolution v4\gamemodes\SEv4.pwn(14947) : error 029: invalid expression, assumed zero
C:\Users\Dell\Desktop\Stunt Evolution v4\gamemodes\SEv4.pwn(14947 -- 14949) : warning 215: expression has no effect
C:\Users\Dell\Desktop\Stunt Evolution v4\gamemodes\SEv4.pwn(14949) : error 001: expected token: ";", but found "if"
C:\Users\Dell\Desktop\Stunt Evolution v4\gamemodes\SEv4.pwn(14949) : fatal error 107: too many error messages on one line



Error line
pawn Код:
GetNumberOfPages( )
{
    if((gTotalItems >= SELECTION_ITEMS) && (gTotalItems % SELECTION_ITEMS) == 0)
    {
        return (gTotalItems / SELECTION_ITEMS);
    }
    else return (gTotalItems / SELECTION_ITEMS) + 1;
}
Reply


Messages In This Thread
Errors - by Dangjai - 07.10.2014, 02:46
Re: Errors - by YanLanger - 07.10.2014, 02:50
Re: Errors - by Dangjai - 07.10.2014, 03:13
Re: Errors - by XGreen - 07.10.2014, 03:24
Re: Errors - by Dangjai - 07.10.2014, 03:26
Re: Errors - by Dangjai - 07.10.2014, 03:28
Re: Errors - by Pottus - 07.10.2014, 04:19
Re: Errors - by XGreen - 07.10.2014, 04:31
Re: Errors - by Dangjai - 07.10.2014, 04:34
Re: Errors - by Dangjai - 07.10.2014, 04:36

Forum Jump:


Users browsing this thread: 1 Guest(s)