Quote:
Originally Posted by Edw
Edit:
PHP код:
INI_WriteString("Email",PlayerInfo[playerid][pEmail]);
Error: error 035: argument type mismatch (argument 1)
|
You need to add the file you are saving to.
PHP код:
INI_WriteString(File ,"Email", PlayerInfo[playerid][pEmail]);