LoadBizz(Big Problem)
#4

It tells you what type of error it is. The compiler expected a ";" but found an if on the next line.
****** the error types ffs and figure it out on your own.
Replace this
pawn Код:
format(file, sizeof(file),"Bizzes/%d.ini", idx)
with
Код:
format(file, sizeof(file),"Bizzes/%d.ini", idx); // You forgot the semicolon.
Maybe this should show you not to copy/paste.
Reply


Messages In This Thread
LoadBizz(Big Problem) - by Dan_Barocu - 17.03.2012, 01:16
Respuesta: LoadBizz(Big Problem) - by admantis - 17.03.2012, 01:21
Re: LoadBizz(Big Problem) - by AustinJ - 17.03.2012, 01:22
Re: LoadBizz(Big Problem) - by ReneG - 17.03.2012, 01:24
Respuesta: LoadBizz(Big Problem) - by admantis - 17.03.2012, 01:25
Re: LoadBizz(Big Problem) - by Dan_Barocu - 17.03.2012, 01:31
Re: Respuesta: LoadBizz(Big Problem) - by Dan_Barocu - 17.03.2012, 01:37
Re: LoadBizz(Big Problem) - by Dan_Barocu - 17.03.2012, 14:43
Respuesta: LoadBizz(Big Problem) - by admantis - 17.03.2012, 14:46
Re: Respuesta: LoadBizz(Big Problem) - by ReneG - 17.03.2012, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)