26.12.2010, 16:53
(
Последний раз редактировалось Gforcez; 26.12.2010 в 17:59.
)
Hello, I have a little problem, I want to make something, That checks if the directory already is made,
Now i have this:
But this is giving error: argument type mismatch.
Does one of you guys know how to fix this?
Greetings
Gforcez
Now i have this:
pawn Код:
new Dir[128];
format(AccountFile, sizeof(AccountFile), "/Accounts/%s", AccountInfo[playerid][pAccountName]);
if(dfind(AccountFile, Dir, sizeof(Dir), 0))
// Rest of code
Does one of you guys know how to fix this?
Greetings
Gforcez