16.01.2019, 11:01
no dont create different tables for factions
simple example of possible table structure
table : factions
factionID
factionName
factionType
table : faction_ranks
factionID
rankLevel
rankName
rankPayCheck
table : faction_members
factionID
userRank
userID
userPayCheck
table : faction_positsions // for example car repair points, equipment points etc
factionID
posText
posType
posX
posY
posZ
posVW
posInt
and with such structure nothing isnt limited in factions
you can add as many positsions members ranks as possible into your faction.
simple example of possible table structure
table : factions
factionID
factionName
factionType
table : faction_ranks
factionID
rankLevel
rankName
rankPayCheck
table : faction_members
factionID
userRank
userID
userPayCheck
table : faction_positsions // for example car repair points, equipment points etc
factionID
posText
posType
posX
posY
posZ
posVW
posInt
and with such structure nothing isnt limited in factions
you can add as many positsions members ranks as possible into your faction.