27.07.2011, 19:12
I have kind of similar problem, so I won't make new topic.
Under OnPlayerConnect I have "INI_ParseFile (UserPath (playerid), "load_user_data_%s", .bExtra = true, .extra = playerid);"
and in "load_user_data_basic" I have INI_Int("Password", PlayerInfo[playerid][pPassword]);
I tried everything, but it doesn't want to load my password. That's probably the problem with all "readings" from that function, but I haven't tested.
Any suggestions how to fix it?
Under OnPlayerConnect I have "INI_ParseFile (UserPath (playerid), "load_user_data_%s", .bExtra = true, .extra = playerid);"
and in "load_user_data_basic" I have INI_Int("Password", PlayerInfo[playerid][pPassword]);
I tried everything, but it doesn't want to load my password. That's probably the problem with all "readings" from that function, but I haven't tested.
Any suggestions how to fix it?