02.02.2014, 08:32
INI_WriteString is for writing a string, not an integer, so you should use INI_WriteInt for saving an IP
at registering system or code you use,
the password would be:
or what ever you use as text for the password
at registering system or code you use,
the password would be:
pawn Код:
INI_WriteString(File, "Password", inputtext);