12.05.2012, 14:16
Hello,
This is my first time making a Faction System, How would I start off I got the enums:
I don't mind it being static or dynamic, I just needa know how to load/save them also.
This is my first time making a Faction System, How would I start off I got the enums:
pawn Код:
enum fInfo
{
fName[50],
// fFloat:SpawnX,
// fFloat:SpawnY,
// fFloat:SpawnZ,
// Float:SpawnA,
fRank1[20],
fRank2[20],
fRank3[20],
fRank4[20],
fRank5[20],
fRank6[20],
}
new FactionInfo[MAX_PLAYERS][fInfo];