Üdv, mikor a Regisztrációs Dialogot készítem compilézéskor hibát ad a dialog részre..
Kód:
if(!fexist(szFile))
{
ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_INPUT,\"Register\",\"Regisztrálj be!\",\"Reg\",\"Kick\");
}
else
{
ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYLE_INPUT,\"Register\",\"Regisztrálj be!\",\"Reg\",\"Kick\");
}
C:\\Documents and Settings\\x.X-8AB00352F6CF4\\Dokumentumok\\samp03x_svr_R1-2_win32\\gamemodes\\DM.pwn(112) : warning 213: tag mismatch
C:\\Documents and Settings\\x.X-8AB00352F6CF4\\Dokumentumok\\samp03x_svr_R1-2_win32\\gamemodes\\DM.pwn(116) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
[/quote]