Error 001
#1

I can't seem to find the error.
pawn Код:
error 001: expected token: ",", but found ";"
Line:
pawn Код:
format(pw, sizeof(pw), "%s", dini_Get(path, "Password");
Reply
#2

You never actually closed the format method. Try this.
pawn Код:
format(pw, sizeof(pw), "%s", dini_Get(path, "Password"));
Reply
#3

Thanks + rep
Reply
#4

No problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)