28.07.2011, 16:01
code(not working):
errors:
whit that(works):
but when it is udb_hash when player input password its wrong....
Here is when save pass:
pls help
pawn Код:
if(inputtext == pInfo[playerid][Pass]) //line 155
pawn Код:
C:\DOCUME~1\User\Desktop\STUNTS~1\FILTER~1\reg.pwn(155) : error 033: array must be indexed (variable "inputtext")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
if(udb_hash(inputtext) == pInfo[playerid][Pass])
Here is when save pass:
pawn Код:
INI_WriteString(iFile,"Password",inputtext);