22.02.2019, 09:07
Hello!
So, I got this error:
This is my code:
Thank you guys!
So, I got this error:
PHP код:
error 001: expected token: ")", but found "["
PHP код:
forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
INI_String("Password",PlayerInfo[playerid][pPass]); // Error line
INI_Int("Cash",PlayerInfo[playerid][pCash]);
INI_Int("Email",PlayerInfo[playerid][pEmail]);
INI_Int("Godine",PlayerInfo[playerid][pGodine]);
INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
INI_Int("Kills",PlayerInfo[playerid][pKills]);
INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);
return 1;
}