Help - Save email.
#1

Fixed.
Reply
#2

Change INI_Int to INI_String and when you save the email use INI_WriteString. You can read more here.
Reply
#3

deleted post.
Reply
#4

INI_WriteString
Reply
#5

Fixed.
Reply
#6

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]); 
Reply
#7

Fixed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)