Help - Save email. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help - Save email. (
/showthread.php?tid=542127)
Fixed. -
Edw - 17.10.2014
Fixed.
Re: Help - Save email. -
Fj0rtizFredde - 17.10.2014
Change INI_Int to INI_String and when you save the email use INI_WriteString. You can read more
here.
Re: Help - Save email. -
Edw - 17.10.2014
deleted post.
Re: Help - Save email. -
rockhopper - 17.10.2014
INI_WriteString
Re: Help - Save email. -
Edw - 17.10.2014
Fixed.
Re: Help - Save email. -
Fj0rtizFredde - 17.10.2014
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]);
Re: Help - Save email. -
Edw - 17.10.2014
Fixed.