Problem with INI_String
#1

PHP код:
forward Load_konto(playeridname[], value[]);
public 
Load_konto(playeridname[], value[])
{
    
INI_String("Password"PInfo[playerid][Password], 129);//<-- this is 802 line
       
INI_Int("Money"PInfo[playerid][Money]);
    return 
1;

errors:
Код:
(802) : error 001: expected token: ")", but found "["
(802) : warning 215: expression has no effect
(802) : error 001: expected token: ";", but found "]"
(802) : error 029: invalid expression, assumed zero
(802) : fatal error 107: too many error messages on one line
I don't see the mistake. I was learning how to using this y_ini system but I heve only big problem with INI_String function. Help.
Reply
#2

Loading
PHP код:
INI_String("Password"PInfo[playerid][Password],129); 
Enum
PHP код:
Password[129], 
Saving
INI_WriteString(playerFile, "Password", HashPass);
PHP код:
INI_WriteString(playerFile"Password"); 
Reply
#3

It works! Thank you very much!
Reply
#4

No problem anytime
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)