Faction System
#1

Hello,
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];
I don't mind it being static or dynamic, I just needa know how to load/save them also.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)