23.06.2014, 16:33
Replace with:
line 99 ("\" character with "i" next to it, invalid):
line 101 (forgot title argument):
line 153 (forgot a parenthesis):
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
line 99 ("\" character with "i" next to it, invalid):
pawn Код:
dini_Create(path);
pawn Код:
ShowPlayerDialog(playerid, DIALOG_REGISTER2, DIALOG_STYLE_LIST, "Select genger:", "male\r\female", "OK", "Cancel");
pawn Код:
format(pw, sizeof(pw), "%s", dini_Get(path, "password"));
Define DIALOG_LOGIN and indent your code properly: https://sampwiki.blast.hk/wiki/Errors_Li...se_indentation