SA-MP Forums Archive
Faction System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Faction System (/showthread.php?tid=341949)



Faction System - Elysian` - 12.05.2012

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.