30.07.2011, 13:57
The title says it all, the script doesn't recognize INI_String but I have included y_ini before the callback that uses INI_String.
public LoadUserData(playerid, name[], value[]) { INI_String("Password", PlayerInfo[playerid][Password]); INI_Int("Admin", PlayerInfo[playerid][Admin]); INI_Int("Firstname", PlayerInfo[playerid][Firstname]); INI_Int("Lastname", PlayerInfo[playerid][Lastname]); INI_Int("Age", PlayerInfo[playerid][Age]); INI_Int("Gender", PlayerInfo[playerid][Gender]); INI_Int("Money", PlayerInfo[playerid][Money]); INI_Int("Bank", PlayerInfo[playerid][Bank]); INI_Int("Level", PlayerInfo[playerid][Level]); INI_Int("Registered", PlayerInfo[playerid][Registered]); return 1; }