09.01.2015, 23:57
Hey guys,
Again me, with another problem. :P
This is my code:
And this is line 25:
And this is the error:
C:\Users\brandonpc\Desktop\SA-MP RP\gamemodes\testing.pwn(25) : error 017: undefined symbol "INI_String"
Anybody got a idea?
Peace,
Raaf
Again me, with another problem. :P
This is my code:
Код:
/new enum to store our data
enum pInfo
{
pPass,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
//function to load our user data
forward LoadPass_data(playerid, name[], value[]);
public LoadPass_data(playerid, name[], value[])
{
INI_String("Password",PlayerInfo[playerid][pPass]);
return 1;
}
Код:
INI_String("Password",PlayerInfo[playerid][pPass]);
C:\Users\brandonpc\Desktop\SA-MP RP\gamemodes\testing.pwn(25) : error 017: undefined symbol "INI_String"
Anybody got a idea?
Peace,
Raaf

