A strange problem with registration system! [REP]
#6

Quote:
Originally Posted by 2KY
Посмотреть сообщение
pawn Код:
format(PlayerInfo[playerid][pPassword], 256, udb_hash(inputtext));
INI_WriteString(File, "Password", udb_hash(inputtext));
You do not need a length on INI_WriteString, only INI_String.
Only INI_String?
pawn Код:
LINE 103: INI_String("Password",PlayerInfo[playerid][pPassword], 256);
Got these errors:

Quote:

(103) : error 001: expected token: ")", but found "["
(103) : warning 215: expression has no effect
(103) : error 001: expected token: ";", but found "]"
(103) : error 029: invalid expression, assumed zero
(103) : fatal error 107: too many error messages on one line

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)