09.01.2013, 14:20
the Eror
the line of the eror
pawn Код:
error 001: expected token: ";", but found "if"
pawn Код:
if(dini_Exists(file))
error 001: expected token: ";", but found "if"
if(dini_Exists(file))
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))
{