error 028: invalid subscript (not an array or too many subscripts): "pInfo"
#5

One code:
Code:
	new file[100],Name[MAX_PLAYER_NAME]; GetPlayerName(playerid,Name,sizeof(Name)); format(file,sizeof(file),PlayerFile,Name);
	if(!dini_Exists(file)) {
		dini_Create(file);
		dini_IntSet(file,"Penz",pInfo[playerid][Penz]);
	}
 	else if(dini_Exists(file))
	{
	pInfo[playerid][Penz] = dini_Int(file,"Penz");
	}
    return 1;
}
there is even more than that is the same error
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)