28.07.2011, 12:20
I get this error:
Line (125):
i tried something like that:
but when is like that i get no error:
but i want to see password of players... plss help
pawn Код:
C:\DOCUME~1\User\Desktop\STUNTS~1\FILTER~1\reg.pwn(125) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
INI_WriteInt(iFile,"Password",inputtext);
pawn Код:
INI_WriteInt(iFile,"Password",Pass(inputtext));
pawn Код:
INI_WriteInt(iFile,"Password",udb_hash(inputtext));