1 EROR!
#1

the Eror
pawn Код:
error 001: expected token: ";", but found "if"
the line of the eror
pawn Код:
if(dini_Exists(file))
Reply
#2

show me the line BEFORE the if(dini... please
Reply
#3

here
pawn Код:
public LoadBizz()
{
    new file[128];
    for(new idx = 0; idx < sizeof(BizzInfo) ; idx++)
    {
        format(file, sizeof(file),"Business/%d.ini", idx)
        if(dini_Exists(file))
        {
Reply
#4

change format(file, sizeof(file),"Business/%d.ini", idx)

To

format(file, sizeof(file),"Business/%d.ini", idx);
Reply
#5

Thanks. REP+
LOCK
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)