09.05.2012, 02:10
I know how to use INI_WriteString
but i want to use INI_WriteString with password also includes with udb_hash by draco blue
but when i try this
it gave me argrument tag mismatch error.
but i want to use INI_WriteString with password also includes with udb_hash by draco blue
but when i try this
pawn Код:
INI_WriteString(file, "Password", udb_hash(inputtext));