24.10.2012, 22:44
Quote:
error 017: undefined symbol "fExist" |
I have the #include for YSI and shiz, I put the GM in a folder wheres theres another GM which uses Y_INI and that doesn't get that error
Code of error:
pawn Код:
ShowDialogStartUp(playerid)
{
if(fExist(UserSavePath(playerid))
{
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, "", "", "Login!", "Cancel");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "", "", "Register!", "Cancel");
}
return 1;
}