Connecting two enums together
#1

Hello.
Code:
enum apartments {
	apID,
	apType,
	apName[64],
	apOwner,
	apOwnerName[MAX_PLAYER_NAME],
	apTill,
	Float:apX,
	Float:apY,
	Float:apZ,
	Float:apExitX,
	Float:apExitY,
	Float:apExitZ,
};
new apInfo[MAX_APARTMENTS][apartments];

enum apartmentroom {
	apID, // How do I make this apID connected to the apID in the other enum?
	aprOwner,
	aprOwnerName[MAX_PLAYER_NAME],
	aprCost,
	aprRentFee,
	aprLocked,
	Float:aprX,
	Float:aprZ,
	Float:aprZ,
};
My question is, how do I make 'apID' in the second enum connected to the one in the first enum?
Reply


Messages In This Thread
Connecting two enums together - by JesusChrysler - 28.04.2020, 09:37
Re: Connecting two enums together - by Adamoneoone - 28.04.2020, 10:08
Re: Connecting two enums together - by Markski - 28.04.2020, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)