21.07.2014, 23:52
So i been trying to make a fID[MAX_FACTIONS] thing working, i want it to look up the ID of the faction but it wont.. i have in enum as
I have MAX_FACTIONS Defined as 50
#define MAX_FACTIONS 50
fID[MAX_FACTIONS],
and the
new FacInfo[MAX_FACTIONS][fInfo]
So how do i get fID to look up the id of the faction and open that file?
I have MAX_FACTIONS Defined as 50
#define MAX_FACTIONS 50
fID[MAX_FACTIONS],
and the
new FacInfo[MAX_FACTIONS][fInfo]
So how do i get fID to look up the id of the faction and open that file?