22.07.2013, 20:54
I've seen a load of tutorials that to make factions like pFac[MAX_PLAYERS]; ect. Is it possible to make a successful faction with enums
eg
enum pInfo ect ect
{
pMember,
ect
}
and then.. if(PlayerInfo[playerid][pMember] ect ect..
eg
enum pInfo ect ect
{
pMember,
ect
}
and then.. if(PlayerInfo[playerid][pMember] ect ect..