A problem with register system
#8

Replace with:

line 99 ("\" character with "i" next to it, invalid):
pawn Код:
dini_Create(path);
line 101 (forgot title argument):
pawn Код:
ShowPlayerDialog(playerid, DIALOG_REGISTER2, DIALOG_STYLE_LIST, "Select genger:", "male\r\female", "OK", "Cancel");
line 153 (forgot a parenthesis):
pawn Код:
format(pw, sizeof(pw), "%s", dini_Get(path, "password"));
strcat can be used to copy a string to another and it's faster than format.

Define DIALOG_LOGIN and indent your code properly: https://sampwiki.blast.hk/wiki/Errors_Li...se_indentation
Reply


Messages In This Thread
A problem with register system - by bitakid - 23.06.2014, 16:03
Re: A problem with register system - by Dziugsas - 23.06.2014, 16:14
Re: A problem with register system - by NewerthRoleplay - 23.06.2014, 16:17
Re: A problem with register system - by Konstantinos - 23.06.2014, 16:17
Re: A problem with register system - by Dziugsas - 23.06.2014, 16:18
Re: A problem with register system - by bitakid - 23.06.2014, 16:24
Re: A problem with register system - by Dziugsas - 23.06.2014, 16:30
Re: A problem with register system - by Konstantinos - 23.06.2014, 16:33
Re: A problem with register system - by bitakid - 23.06.2014, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)